Skip to content

Commit 9decacd

Browse files
authored
Upgrade to version v3.0.6
### 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/)
2 parents e4a59e1 + 31ed5eb commit 9decacd

File tree

47 files changed

+2431
-2415
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+2431
-2415
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.0.6] - 2025-10-14
9+
10+
### Changed
11+
12+
- Upgraded langchain-core to `0.3.74`
13+
- Upgraded langchain-aws to `0.2.31`
14+
- Upgraded aws-lambda-powertools to `3.19.0`
15+
- Upgraded botocore to `1.40.15`
16+
- Upgraded boto3 to `1.40.15`
17+
18+
### Security
19+
20+
- Upgraded langchain to `0.3.27` to mitigate [CVE-2025-6985](https://avd.aquasec.com/nvd/2025/cve-2025-6985/)
21+
822
## [3.0.5] - 2025-09-18
923

1024
### Security

NOTICE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1310,7 +1310,7 @@ make-error under the ISC license.
13101310
makeerror under the BSD-3-Clause license.
13111311
map-obj under the MIT license.
13121312
markdown-table under the MIT license.
1313-
markupsafe under the 0BSD license.
1313+
markupsafe under the BSD-3-Clause license.
13141314
marky under the Apache-2.0 license.
13151315
math-intrinsics under the MIT license.
13161316
mdast-util-find-and-replace under the MIT license.

source/infrastructure/cdk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@custom-bundler/unit-test": false,
6565
"solution_id": "SO0276",
6666
"solution_name": "generative-ai-application-builder-on-aws",
67-
"solution_version": "v3.0.5",
67+
"solution_version": "v3.0.6",
6868
"app_registry_name": "GAAB",
6969
"application_type": "AWS-Solutions",
7070
"application_trademark_name": "Generative AI Application Builder on AWS",

source/infrastructure/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.

source/infrastructure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@amzn/gen-ai-app-builder-on-aws-infrastructure",
3-
"version": "3.0.5",
3+
"version": "3.0.6",
44
"bin": {
55
"infrastructure": "bin/gen-ai-app-builder.js"
66
},

source/infrastructure/test/mock-lambda-func/node-lambda/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.

source/infrastructure/test/mock-lambda-func/node-lambda/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@amzn/node-lambda",
3-
"version": "3.0.5",
3+
"version": "3.0.6",
44
"description": "A mock lambda implementation for CDK infrastructure unit",
55
"main": "index.js",
66
"scripts": {

source/infrastructure/test/mock-lambda-func/python-lambda/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mock-lambda-function"
3-
version = "3.0.5"
3+
version = "3.0.6"
44
authors = [ "Amazon Web Services" ]
55
description = "Mock lambda implementation to unit test infrastructure code"
66
packages = [

source/infrastructure/test/mock-lambda-func/typescript-lambda/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.

source/infrastructure/test/mock-lambda-func/typescript-lambda/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@amzn/mock-typescript-lambda",
3-
"version": "3.0.5",
3+
"version": "3.0.6",
44
"description": "A mock lambda implementation for CDK infrastructure unit",
55
"main": "index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)