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

Release v2.7.0

Compare
Choose a tag to compare
@chemudug-amzn chemudug-amzn released this 24 Jun 18:34
· 14 commits to master since this release

v2.7.0 released 06/23/2021:

Enhancements

  • Upgraded dependency to Device SDK 1.24.0 [https://github.com/alexa/avs-device-sdk/tree/v1.24.0]
  • Added support for APL 1.6 [https://developer.amazon.com/en-US/docs/alexa/alexa-presentation-language/apl-latest-version.html]
  • Added support for Alexa.Presentation.APL 1.3 [https://developer.amazon.com/en-US/docs/alexa/alexa-voice-service/presentation-apl.html#version-changes]
  • Added support for timeoutType from Alexa.Presentation.APL RenderDocument directives [https://developer.amazon.com/en-US/docs/alexa/alexa-voice-service/presentation-apl.html#renderdocument]
  • Moved metric payload handling logic into APLClientLibrary
  • Removed user-specified schema path for SmartScreenSDKConfig.json validation in favor of internal schema file
  • Hardened AlexaPresentation CA logic to align with the existing limitation of only being able to support one active APL directive document at a time
  • Upgraded Node version requirement to 14.0, added Node version check
  • Added warning message when building in DEBUG mode