Skip to content

Commit

Permalink
Release 2024-03-14
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Mar 14, 2024
1 parent 0aa6643 commit 49b368e
Show file tree
Hide file tree
Showing 25 changed files with 58 additions and 82 deletions.
8 changes: 0 additions & 8 deletions .changelog/03096bdfa797407e83fe5c0e619adc9f.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/1e1a1b68a8f047858df0866e7d597caa.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/2d8462f611074c1db93a14e52690d5bd.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/41575353444b40ffbf474f4155544f00.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/56dfede1b9704501bf31979108ed611e.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/60a7e927bf474dbc8d917e1461b55fdb.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/b1548f1e978f42229e3401c501af0d2f.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/c5bdaf6b484a4f5c9a29ce3b579fe856.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/d40ecb47e15b4e95aeaa651fb0ca1e61.json

This file was deleted.

19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# Release (2024-03-14)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/amplify`: [v1.21.3](service/amplify/CHANGELOG.md#v1213-2024-03-14)
* **Documentation**: Documentation updates for Amplify. Identifies the APIs available only to apps created using Amplify Gen 1.
* `github.com/aws/aws-sdk-go-v2/service/ec2instanceconnect`: [v1.23.0](service/ec2instanceconnect/CHANGELOG.md#v1230-2024-03-14)
* **Feature**: This release includes a new exception type "SerialConsoleSessionUnsupportedException" for SendSerialConsoleSSHPublicKey API.
* `github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2`: [v1.30.3](service/elasticloadbalancingv2/CHANGELOG.md#v1303-2024-03-14)
* **Documentation**: This release allows you to configure HTTP client keep-alive duration for communication between clients and Application Load Balancers.
* `github.com/aws/aws-sdk-go-v2/service/fis`: [v1.24.0](service/fis/CHANGELOG.md#v1240-2024-03-14)
* **Feature**: This release adds support for previewing target resources before running a FIS experiment. It also adds resource ARNs for actions, experiments, and experiment templates to API responses.
* `github.com/aws/aws-sdk-go-v2/service/rds`: [v1.75.2](service/rds/CHANGELOG.md#v1752-2024-03-14)
* **Documentation**: Updates Amazon RDS documentation for EBCDIC collation for RDS for Db2.
* `github.com/aws/aws-sdk-go-v2/service/secretsmanager`: [v1.28.3](service/secretsmanager/CHANGELOG.md#v1283-2024-03-14)
* **Documentation**: Doc only update for Secrets Manager
* `github.com/aws/aws-sdk-go-v2/service/timestreaminfluxdb`: [v1.0.0](service/timestreaminfluxdb/CHANGELOG.md#v100-2024-03-14)
* **Release**: New AWS service client module
* **Feature**: This is the initial SDK release for Amazon Timestream for InfluxDB. Amazon Timestream for InfluxDB is a new time-series database engine that makes it easy for application developers and DevOps teams to run InfluxDB databases on AWS for near real-time time-series applications using open source APIs.

# Release (2024-03-13)

## General Highlights
Expand Down
4 changes: 4 additions & 0 deletions service/amplify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.21.3 (2024-03-14)

* **Documentation**: Documentation updates for Amplify. Identifies the APIs available only to apps created using Amplify Gen 1.

# v1.21.2 (2024-03-07)

* **Bug Fix**: Remove dependency on go-cmp.
Expand Down
2 changes: 1 addition & 1 deletion service/amplify/go_module_metadata.go

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

4 changes: 4 additions & 0 deletions service/ec2instanceconnect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.23.0 (2024-03-14)

* **Feature**: This release includes a new exception type "SerialConsoleSessionUnsupportedException" for SendSerialConsoleSSHPublicKey API.

# v1.22.2 (2024-03-07)

* **Bug Fix**: Remove dependency on go-cmp.
Expand Down
2 changes: 1 addition & 1 deletion service/ec2instanceconnect/go_module_metadata.go

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

4 changes: 4 additions & 0 deletions service/elasticloadbalancingv2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.30.3 (2024-03-14)

* **Documentation**: This release allows you to configure HTTP client keep-alive duration for communication between clients and Application Load Balancers.

# v1.30.2 (2024-03-07)

* **Bug Fix**: Remove dependency on go-cmp.
Expand Down
2 changes: 1 addition & 1 deletion service/elasticloadbalancingv2/go_module_metadata.go

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

4 changes: 4 additions & 0 deletions service/fis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.24.0 (2024-03-14)

* **Feature**: This release adds support for previewing target resources before running a FIS experiment. It also adds resource ARNs for actions, experiments, and experiment templates to API responses.

# v1.23.2 (2024-03-07)

* **Bug Fix**: Remove dependency on go-cmp.
Expand Down
2 changes: 1 addition & 1 deletion service/fis/go_module_metadata.go

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

6 changes: 3 additions & 3 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/elasticache v1.37.3
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.23.2
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.24.2
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.30.2
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.30.3
github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.28.2
github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.22.2
github.com/aws/aws-sdk-go-v2/service/emr v1.39.2
Expand All @@ -61,15 +61,15 @@ require (
github.com/aws/aws-sdk-go-v2/service/opsworks v1.22.2
github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.19.2
github.com/aws/aws-sdk-go-v2/service/polly v1.39.4
github.com/aws/aws-sdk-go-v2/service/rds v1.75.1
github.com/aws/aws-sdk-go-v2/service/rds v1.75.2
github.com/aws/aws-sdk-go-v2/service/redshift v1.43.3
github.com/aws/aws-sdk-go-v2/service/rekognition v1.39.2
github.com/aws/aws-sdk-go-v2/service/route53 v1.40.2
github.com/aws/aws-sdk-go-v2/service/route53domains v1.23.2
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.27.2
github.com/aws/aws-sdk-go-v2/service/s3 v1.52.0
github.com/aws/aws-sdk-go-v2/service/s3control v1.44.2
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.28.2
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.28.3
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.28.2
github.com/aws/aws-sdk-go-v2/service/ses v1.22.2
github.com/aws/aws-sdk-go-v2/service/sfn v1.26.2
Expand Down
4 changes: 4 additions & 0 deletions service/rds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.75.2 (2024-03-14)

* **Documentation**: Updates Amazon RDS documentation for EBCDIC collation for RDS for Db2.

# v1.75.1 (2024-03-07)

* **Bug Fix**: Remove dependency on go-cmp.
Expand Down
2 changes: 1 addition & 1 deletion service/rds/go_module_metadata.go

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

4 changes: 4 additions & 0 deletions service/secretsmanager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.28.3 (2024-03-14)

* **Documentation**: Doc only update for Secrets Manager

# v1.28.2 (2024-03-07)

* **Bug Fix**: Remove dependency on go-cmp.
Expand Down
2 changes: 1 addition & 1 deletion service/secretsmanager/go_module_metadata.go

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

5 changes: 5 additions & 0 deletions service/timestreaminfluxdb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# v1.0.0 (2024-03-14)

* **Release**: New AWS service client module
* **Feature**: This is the initial SDK release for Amazon Timestream for InfluxDB. Amazon Timestream for InfluxDB is a new time-series database engine that makes it easy for application developers and DevOps teams to run InfluxDB databases on AWS for near real-time time-series applications using open source APIs.

2 changes: 1 addition & 1 deletion service/timestreaminfluxdb/go_module_metadata.go

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

0 comments on commit 49b368e

Please sign in to comment.