Skip to content

Commit 4452160

Browse files
Release v4.1.9
Automated release of generative-ai-application-builder-on-aws version v4.1.9.
1 parent badd0c8 commit 4452160

File tree

67 files changed

+1796
-1194
lines changed

Some content is hidden

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

67 files changed

+1796
-1194
lines changed

CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ 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+
## [4.1.9] - 2026-04-02
9+
10+
### Fixed
11+
12+
- Fixed `file-type` ESM-only compatibility in files-metadata-management Lambda by bundling with `esbuild`
13+
14+
### Security
15+
16+
- Upgraded `handlebars` to `4.7.9` to mitigate [CVE-2026-33937](https://nvd.nist.gov/vuln/detail/CVE-2026-33937), [CVE-2026-33938](https://nvd.nist.gov/vuln/detail/CVE-2026-33938), [CVE-2026-33939](https://nvd.nist.gov/vuln/detail/CVE-2026-33939), [CVE-2026-33940](https://nvd.nist.gov/vuln/detail/CVE-2026-33940), [CVE-2026-33941](https://nvd.nist.gov/vuln/detail/CVE-2026-33941), [CVE-2026-33916](https://nvd.nist.gov/vuln/detail/CVE-2026-33916), [GHSA-7rx3-28cr-v5wh](https://github.com/advisories/GHSA-7rx3-28cr-v5wh), [GHSA-442j-39wm-28r2](https://github.com/advisories/GHSA-442j-39wm-28r2)
17+
- Upgraded `picomatch` to `>=2.3.2` to mitigate [CVE-2026-33671](https://nvd.nist.gov/vuln/detail/CVE-2026-33671), [CVE-2026-33672](https://nvd.nist.gov/vuln/detail/CVE-2026-33672)
18+
- Upgraded `path-to-regexp` to `>=8.4.0` to mitigate [CVE-2026-4926](https://nvd.nist.gov/vuln/detail/CVE-2026-4926), [CVE-2026-4923](https://nvd.nist.gov/vuln/detail/CVE-2026-4923)
19+
- Upgraded `node-forge` to `>=1.4.0` to mitigate [CVE-2026-33891](https://nvd.nist.gov/vuln/detail/CVE-2026-33891), [CVE-2026-33894](https://nvd.nist.gov/vuln/detail/CVE-2026-33894), [CVE-2026-33895](https://nvd.nist.gov/vuln/detail/CVE-2026-33895), [CVE-2026-33896](https://nvd.nist.gov/vuln/detail/CVE-2026-33896)
20+
- Upgraded `brace-expansion` to `>=1.1.13`/`>=5.0.5` (via `aws-cdk-lib` `>=2.247.0`) to mitigate [CVE-2026-33750](https://nvd.nist.gov/vuln/detail/CVE-2026-33750)
21+
- Upgraded `lodash` to `>=4.18.1` to mitigate [CVE-2025-13465](https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg), [GHSA-35jh-r3h4-6jhm](https://github.com/advisories/GHSA-35jh-r3h4-6jhm)
22+
- Upgraded `yaml` to `>=1.10.3` to mitigate [CVE-2026-33532](https://nvd.nist.gov/vuln/detail/CVE-2026-33532)
23+
- Upgraded `serialize-javascript` to `>=7.0.5` to mitigate [CVE-2026-34043](https://nvd.nist.gov/vuln/detail/CVE-2026-34043)
24+
- Upgraded `langchain-core` to `>=1.2.22` to mitigate [CVE-2026-34070](https://nvd.nist.gov/vuln/detail/CVE-2026-34070)
25+
- Upgraded `requests` to `>=2.33.0` to mitigate [CVE-2026-25645](https://nvd.nist.gov/vuln/detail/CVE-2026-25645)
26+
- Upgraded `cryptography` to `>=46.0.6` to mitigate [CVE-2026-34073](https://nvd.nist.gov/vuln/detail/CVE-2026-34073)
27+
- Upgraded `Pygments` to `>=2.20.0` to mitigate [GHSA-58pv-8j8x-9vj2](https://github.com/advisories/GHSA-58pv-8j8x-9vj2)
28+
29+
### Changed
30+
31+
- Upgraded `aws-cdk-lib` to `>=2.247.0` and `aws-cdk`/`cdk` CLI to `>=2.1115.1`
32+
833
## [4.1.8] - 2026-03-25
934

1035
### Security
@@ -37,7 +62,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3762
- Upgraded `pyjwt` to `2.12.1` to mitigate [CVE-2026-32597](https://nvd.nist.gov/vuln/detail/CVE-2026-32597)
3863
- Upgraded `langgraph` to `1.0.10` to mitigate [CVE-2026-28277](https://avd.aquasec.com/nvd/2026/cve-2026-28277)
3964
- Upgraded `flatted` to `3.4.1` to mitigate [CVE-2026-32141](https://avd.aquasec.com/nvd/2026/cve-2026-32141)
40-
- Upgraded `file-type` to `21.3.2` to mitigate [GHSA-5v7r-x4mn-hvf7](https://github.com/advisories/GHSA-5v7r-x4mn-hvf7)
65+
- Upgraded `file-type` to `21.3.2` to mitigate [GHSA-5v7r-6r5c-r473](https://github.com/advisories/GHSA-5v7r-6r5c-r473)
4166
- Upgraded `uv` to `0.10.10` in ECR Dockerfiles to mitigate [CVE-2026-31812](https://nvd.nist.gov/vuln/detail/CVE-2026-31812)
4267
- Upgraded `requests` to `2.32.4` to mitigate [GHSA-9hjg-9r4m-mvj7](https://github.com/advisories/GHSA-9hjg-9r4m-mvj7)
4368

NOTICE.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ This software includes third party software subject to the following copyrights:
357357
@esbuild/netbsd-x64 under the MIT license.
358358
@esbuild/openbsd-arm64 under the MIT license.
359359
@esbuild/openbsd-x64 under the MIT license.
360+
@esbuild/openharmony-arm64 under the MIT license.
360361
@esbuild/sunos-x64 under the MIT license.
361362
@esbuild/win32-arm64 under the MIT license.
362363
@esbuild/win32-ia32 under the MIT license.

deployment/cdk-solution-helper/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.

deployment/cdk-solution-helper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@amzn/cdk-solution-helper",
3-
"version": "4.1.8",
3+
"version": "4.1.9",
44
"description": "This script performs token replacement as part of the build pipeline",
55
"license": "Apache-2.0",
66
"author": {

deployment/ecr/gaab-strands-agent/pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "gaab-strands-agent"
3-
version = "4.1.8"
3+
version = "4.1.9"
44
description = "GAAB Strands Agent Runtime for Amazon Bedrock AgentCore"
55
readme = "README.md"
66
requires-python = ">=3.13"
@@ -75,7 +75,10 @@ dev-dependencies = [
7575
override-dependencies = [
7676
"protobuf>=6.33.5",
7777
"pillow>=12.1.1",
78-
"pyjwt>=2.12.0"
78+
"pyjwt>=2.12.0",
79+
"requests>=2.33.0",
80+
"cryptography>=46.0.6",
81+
"pygments>=2.20.0"
7982
]
8083

8184
[tool.black]

0 commit comments

Comments
 (0)