Skip to content

Latest commit

 

History

History
69 lines (29 loc) · 2.24 KB

CHANGELOG.md

File metadata and controls

69 lines (29 loc) · 2.24 KB

Change Log

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

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)