Skip to content

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

1.13.0

07 Jan 20:06
Compare
Choose a tag to compare

This release contains the following changes :

  • py.typed files added to sdk packages, as per PEP 561. Fixes 121.
  • Fixes the literal check bug in api client, that fails in Python 3.8 127

1.12.0

19 Nov 17:29
80dba6e
Compare
Choose a tag to compare

This release contains the following changes :

  • person_id as partition key generator, when storing persistence attributes in dynamo tables.
  • Minor doc fix in ask-sdk-core readme.

1.11.0

23 Aug 01:23
Compare
Choose a tag to compare

This release contains the following changes :

  • Template Resolvers used to generate responses using JINJA templates to handle ASK SDK requests.
  • Bug fix Delete persistence attributes without checking setter.
  • Bug fix Allow out-of-session requests.
  • Bug fix Change get_slot_value function to return None when slot is not present.
  • Bug fix Change decorator returned by request_handler to return the handler function.

1.10.2

20 Jun 21:34
2ec659f
Compare
Choose a tag to compare

This release contains the following changes :

  • Bug fix on delete persistence attributes, to delete attributes without checking if they are set.
  • Fix type hints on lambda_handler.

1.10.1

10 Jun 16:04
48c8323
Compare
Choose a tag to compare

This release contains the following :

  • Fix the regression bug on response_interceptors.

1.10.0

29 May 18:07
d9f8ae1
Compare
Choose a tag to compare

This release contains the following changes :

  • Viewport Utils support for Echo Show 5 (HUB_LANDSCAPE_SMALL).
  • Add check for device information in get_device_id utility function.
  • Add get_user_id utility function.

1.9.0

19 Mar 12:04
Compare
Choose a tag to compare

This release includes the following :

  • Request utility methods which makes it easier to retrieve common properties from an incoming request. All general utility methods available in the SDK can be found in the official documentation here.

1.8.0

28 Feb 01:26
Compare
Choose a tag to compare

This release contains the following changes :

  • Allow Default API Client to invoke Alexa APIs that require other than 'application/json' body type #63 .

1.7.0

22 Feb 00:53
Compare
Choose a tag to compare

This release contains the following changes :

  • Add optional play_behavior attribute to speak and ask methods in response builder.

1.6.0

04 Feb 16:51
156735a
Compare
Choose a tag to compare

This release contains the following changes :

  • Update DefaultSerializer to let generic classes to be added as session attributes 60.