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

Commit

Permalink
Version 2.7.1 alexa-smart-screen-sdk
Browse files Browse the repository at this point in the history
*** Bug fixes ***

* Upgraded dependency to APL Core Library 1.6.2 Release [https://github.com/alexa/apl-core-library/releases/tag/v1.6.2]
* Fixed issue with some video skills not playing due to AVS Video stealing audio focus before speechlet gets to finish
* Fixed issue with APL cards not rendering due to APLCoreEngine content being corrupted during serialization
* Fixed issue with RenderPlayerInfo card play/pause/right/left buttons not working and play button being not focused on initial render
  • Loading branch information
rpalkar-amzn committed Jul 26, 2021
1 parent 9480393 commit 9eb0fb5
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 13 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### v2.7.1 released 07/23/2021:
#### Bug fixes
* Upgraded dependency to APL Core Library 1.6.2 Release [https://github.com/alexa/apl-core-library/releases/tag/v1.6.2]
* Fixed issue with some video skills not playing due to AVS Video stealing audio focus before speechlet gets to finish
* Fixed issue with APL cards not rendering due to APLCoreEngine content being corrupted during serialization
* Fixed issue with RenderPlayerInfo card play/pause/right/left buttons not working and play button being not focused on initial render

### v2.7.0 released 06/01/2021:
#### Enhancements
* Upgraded dependency to Device SDK 1.24.0 [https://github.com/alexa/avs-device-sdk/tree/v1.24.0]
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.1 FATAL_ERROR)

project(AlexaSmartScreenSDK VERSION 2.7 LANGUAGES CXX)
project(AlexaSmartScreenSDK VERSION 2.7.1 LANGUAGES CXX)
set(PROJECT_BRIEF "A cross-platform, modular SDK for multi modal interaction with the Alexa Voice Service")
configure_file (
"${PROJECT_SOURCE_DIR}/modules/Alexa/Utils/include/Utils/SmartScreenSDKVersion.h.in"
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Alexa Smart Screen SDK

<p>
<a href="https://github.com/alexa/alexa-smart-screen-sdk/tree/v2.7.0" alt="version">
<img src="https://img.shields.io/badge/stable%20version-2.7.0-brightgreen" /></a>
<a href="https://github.com/alexa/alexa-smart-screen-sdk/tree/v2.7.1" alt="version">
<img src="https://img.shields.io/badge/stable%20version-2.7.1-brightgreen" /></a>
<a href="https://github.com/alexa/avs-device-sdk/tree/v1.24.0" alt="DeviceSDK">
<img src="https://img.shields.io/badge/avs%20device%20sdk-1.24.0-blueviolet" /></a>
<a href="https://github.com/alexa/apl-core-library/tree/v1.6.1" alt="APLCore">
<img src="https://img.shields.io/badge/apl%20core%20library-1.6.1-navy" /></a>
<a href="https://github.com/alexa/apl-core-library/tree/v1.6.2" alt="APLCore">
<img src="https://img.shields.io/badge/apl%20core%20library-1.6.2-navy" /></a>
<a href="https://github.com/alexa/alexa-smart-screen-sdk/issues" alt="issues">
<img src="https://img.shields.io/github/issues/alexa/alexa-smart-screen-sdk" /></a>
</p>
Expand Down
8 changes: 8 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Security Policy for device SDKs

Amazon has updated the AVS API to add a new consent screen during device registration for new users if the device has not been certified by Amazon. Once the device has completed the testing process including obtaining a security assessment from an Authorized Security Lab and received an Alexa Built-in badge, this consent screen will be removed and developers will be able to offer the full Alexa experience on their Alexa Built-in devices. To learn more about device testing and certification, please visit [here](https://developer.amazon.com/en-US/alexa/devices/alexa-built-in/development-resources#additional-resources)


## Reporting a Vulnerability

If you discover a potential security issue in this project we ask that you notify Alexa Voice Services Security team by sending an email to [email protected]. Please do not create a public GitHub issue.
4 changes: 2 additions & 2 deletions modules/Alexa/APLClientLibrary/apl-client-js/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion modules/Alexa/APLClientLibrary/apl-client-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "apl-client",
"version": "1.6.1",
"description": "this version supports APL 1.6",
"repository": "hash:2ccc95c1",
"repository": "hash:f67ebbae",
"main": "index.js",
"types": "./index.d.ts"
}
8 changes: 4 additions & 4 deletions modules/Alexa/APLClientLibrary/apl-release.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
{
"name": "APLCoreEngine",
"source": "ssh://git.amazon.com/pkg/APLCoreEngine",
"description": "apl-1.6-04.28.2021",
"commit": "878941426a86e681eeead3343b58ab8d272884f7"
"description": "apl-1.6-07.15.2021",
"commit": "9ee9afbe1455ed1b7a10eae16f39257d877649f9"
},
{
"name": "APLViewhostWeb",
"source": "ssh://git.amazon.com/pkg/APLViewhostWeb",
"description": "apl-1.6-06.17.2021",
"commit": "2ccc95c1d82dfe20d2277d5c9bff9770f725acc6"
"description": "apl-1.6-07.15.2021",
"commit": "f67ebbaeac26f7be405a0d56fbb8dfbd736f5ae8"
}
]
}
2 changes: 1 addition & 1 deletion modules/Alexa/Utils/include/Utils/SmartScreenSDKVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace utils {
/// NOTE: To make changes to this file you *MUST* do so via SmartScreenSDKVersion.h.in.
namespace smartScreenSDKVersion{
inline static std::string getCurrentVersion(){
return "2.7";
return "2.7.1";
}
inline static int getMajorVersion(){
return 2;
Expand Down

0 comments on commit 9eb0fb5

Please sign in to comment.