Skip to content

Commit f101ba3

Browse files
authored
Merge pull request #793 from aws-samples/development
Release v0.22.0
2 parents 834912a + 03be029 commit f101ba3

31 files changed

+195678
-150745
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [0.21.6] - 2025-01-23
7+
## [0.22.0] - 2025-04-15
8+
- Upgrade to AWS SDK v3
9+
- Fix for Connect transcription redaction
10+
- Fix for issue with iframe incompatibility with Firebase login
11+
12+
## [0.21.7] - 2025-01-23
813
- Add heartbeat for streaming responses to prevent idle timeout of 10 mins
914

1015
## [0.21.6] - 2024-12-18

build/Makefile

+1-8
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ VPATH := $(OUT)
2121

2222
# upload files to bootstrap bucket
2323
# NOTE: files uploaded with public read permissions
24-
upload: upload-templates upload-custom-resources-zip upload-src-zip upload-layers \
24+
upload: upload-templates upload-custom-resources-zip upload-src-zip \
2525
upload-response-card-image upload-initiate-chat-lambda upload-streaming-lambda upload-qbusiness-lambda
2626
.PHONY: upload
2727

@@ -37,15 +37,8 @@ upload-templates: $(TEMPLATES) | $(OUT)
3737
aws s3 sync --acl public-read --exclude "*" --include "*.yaml" \
3838
"$(TEMPLATES_DIR)" "s3://$(BOOTSTRAP_BUCKET_PATH)/templates/" \
3939
| tee "$(OUT)/$(@)"
40-
aws s3 cp "$(TEMPLATES_DIR)"/layers.zip \
41-
"s3://${BOOTSTRAP_BUCKET_PATH}/layers.zip"
4240
@echo "[INFO] master template: https://s3.amazonaws.com/$(BOOTSTRAP_BUCKET_PATH)/templates/master.yaml"
4341

44-
LAMBDA_LAYER_ZIP := $(TEMPLATES_DIR)/layers.zip
45-
46-
upload-layers:
47-
@echo "[INFO] Uploading lambda layer"
48-
aws s3 cp --acl public-read "$(LAMBDA_LAYER_ZIP)" "s3://${BOOTSTRAP_BUCKET_PATH}/layers.zip"
4942

5043
# cfn custom resource lambda files are found under this directory
5144
CUSTOM_RESOURCES_DIR := $(TEMPLATES_DIR)/custom-resources

dist/lex-web-ui-loader.js

+38,534-21,408
Large diffs are not rendered by default.

dist/lex-web-ui-loader.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lex-web-ui-loader.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)