Skip to content

Releases: alexa/alexa-apis-for-python

Release 1.20.0 for ASK SDK Models

04 Dec 23:15
7b63a4f
Compare
Choose a tag to compare

This release contains the following changes :

Release 1.19.0 for ASK SDK Models

18 Nov 21:32
Compare
Choose a tag to compare

This release contains the following changes :

  • Alexa Presentation Language HTML Interface support. Apply for preview request here.
  • Update service client methods to return an ApiResponse instance, in case a full response is required instead of just the response body.
  • mypy fix for AuthenticationConfiguration class.

Release 1.18.1 for ASK SDK Models

05 Nov 22:33
Compare
Choose a tag to compare

This release contains the following changes :

  • Models for APL visual context.

Release 1.18.0 for ASK SDK Models

31 Oct 18:42
Compare
Choose a tag to compare

This release contains the following changes:

Release 1.17.0 for ASK SDK Models

24 Oct 23:02
Compare
Choose a tag to compare

This release contains the following changes :

Release 1.16.0 for ASK SDK Models

21 Oct 22:26
Compare
Choose a tag to compare

This release contains the following changes :

Release 1.15.0 for ASK SDK Models

10 Oct 18:00
Compare
Choose a tag to compare

This release contains the following changes :

Release 1.14.0 for ASK SDK Models

15 Aug 15:34
Compare
Choose a tag to compare

This release contains the following changes :

  • Models for Custom interfaces. The custom interfaces feature enables Alexa Skill Developers to implement interactions between skills and gadgets using developer-defined directives and events.

  • Added BillingAgreementType and SubscriptionAmount in BillingAgreementAttributes. This change is mandatory for skills in EU, and optional for NA and JP. With this upgrade, skill developers in EU can enjoy full benefits of the Amazon Pay solution that supports PSD2.

Release 1.13.0 for ASK SDK Models

01 Jul 18:38
Compare
Choose a tag to compare

This release contains the following changes :

  • Models for Skill Connections. With the Skill Connections feature, you can enable an Alexa skill to fulfill a customer request that it can't otherwise handle by forwarding the request to another skill for fulfillment.

Release 1.12.0 for ASK SDK Models

24 Jun 22:59
Compare
Choose a tag to compare

This release contains the following changes :

  • Added APL commands AnimateItemCommand, OpenUrlCommand, SetFocusCommand, ClearFocusCommand.
  • Added finally and catch attributes in SequentialCommand.
  • Provide APL expression language in some APL commands, alongside their primitive types (eg: delay in all commands).
  • Added ENDPOINT_TIMEOUT enumeration in SessionEndedReason.