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

Commit

Permalink
Version 2.9.3 of alexa-smart-screen-sdk
Browse files Browse the repository at this point in the history
*** Enhancements ***
* Upgraded webpack version to 5.61.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.
* Updated wording in the Security Requirements section of the README.md file.
  • Loading branch information
dtpancha committed Oct 20, 2022
1 parent cb10e63 commit cebb09c
Show file tree
Hide file tree
Showing 8 changed files with 3,102 additions and 537 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### v2.9.3 released 10/20/2022:
#### Enhancements
* Upgraded webpack version to 5.61.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.
* Updated wording in the Security Requirements section of the README.md file.

### v2.9.2 released 05/11/2022:
#### Enhancements
* Upgraded async version to 2.6.4. Note that users upgrading to this version will need to remove the existing node modules from modules/GUI/js/node_modules before the build.
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.9.2 LANGUAGES CXX)
project(AlexaSmartScreenSDK VERSION 2.9.3 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
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Alexa Smart Screen SDK

<p>
<a href="https://github.com/alexa/alexa-smart-screen-sdk/tree/v2.9.2" alt="version">
<img src="https://img.shields.io/badge/stable%20version-2.9.2-brightgreen" /></a>
<a href="https://github.com/alexa/alexa-smart-screen-sdk/tree/v2.9.3" alt="version">
<img src="https://img.shields.io/badge/stable%20version-2.9.3-brightgreen" /></a>
<a href="https://github.com/alexa/avs-device-sdk/tree/v1.26.0" alt="DeviceSDK">
<img src="https://img.shields.io/badge/avs%20device%20sdk-1.26.0-blueviolet" /></a>
<a href="https://github.com/alexa/apl-client-library/tree/v1.8.3" alt="APLClientLibrary">
Expand All @@ -22,6 +22,12 @@ The Alexa Smart Screen SDK depends on the following additional GitHub repos:
* [AVS Device SDK](https://github.com/alexa/avs-device-sdk/wiki)
* [APL Client Library](https://github.com/alexa/apl-client-library)

## Note on APL Client Library

> When building the Alexa Smart Screen SDK, the npm registry may alert you to a security vulnerability with the package ```apl-client```.
>
> The ```apl-client``` package for which this alert is raised is unrelated to the APL Client Library package that is part of the Alexa Smart Screen SDK.
## Get Started

You can set up the Alexa Smart Screen SDK by using the following Quick Start Guides:
Expand Down Expand Up @@ -61,9 +67,9 @@ This diagram illustrates the data flows between components that comprise the Ale
* **APL Web ViewHost**: Renders the APL document generated by the APL Core Library
* **Alexa GUI**: Reference GUI implementation

## Security Best Practices
## Security Requirements

All Alexa products should adopt the [AVS Security Requirements](https://developer.amazon.com/en-US/docs/alexa/alexa-voice-service/avs-security-reqs.html). Security requirements for the Smart Screen SDK can be found in [Security Requirements for Smart Screen AVS](https://developer.amazon.com/en-US/docs/alexa/alexa-smart-screen-sdk/security-requirements.html).
All Alexa products must meet the [AVS Security Requirements](https://developer.amazon.com/en-US/docs/alexa/alexa-voice-service/avs-security-reqs.html). In addition, when building the AVS Device SDK, you are required to adhere to the [following security principles](https://developer.amazon.com/en-US/docs/alexa/avs-device-sdk/overview.html#security-requirements).

## Important Considerations

Expand Down
40 changes: 0 additions & 40 deletions modules/Alexa/Utils/include/Utils/SmartScreenSDKVersion.h

This file was deleted.

0 comments on commit cebb09c

Please sign in to comment.