File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.7.13] - 2025-02-21
11
+
12
+ ### Fixed
13
+ - Remove Boto3 layer from all Lambda functions as Bedrock features are available in the base Boto package deployed in Lambda
14
+ - Updated all Lambda functions to Python 3.13 runtime
15
+
10
16
## [ 0.7.12] - 2025-02-21
11
17
12
18
### Added
@@ -20,8 +26,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
26
### Fixed
21
27
- Fixed: Only one PCA stack may be sucessfully deployed in a given account/region due to fixed SSM parameter names - PR #291 , #293
22
28
- Fixed: Current publish.sh does not work with ARM chipsets such as the Apple M series. Set x86_64 arch for local build - PR #288
23
- - Remove Boto3 layer from all Lambda functions as Bedrock features are available in the base Boto package deployed in Lambda
24
- - Updated all Lambda functions to Python 3.13 runtime
25
29
26
30
27
31
## [ 0.7.11] - 2024-10-09
@@ -292,6 +296,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
292
296
- Initial release
293
297
294
298
[ Unreleased ] : https://github.com/aws-samples/amazon-transcribe-post-call-analytics/compare/main...develop
299
+ [ 0.7.13 ] : https://github.com/aws-samples/amazon-transcribe-post-call-analytics/releases/tag/v0.7.13
295
300
[ 0.7.12 ] : https://github.com/aws-samples/amazon-transcribe-post-call-analytics/releases/tag/v0.7.12
296
301
[ 0.7.11 ] : https://github.com/aws-samples/amazon-transcribe-post-call-analytics/releases/tag/v0.7.11
297
302
[ 0.7.10 ] : https://github.com/aws-samples/amazon-transcribe-post-call-analytics/releases/tag/v0.7.10
Original file line number Diff line number Diff line change 1
- 0.7.12
1
+ 0.7.13
Original file line number Diff line number Diff line change 1
1
AWSTemplateFormatVersion: "2010-09-09"
2
2
3
- Description: Amazon Transcribe Post Call Analytics - PCA (v0.7.12 ) (uksb-1sn29lk73, SO9071)
3
+ Description: Amazon Transcribe Post Call Analytics - PCA (v0.7.13 ) (uksb-1sn29lk73, SO9071)
4
4
5
5
Parameters:
6
6
Original file line number Diff line number Diff line change 1
1
AWSTemplateFormatVersion: "2010-09-09"
2
2
3
- Description: Amazon Transcribe Post Call Analytics - PCA (v0.7.12 ) (uksb-1sn29lk73, SO9071)
3
+ Description: Amazon Transcribe Post Call Analytics - PCA (v0.7.13 ) (uksb-1sn29lk73, SO9071)
4
4
5
5
Parameters:
6
6
You can’t perform that action at this time.
0 commit comments