This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
Release v2.6.0
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 frommodules/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