Skip to content

Commit

Permalink
Release v1.48.1 (2023-11-20) (#5077)
Browse files Browse the repository at this point in the history
Release v1.48.1 (2023-11-20)
===

### Service Client Updates
* `service/codestar-connections`: Updates service API, documentation, and paginators
* `service/docdb`: Updates service API and documentation
  * Amazon DocumentDB updates for new cluster storage configuration: Amazon DocumentDB I/O-Optimized.
* `service/ec2`: Updates service API and documentation
  * This release adds support for Security group referencing over Transit gateways, enabling you to simplify Security group management and control of instance-to-instance traffic across VPCs that are connected by Transit gateway.
  • Loading branch information
aws-sdk-go-automation committed Nov 20, 2023
1 parent f012146 commit 933cc70
Show file tree
Hide file tree
Showing 16 changed files with 1,528 additions and 7,916 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Release v1.48.1 (2023-11-20)
===

### Service Client Updates
* `service/codestar-connections`: Updates service API, documentation, and paginators
* `service/docdb`: Updates service API and documentation
* Amazon DocumentDB updates for new cluster storage configuration: Amazon DocumentDB I/O-Optimized.
* `service/ec2`: Updates service API and documentation
* This release adds support for Security group referencing over Transit gateways, enabling you to simplify Security group management and control of instance-to-instance traffic across VPCs that are connected by Transit gateway.

Release v1.48.0 (2023-11-17)
===

Expand Down
76 changes: 36 additions & 40 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.48.0"
const SDKVersion = "1.48.1"

0 comments on commit 933cc70

Please sign in to comment.