Releases: alexa/alexa-apis-for-python
Release 1.20.0 for ASK SDK Models
This release contains the following changes :
- captions support in audioplayer play directive.
Release 1.19.0 for ASK SDK Models
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
This release contains the following changes :
- Models for APL visual context.
Release 1.18.0 for ASK SDK Models
This release contains the following changes:
- Support for personalization in the skill.
Release 1.17.0 for ASK SDK Models
This release contains the following changes :
- Client methods for ISP support in Kid Skills.
Release 1.16.0 for ASK SDK Models
This release contains the following changes :
- Support for building APL-T skills (APL for Character Displays).
Release 1.15.0 for ASK SDK Models
This release contains the following changes :
- A new mode property in APL viewports
- The gadget endpoint enumeration service.
- Fixing a bug in base service client that leads to exceptions for a HTTP 204 response.
Release 1.14.0 for ASK SDK Models
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
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
This release contains the following changes :
- Added APL commands
AnimateItemCommand
,OpenUrlCommand
,SetFocusCommand
,ClearFocusCommand
. - Added
finally
andcatch
attributes inSequentialCommand
. - Provide APL expression language in some APL commands, alongside their primitive types (eg:
delay
in all commands). - Added
ENDPOINT_TIMEOUT
enumeration inSessionEndedReason
.