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

Release v2.6.0

Compare
Choose a tag to compare
@rpalkar-amzn rpalkar-amzn released this 02 Apr 01:26
· 15 commits to master since this release

v2.6.0 released 04/01/2021:

Enhancements

  • Upgraded dependency to Device SDK 1.23.0 [https://github.com/alexa/avs-device-sdk/tree/v1.23.0]
  • Added support for video calling with Alexa Communication. Customers who want to enable this feature should contact their Alexa representative. Video calling is currently only supported on Linux devices.
  • Added support for SmartScreenSDKConfig.json validation for DCMAKE_BUILD_TYPE=DEBUG mode with SampleApp runtime parameter '-S '
  • Improved the SDK handling for rendering directives for invalid window id
  • Updated webpack version to 5.28.0 and refreshed the package-lock.json with new dependencies. Note that users upgrading
    to this version will need to remove the existing node modules from modules/GUI/js/node_modules before the build.

Bug fixes

  • Added support to handle document with incorrect windowId gracefully
  • Fixed issue with audio player still playing after user barge-in clears the screen during transitions
  • Fixed issues with Finish APL ExecuteCommand ending all ongoing activities
  • Fixed intermittent issue with Audio Player playing queued up speakItem for inactive window
  • Fixed issues related to uninitialized scalar, uncaught exceptions, big parameter pass-by-value and unchecked return values