File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff 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  
Original file line number Diff line number Diff line change 1- 0.3.21-rc2 
1+ 0.3.21
Original file line number Diff line number Diff line change 3535TEMPLATE_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
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments