Skip to content

Releases: alexa/alexa-apis-for-python

Release 1.11.0 for ASK SDK Models

29 May 16:53
Compare
Choose a tag to compare

This release contains the following changes :

Release 1.10.3 for ASK SDK Models

01 May 19:22
Compare
Choose a tag to compare

This release contains the following changes:

  • Fixes the deserialized_types value for video object in ViewportState class, which results in correctly deserializing the video codes when APL is enabled on the skill and video information is passed through the request envelope.

Release 1.10.2 for ASK SDK Models

30 Apr 20:36
Compare
Choose a tag to compare

This release contains the following changes :

  • Added video codecs information in the APL Viewport Characteristic Video property.

Release 1.10.1 for ASK SDK Models

15 Apr 20:51
Compare
Choose a tag to compare

This release includes the following :

  • Fixing the imports under reminder_management service, to deserialize the reminders correctly. Fixes #4

Release 1.10.0 for ASK SDK Models

03 Apr 20:35
Compare
Choose a tag to compare

This release contains the following changes :

  • The Skill Messaging API is now supported. Use the Skill Messaging API to send a message request to a skill for a specified user. Read here for more details.
  • Adds support for additional APL Standard Commands. For reference, check here.
  • Adds type-hinting information, packaged with the source code, as per PEP 0561.

Release 1.9.0 for ASK SDK Models

28 Mar 17:50
80ab62f
Compare
Choose a tag to compare

This release contains the following changes :

  • Dynamic Entities for customized interactions. The new dynamic entities capability allows you upload new slot values at any point within a skill session so you can personalize your skill, providing new context and responses as the conversation progresses. Alexa can also use these newly-loaded slot values to boost speech recognition, natural language understanding, and entity resolution accuracy. The dynamic entities feature is available in all locales. read more about it here
  • Add additional entitlementReason field in In-Skill products

Release 1.8.0 for ASK SDK Models

13 Mar 23:22
Compare
Choose a tag to compare

This release contains the following :

  • Introduces support for customizing your skill’s experience for Echo Auto, which is now shipping to select customers via our invite program, and vehicles and other aftermarket devices that support Alexa Auto.
  • The automotive experience introduces another way for customers to interact with skills, while they are on-the-go and their attention is on the road. Now you can adapt your skill experience to be succinct, location-aware, and adaptive to your customer’s needs while they’re outside the home.

Release 1.7.0 for ASK SDK Models

28 Feb 01:19
Compare
Choose a tag to compare

This release contains the following changes:

  • Support for the Proactive Events API and the ProactiveSubscriptionChanged skill event. The ProactiveEvents API enables Alexa Skill Developers to send events to Alexa, which represent factual data that may interest a customer. Upon receiving an event, Alexa proactively delivers the information to customers subscribed to receive these events. The service client provided by the SDK for Proactive Events can be used within the context of a skill or from another service.
  • Remove support for Delete All Reminders API

Release 1.6.2 for ASK SDK Models

08 Jan 00:51
Compare
Choose a tag to compare

This release contains the following changes :

  • Updated enum values for APL components.

Release 1.6.1 for ASK SDK Models

08 Jan 00:51
Compare
Choose a tag to compare

This release contains the following changes :

  • Updated enum values for Reminder Status
  • Updated OutputSpeech model