File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.2.0] - 2021-09-03
10+ ### Fixed
11+ - Changed metric namespace to include bot locale
12+ - Added bot and locale ID filters to CloudWatch Insight rules/queries
13+ - Fixed handling of ReadyForFullfilment state and empty data in conversation
14+ path widget
15+ ### Removed
16+ - Removed session count value from Activity section due to exceptions if the
17+ selected time range is larger than 24 hours
18+
919## [ 0.1.0] - 2021-08-26
1020### Added
1121- Initial release
1222
13- [ Unreleased ] : https://github.com/aws-samples/aws-lex-v2-bot-analytics/compare/v0.1.0...develop
23+ [ Unreleased ] : https://github.com/aws-samples/aws-lex-v2-bot-analytics/compare/v0.2.0...develop
24+ [ 0.2.0 ] : https://github.com/aws-samples/aws-lex-v2-bot-analytics/releases/tag/v0.2.0
1425[ 0.1.0 ] : https://github.com/aws-samples/aws-lex-v2-bot-analytics/releases/tag/v0.1.0
Original file line number Diff line number Diff line change 1- 0.1 .0
1+ 0.2 .0
Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ AWSTemplateFormatVersion: 2010-09-09
33Transform : AWS::Serverless-2016-10-31
44
55Description : |-
6- Lex V2 Analytics. Deploys a CloudWatch Dashboard for your Lex V2 bot.
6+ Lex V2 Analytics (v0.2.0)
7+ Deploys a CloudWatch Dashboard for your Lex V2 bot
78
89Parameters :
910 ShouldDeploySampleBots :
@@ -107,7 +108,7 @@ Metadata:
107108 - Dashboard
108109 - CloudWatch
109110 HomePageUrl : https://github.com/aws-samples/aws-lex-v2-bot-analytics
110- SemanticVersion : 0.1 .0
111+ SemanticVersion : 0.2 .0
111112 SourceCodeUrl : https://github.com/aws-samples/aws-lex-v2-bot-analytics
112113
113114Resources :
You can’t perform that action at this time.
0 commit comments