Skip to content

Commit c77fc8a

Browse files
author
Bob Strahan
committed
Release v0.3.21: Add eu-central-1 region support and finalize Claude Sonnet 4.5 Haiku integration
1 parent 97d8001 commit c77fc8a

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ SPDX-License-Identifier: MIT-0
55

66
## [Unreleased]
77

8+
## [0.3.21]
9+
810
### Added
911

1012
- **Claude Sonnet 4.5 Haiku Model Support**
@@ -25,6 +27,7 @@ SPDX-License-Identifier: MIT-0
2527
- Comprehensive model mapping table covering Amazon Nova and Anthropic Claude models
2628
- Intelligent fallback mappings when direct EU equivalents are unavailable
2729
- Quick Launch button for eu-central-1 region in README and deployment documentation
30+
- IDP CLI now supports eu-central-1 deployment with automatic template URL selection
2831
- Complete technical documentation in `docs/eu-region-model-support.md` with best practices and troubleshooting
2932

3033
### Changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.21-rc2
1+
0.3.21

idp_cli/idp_cli/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
TEMPLATE_URLS = {
3636
"us-west-2": "https://s3.us-west-2.amazonaws.com/aws-ml-blog-us-west-2/artifacts/genai-idp/idp-main.yaml",
3737
"us-east-1": "https://s3.us-east-1.amazonaws.com/aws-ml-blog-us-east-1/artifacts/genai-idp/idp-main.yaml",
38+
"eu-central-1": "https://s3.eu-central-1.amazonaws.com/aws-ml-blog-eu-central-1/artifacts/genai-idp/idp-main.yaml",
3839
}
3940

4041

0 commit comments

Comments
 (0)