Skip to content

Latest commit

 

History

History
46 lines (39 loc) · 1.83 KB

CHANGELOG.md

File metadata and controls

46 lines (39 loc) · 1.83 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.3.1 - 2022-01-05

Added

  • Added deprecation notice

0.3.0 - 2021-06-30

Added

  • Support to update the Fallback Intent
  • Example bot based on the AWS Workshop to illustrate how to configure Lambda CodeHooks and Conversation Logs

0.2.0 - 2021-06-29

Added

  • New example based on QnABot Reponse bots. This example shows how to deploy many bots from the same template and tests the concurrent bot build retry logic

Changed

  • The boto3 client now uses the "adaptive" retry mode to better handle throttles
  • The default log level of the Custom Resource Lambda is now set to "DEBUG" for easier troubleshooting. You can optionally set it to "INFO" or any of the other supported values

Fixed

  • Handle bot build exceptions caused by concurrent build quotas
  • Handle resource deletion when the resource creation is cancelled by the user or by ClouFormation due to an error before the botId has been returned. When that happens, CloudFormation does not have a botId to delete the bot. This fix uses the botName from resource properties to find the related botId

0.1.0 - 2021-06-24

Added

  • Initial release