Releases: alexa/alexa-skills-kit-sdk-for-java
Releases · alexa/alexa-skills-kit-sdk-for-java
2.8.1
This release fixes a breaking change bug that affected Spring users.
2.8.0
This release adds support for APL (Public Beta). The Alexa Presentation Language (APL) enables you to build interactive voice experiences that include graphics, images, slideshows, and to customize them for different device types.
2.7.1
This release contains the following changes:
- Introducing runtime layer (#147)
2.7.0
This release adds support for Connections (preview).
2.6.0
This release contains:
- “Consumables” for In-Skill Products.
- APIs for Amazon Pay V2 that includes :
- No consent token requirement in request.
- Have billing address details for eligible Amazon Pay merchants in Response.
- Permission scope addition to Permissions object.
- Update Skill Event Models to include additional attributes like ‘eventPublishingTime’ etc.
2.5.5
This release fixes a servlet issue when using custom proxy configuration provided by JVM flags and a NPE bug when a handler returned an explicit null response.
2.5.4
This release includes the following changes:
- Allow maximum request timestamp tolerance to be 1 hour (#141)
- Don't force no proxy setting if a proxy is not provided (#142)
2.5.3
This release includes the following bug fix:
- Custom proxy properly set on servlet signature verifier (#140)
2.5.2
This release contains the following bug fix:
- Enable consistent reads through the DDB persistence adapter (#139)