Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.0.5] - 2025-09-18

### Security

- Upgraded axios to `1.12.2`
- Upgraded vite to `5.4.20` and `6.3.6`

## [3.0.4] - 2025-08-14

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1849,7 +1849,7 @@ yoctocolors-cjs under the MIT license.
zen-observable under the MIT license.
zen-observable-ts under the MIT license.
zen-push under the MIT license.
zstandard under the 0BSD license.
zstandard under the BSD-3-Clause license.
zwitch under the MIT license.


Expand Down
2 changes: 1 addition & 1 deletion source/infrastructure/cdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@custom-bundler/unit-test": false,
"solution_id": "SO0276",
"solution_name": "generative-ai-application-builder-on-aws",
"solution_version": "v3.0.4",
"solution_version": "v3.0.5",
"app_registry_name": "GAAB",
"application_type": "AWS-Solutions",
"application_trademark_name": "Generative AI Application Builder on AWS",
Expand Down
4 changes: 2 additions & 2 deletions source/infrastructure/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/infrastructure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amzn/gen-ai-app-builder-on-aws-infrastructure",
"version": "3.0.4",
"version": "3.0.5",
"bin": {
"infrastructure": "bin/gen-ai-app-builder.js"
},
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amzn/node-lambda",
"version": "3.0.4",
"version": "3.0.5",
"description": "A mock lambda implementation for CDK infrastructure unit",
"main": "index.js",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mock-lambda-function"
version = "3.0.4"
version = "3.0.5"
authors = [ "Amazon Web Services" ]
description = "Mock lambda implementation to unit test infrastructure code"
packages = [
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amzn/mock-typescript-lambda",
"version": "3.0.4",
"version": "3.0.5",
"description": "A mock lambda implementation for CDK infrastructure unit",
"main": "index.ts",
"scripts": {
Expand Down
10 changes: 5 additions & 5 deletions source/infrastructure/test/mock-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/infrastructure/test/mock-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amzn/mock-react-app",
"version": "3.0.4",
"version": "3.0.5",
"description": "Mock Reactjs app used for unit testing constructs",
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
Expand Down
8 changes: 5 additions & 3 deletions source/lambda/chat/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/lambda/chat/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "llm-chat-lambda"
version = "3.0.4"
version = "3.0.5"
authors = [ "Amazon Web Services" ]
description = "Lambda implementation for chat feature"
packages = [
Expand Down
4 changes: 2 additions & 2 deletions source/lambda/custom-authorizer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/lambda/custom-authorizer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amzn/custom-authorizer",
"version": "3.0.4",
"version": "3.0.5",
"description": "This lambda function is used as a custom REQUEST authorizer for APIs",
"main": "rest-handler.ts",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions source/lambda/custom-resource/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/lambda/custom-resource/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "custom-resource"
version = "3.0.4"
version = "3.0.5"
authors = [ "Amazon Web Services" ]
description = "Perform specific operations triggered by AWS CloudFormation events"
packages = [
Expand Down
4 changes: 2 additions & 2 deletions source/lambda/ext-idp-group-mapper/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/lambda/ext-idp-group-mapper/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ext-idp-group-mapper"
version = "3.0.4"
version = "3.0.5"
authors = [ "Amazon Web Services" ]
description = "Lambda implementation to change Cognito user groups to External Identity Provider groups in the JWT token"
packages = [
Expand Down
4 changes: 2 additions & 2 deletions source/lambda/feedback-management/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/lambda/feedback-management/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amzn/feedback-management",
"version": "3.0.4",
"version": "3.0.5",
"description": "This lambda supports backs the API to process chat response feedbacks",
"main": "index.ts",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions source/lambda/invoke-agent/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/lambda/invoke-agent/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "invoke-agent"
version = "3.0.4"
version = "3.0.5"
authors = [ "Amazon Web Services" ]
description = "Lambda implementation for chat feature"
packages = [
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amzn/aws-node-user-agent-config",
"version": "3.0.4",
"version": "3.0.5",
"description": "AWS Nodejs SDK Config initialization layer",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions source/lambda/layers/aws-sdk-lib/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/lambda/layers/aws-sdk-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amzn/aws-sdk-layer",
"version": "3.0.4",
"version": "3.0.5",
"description": "AWS Javascript SDK v3 layer",
"dependencies": {
"@aws-sdk/client-api-gateway": "^3.775.0",
Expand Down
2 changes: 1 addition & 1 deletion source/lambda/layers/aws_boto3/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "boto3-layer"
version = "3.0.4"
version = "3.0.5"
authors = [ "Amazon Web Services" ]
description = "Layer for AWS Boto3 python SDK"
packages = [
Expand Down
2 changes: 1 addition & 1 deletion source/lambda/layers/custom_boto3_init/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/lambda/layers/custom_boto3_init/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "custom_boto3_init"
version = "3.0.4"
version = "3.0.5"
authors = [ "Amazon Web Services" ]
description = "Initialize boto config for AWS Python SDK with custom configuration"
packages = [
Expand Down
2 changes: 1 addition & 1 deletion source/lambda/layers/langchain/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-layer"
version = "3.0.4"
version = "3.0.5"
authors = [ "Amazon Web Services" ]
description = "Layer for LangChain libraries"
packages = [
Expand Down
Loading