Skip to content

Commit 551ce99

Browse files
committed
Merge branch 'develop' v0.9.4
2 parents ed55e46 + 3d321af commit 551ce99

File tree

14 files changed

+2321
-2532
lines changed

14 files changed

+2321
-2532
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.9.4] - 2024-10-11
11+
### Fixed
12+
- Revert fastify dependabot version change - Issue #207
13+
14+
1015
## [0.9.3] - 2024-10-03
1116

1217
### Added
@@ -462,6 +467,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
462467
- Initial release
463468

464469
[Unreleased]: https://github.com/aws-samples/amazon-transcribe-live-meeting-assistant/compare/main...develop
470+
[0.9.4]: https://github.com/aws-samples/amazon-transcribe-live-call-analytics/compare/v0.9.2...v0.9.4
465471
[0.9.3]: https://github.com/aws-samples/amazon-transcribe-live-call-analytics/compare/v0.9.2...v0.9.3
466472
[0.9.2]: https://github.com/aws-samples/amazon-transcribe-live-call-analytics/compare/v0.9.1...v0.9.2
467473
[0.9.1]: https://github.com/aws-samples/amazon-transcribe-live-call-analytics/compare/v0.9.0...v0.9.1

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.3
1+
0.9.4

lca-ai-stack/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.3
1+
0.9.4

lca-ai-stack/deployment/lca-ai-stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ Parameters:
289289
290290
BootstrapVersion:
291291
Type: String
292-
Default: 0.9.3
292+
Default: 0.9.4
293293
Description: >
294294
Artifacts version (semver). Used to point to a specific release in the S3
295295
bootstrap bucket

lca-ai-stack/samconfig.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ use_container = true
88
# shared account
99
[shared.global.parameters]
1010
s3_bucket = "lca-artifacts-253873381732-us-east-1"
11-
s3_prefix = "artifacts/lca/0.9.3"
11+
s3_prefix = "artifacts/lca/0.9.4"
1212

1313
[shared.deploy.parameters]
1414
stack_name = "LiveCallAnalytics"
1515
s3_bucket = "lca-artifacts-253873381732-us-east-1"
16-
s3_prefix = "artifacts/lca/0.9.3"
16+
s3_prefix = "artifacts/lca/0.9.4"
1717
region = "us-east-1"
1818
fail_on_empty_changeset = false
1919
confirm_changeset = true
2020
capabilities = "CAPABILITY_IAM CAPABILITY_AUTO_EXPAND"
2121
parameter_overrides = [
2222
"BootstrapBucketBaseName=lca-artifacts-253873381732",
2323
"BootstrapS3Prefix=artifacts/lca",
24-
"BootstrapVersion=0.9.3",
24+
"BootstrapVersion=0.9.4",
2525
"S3BucketName=shared-ai-for-chime-vc-audio",
2626
"IsContentRedactionEnabled=true",
2727
"IsSentimentAnalysisEnabled=true",
@@ -32,4 +32,4 @@ parameter_overrides = [
3232

3333
[shared.package.parameters]
3434
s3_bucket = "lca-artifacts-253873381732-us-east-1"
35-
s3_prefix = "artifacts/lca/0.9.3"
35+
s3_prefix = "artifacts/lca/0.9.4"

lca-ai-stack/source/ui/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lca-ai-stack/source/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lca-ui",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"private": true,
55
"dependencies": {
66
"@aws-amplify/ui-components": "^1.9.6",

lca-genesys-audiohook-stack/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,11 @@ To streamline access for LCA application instead of switching between Genesys Cl
9191

9292
Follow the steps as documented in [here](https://help.mypurecloud.com/articles/set-custom-client-application-integration/) to setup custom application integration in Genesys
9393

94-
***
94+
***
95+
96+
## Test docker build locally after making code changes
97+
```
98+
cd ./lca-genesys-audiohook-stack/source/app
99+
npm install
100+
docker build -t lca-genesys .
101+
```

0 commit comments

Comments
 (0)