Skip to content

Releases: alexa/alexa-skills-kit-sdk-for-java

2.9.0

05 Nov 20:35
Compare
Choose a tag to compare

This release adds support for Name-free Interactions (preview).

2.8.1

05 Nov 18:48
Compare
Choose a tag to compare

This release fixes a breaking change bug that affected Spring users.

2.8.0

30 Oct 15:25
Compare
Choose a tag to compare

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

05 Oct 20:40
Compare
Choose a tag to compare

This release contains the following changes:

  • Introducing runtime layer (#147)

2.7.0

04 Oct 22:05
Compare
Choose a tag to compare

This release adds support for Connections (preview).

2.6.0

25 Sep 14:11
Compare
Choose a tag to compare

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

08 Sep 00:37
Compare
Choose a tag to compare

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

06 Sep 19:10
Compare
Choose a tag to compare

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

04 Sep 19:19
Compare
Choose a tag to compare

This release includes the following bug fix:

  • Custom proxy properly set on servlet signature verifier (#140)

2.5.2

29 Aug 20:58
Compare
Choose a tag to compare

This release contains the following bug fix:

  • Enable consistent reads through the DDB persistence adapter (#139)