Skip to content

Commit 66cf90e

Browse files
authored
Upgrade to version v3.0.4
Merge pull request #205 from aws-solutions/develop
2 parents 71d1e97 + 235e16b commit 66cf90e

Some content is hidden

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

55 files changed

+379
-214
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,22 @@ 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.4] - 2025-08-14
9+
10+
### Fixed
11+
12+
- Bug where the IAM policy being returned by the REST and Websocket custom authorizers to grant access to API endpoints exceeded the role policy character limit, leading to failures when a large number use cases were deployed.
13+
- Bug where updates to a use case deployed with VPC failed due to an incorrect API request.
14+
15+
### Security
16+
17+
- Upgraded aws-cdk-lib to `2.193.0`
18+
- Upgraded aws-cdk to `2.1024.0`
19+
820
## [3.0.3] - 2025-07-31
921

1022
### Fixed
23+
1124
- Bug where oversized limit WAF rule was preventing update of use cases deployed with very large prompts.
1225
- Removed model-info files for unsupported mistral models to remove from quick start list.
1326

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.2",
67+
"solution_version": "v3.0.4",
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: 42 additions & 27 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: 4 additions & 4 deletions
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.3",
3+
"version": "3.0.4",
44
"bin": {
55
"infrastructure": "bin/gen-ai-app-builder.js"
66
},
@@ -43,9 +43,9 @@
4343
"@types/node": "^22.10.1",
4444
"@types/npmlog": "^7.0.0",
4545
"@types/uuid": "^10.0.0",
46-
"aws-cdk": "^2.1006.0",
47-
"aws-cdk-lib": "^2.177.0",
48-
"cdk": "^2.177.0",
46+
"aws-cdk": "^2.1024.0",
47+
"aws-cdk-lib": "^2.193.0",
48+
"cdk": "^2.193.0",
4949
"cdk-nag": "^2.34.21",
5050
"constructs": "^10.4.2",
5151
"npmlog": "^7.0.1",

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.3",
3+
"version": "3.0.4",
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.3"
3+
version = "3.0.4"
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.3",
3+
"version": "3.0.4",
44
"description": "A mock lambda implementation for CDK infrastructure unit",
55
"main": "index.ts",
66
"scripts": {

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

0 commit comments

Comments
 (0)