Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Releases: actions-on-google/actions-on-google-nodejs

Version 2.3.0

03 Aug 01:10
Compare
Choose a tag to compare

Features:

  • Add support for static reprompts
  • Add new DISCONNECT intent for Smart Home

Other Changes:

  • Change express snippet to use multiple routes
  • Fix deeplink Dialogflow snippet typo
  • Add eofline rule to tslint
  • Regenerate GoogleActionsV2OrdersReceipt
  • Add @hidden to _middlewares
  • Add typedoc.json to npm ignore

Version 2.2.0

21 Jun 23:46
Compare
Choose a tag to compare
  • Add support for async middleware
  • Add parameter to middleware to expose extra framework data
  • Verify JWT is generated before sending report state
  • Add headers parameter to smart home service handler
  • Remove options check in API call methods

Version 2.1.3

31 May 21:28
Compare
Choose a tag to compare
  • Add deprecation notice for conv.user.id

Version 2.1.2

21 May 20:51
Compare
Choose a tag to compare
  • Add error handling for common.stringify

Version 2.1.1

10 May 00:33
Compare
Choose a tag to compare
  • Fix to make v2 the default version if version is not specified

Version 2.1.0

08 May 21:04
Compare
Choose a tag to compare
  • Various fixes and improvements for reference documentation
  • Convert lambda header keys to lowercase
  • Consolidate common conversation types
  • Add intent array matching
  • Add screen surface capability shortcut
  • Add ability to send back headers
  • Add clearer examples for GitHub readme
  • Regenerate transaction types to support new transaction features
  • Add ROUTINES to GoogleActionsV2TriggerContextTimeContextFrequency
  • Add deprecated fields previously not generated
  • Add support for profile retrieval
  • Add support for Table card response type
  • Add service for Smart Home
  • Add clearer examples for GitHub readme

Version 1.11.0

08 May 21:04
Compare
Choose a tag to compare

Last feature release for v1.

  • Add support for followup events
  • Fix type annotation bugs
  • Change No userStorage Found to debug message
  • Remove en_* locale warning from askForSignIn
  • Fix MEDIA_STATUS enum being incorrect

Version 2.0.1

08 May 21:02
Compare
Choose a tag to compare
  • Exclude npm packed extracted contents from npm publish

Version 2.0.0

08 May 21:01
Compare
Choose a tag to compare

Changes from Major Version 1

  • Rewrote to use TypeScript with main API intended for JavaScript
  • Separate app instance to a cross conversational app instance and a per conversation conv instance
  • Redesign objects to use an API backbone from protobufs that define the Conversation API
  • Redesign API to be overloaded and sent through conv.ask so that it can build the response for the developer incrementally
  • Redesign API to use more idiomatic JavaScript
  • Create frameworks system to support different platforms seamlessly
  • Create clear separations of services so APIs are distinctly separate
  • Add new modular architecture that allows plugins to extend functionality
  • Drop support for Actions SDK v1 and various legacy features

Changes from Alpha

  • Remove plugins and utils from library repo
  • Various bug fixes
  • Add support for all features from v1 besides legacy features
  • Clean up arguments and create separate status parsing out
  • Add ability to send raw JSON
  • Add fallback handler
  • Add status and error customization for Dialogflow verification
  • Add support for Dialogflow followup events

Version 1.10.0

09 Mar 06:37
Compare
Choose a tag to compare
  • Adds support for Package Entitlements
  • Add support for media response
  • Adds WEB_BROWSER surface capability
  • Add BrowseCarousel to the client library
  • Issues a warning instead of an error in carousel and lists