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
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ 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.6] - 2025-10-14

### Changed

- Upgraded langchain-core to `0.3.74`
- Upgraded langchain-aws to `0.2.31`
- Upgraded aws-lambda-powertools to `3.19.0`
- Upgraded botocore to `1.40.15`
- Upgraded boto3 to `1.40.15`

### Security

- Upgraded langchain to `0.3.27` to mitigate [CVE-2025-6985](https://avd.aquasec.com/nvd/2025/cve-2025-6985/)

## [3.0.5] - 2025-09-18

### Security
Expand Down
2 changes: 1 addition & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1310,7 +1310,7 @@ make-error under the ISC license.
makeerror under the BSD-3-Clause license.
map-obj under the MIT license.
markdown-table under the MIT license.
markupsafe under the 0BSD license.
markupsafe under the BSD-3-Clause license.
marky under the Apache-2.0 license.
math-intrinsics under the MIT license.
mdast-util-find-and-replace 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.5",
"solution_version": "v3.0.6",
"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.5",
"version": "3.0.6",
"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.5",
"version": "3.0.6",
"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.5"
version = "3.0.6"
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.5",
"version": "3.0.6",
"description": "A mock lambda implementation for CDK infrastructure unit",
"main": "index.ts",
"scripts": {
Expand Down
4 changes: 2 additions & 2 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.5",
"version": "3.0.6",
"description": "Mock Reactjs app used for unit testing constructs",
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
Expand Down
1,360 changes: 696 additions & 664 deletions source/lambda/chat/poetry.lock

Large diffs are not rendered by default.

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.5"
version = "3.0.6"
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.5",
"version": "3.0.6",
"description": "This lambda function is used as a custom REQUEST authorizer for APIs",
"main": "rest-handler.ts",
"scripts": {
Expand Down
Loading