Skip to content

Latest commit

 

History

History
159 lines (58 loc) · 5.67 KB

CHANGELOG.md

File metadata and controls

159 lines (58 loc) · 5.67 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.5.2 (2019-04-24)

Bug Fixes

  • update getDeviceId to check for optional device field (#535) (884a904), closes #532

2.5.1 (2019-03-08)

Bug Fixes

  • remove response factory auto escape xml character behavior. (31ce953)

2.5.0 (2019-03-07)

Bug Fixes

  • update peer dependency of ask-sdk-model (#526) (9167297)

Features

2.4.0 (2019-02-21)

Bug Fixes

  • update to fix a build error casued by 'aws-sdk-mock' breaking changes (f3e380c)

Features

  • add deleteAttributes to PersistenceAdapter interface and deletePersistentAttributes to AttributesManager interface (#507) (e7409f1)
  • add playbehavior support to response builder (#515) (7a51f29)

2.3.0 (2018-11-05)

Features

  • add support for CanFulfillIntentRequest (f38c3d0)

2.2.0 (2018-10-30)

Features

  • 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. (bcdfec8)

2.1.0 (2018-10-04)

Features

  • add option to configure file name prefix in s3 persistence apdater(#467) (10780e0)
  • SDK structure update (3f52c59)

2.0.10 (2018-09-25)

Bug Fixes

  • add ask-sdk-s3-persistence-adapter to tsconfig.json (85aba3a)
  • handle locale not being present in v1 adapter (03321ef)

2.0.9 (2018-09-10)

Bug Fixes

  • enable consistent read on dynamodb get operation (0c205f7)
  • update aws-sdk-mock dependency (ae26da4)

2.0.8 (2018-07-30)

Bug Fixes

  • CreateStateHandler incorrectly update function key (dcec7e6), closes #438

2.0.7 (2018-06-22)

Bug Fixes

  • update attributes persistence behavior of ask-sdk-v1adapter (51432df), closes #414

2.0.6 (2018-06-12)

Bug Fixes

  • make auto create table behavior more consistent (fa826e4)

2.0.5 (2018-05-16)

Bug Fixes

  • update execution behavior of interceptor (352f638)