Skip to content

Commit

Permalink
Release 2024-03-25
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Mar 25, 2024
1 parent 08fdcf7 commit 64cb287
Show file tree
Hide file tree
Showing 36 changed files with 88 additions and 81 deletions.
8 changes: 0 additions & 8 deletions .changelog/1c87ef715df04c2e87d8eada12e3328d.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/7b3afd396d4741a1b441cae094740eaf.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

## General Highlights
* **Dependency Update**: Updated to the latest SDK module versions

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue`: [v1.13.12](feature/dynamodb/attributevalue/CHANGELOG.md#v11312-2024-03-25)
* **Bug Fix**: Removes some duplicated reflection-based calls in the marshaler.
* `github.com/aws/aws-sdk-go-v2/service/codebuild`: [v1.32.0](service/codebuild/CHANGELOG.md#v1320-2024-03-25)
* **Feature**: Supporting GitLab and GitLab Self Managed as source types in AWS CodeBuild.
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.153.0](service/ec2/CHANGELOG.md#v11530-2024-03-25)
* **Feature**: Added support for ModifyInstanceMetadataDefaults and GetInstanceMetadataDefaults to set Instance Metadata Service account defaults
* `github.com/aws/aws-sdk-go-v2/service/ecs`: [v1.41.4](service/ecs/CHANGELOG.md#v1414-2024-03-25)
* **Documentation**: Documentation only update for Amazon ECS.
* `github.com/aws/aws-sdk-go-v2/service/emrcontainers`: [v1.26.0](service/emrcontainers/CHANGELOG.md#v1260-2024-03-25)
* **Feature**: This release increases the number of supported job template parameters from 20 to 100.
* `github.com/aws/aws-sdk-go-v2/service/globalaccelerator`: [v1.23.0](service/globalaccelerator/CHANGELOG.md#v1230-2024-03-25)
* **Feature**: AWS Global Accelerator now supports cross-account sharing for bring your own IP addresses.
* `github.com/aws/aws-sdk-go-v2/service/medialive`: [v1.49.0](service/medialive/CHANGELOG.md#v1490-2024-03-25)
* **Feature**: Exposing TileMedia H265 options
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.134.0](service/sagemaker/CHANGELOG.md#v11340-2024-03-25)
* **Feature**: Introduced support for the following new instance types on SageMaker Studio for JupyterLab and CodeEditor applications: m6i, m6id, m7i, c6i, c6id, c7i, r6i, r6id, r7i, and p5

# Release (2024-03-22)

## Module Highlights
Expand Down
2 changes: 1 addition & 1 deletion example/service/dynamodb/scanItems/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
github.com/aws/aws-sdk-go-v2 v1.26.0
github.com/aws/aws-sdk-go-v2/config v1.27.9
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.13.11
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.13.12
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.31.0
)

Expand Down
4 changes: 4 additions & 0 deletions feature/dynamodb/attributevalue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.13.12 (2024-03-25)

* **Bug Fix**: Removes some duplicated reflection-based calls in the marshaler.

# v1.13.11 (2024-03-20)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion feature/dynamodb/attributevalue/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 feature/dynamodb/expression/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.7.12 (2024-03-25)

* **Dependency Update**: Updated to the latest SDK module versions

# v1.7.11 (2024-03-20)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion feature/dynamodb/expression/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
github.com/aws/aws-sdk-go-v2 v1.26.0
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.13.11
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.13.12
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.31.0
)

Expand Down
2 changes: 1 addition & 1 deletion feature/dynamodb/expression/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 feature/dynamodbstreams/attributevalue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.13.12 (2024-03-25)

* No change notes available for this release.

# v1.13.11 (2024-03-20)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down

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

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

* **Feature**: Supporting GitLab and GitLab Self Managed as source types in AWS CodeBuild.

# v1.31.2 (2024-03-20)

* **Documentation**: This release adds support for new webhook events (RELEASED and PRERELEASED) and filter types (TAG_NAME and RELEASE_NAME).
Expand Down
2 changes: 1 addition & 1 deletion service/codebuild/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/ec2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.153.0 (2024-03-25)

* **Feature**: Added support for ModifyInstanceMetadataDefaults and GetInstanceMetadataDefaults to set Instance Metadata Service account defaults

# v1.152.0 (2024-03-19)

* **Feature**: This release adds the new DescribeMacHosts API operation for getting information about EC2 Mac Dedicated Hosts. Users can now see the latest macOS versions that their underlying Apple Mac can support without needing to be updated.
Expand Down
2 changes: 1 addition & 1 deletion service/ec2/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/ecs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.41.4 (2024-03-25)

* **Documentation**: Documentation only update for Amazon ECS.

# v1.41.3 (2024-03-18)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/ecs/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/emrcontainers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.26.0 (2024-03-25)

* **Feature**: This release increases the number of supported job template parameters from 20 to 100.

# v1.25.4 (2024-03-18)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/emrcontainers/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/globalaccelerator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.23.0 (2024-03-25)

* **Feature**: AWS Global Accelerator now supports cross-account sharing for bring your own IP addresses.

# v1.22.3 (2024-03-18)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/globalaccelerator/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 @@ -18,7 +18,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.22.3
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.39.1
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.36.3
github.com/aws/aws-sdk-go-v2/service/codebuild v1.31.2
github.com/aws/aws-sdk-go-v2/service/codebuild v1.32.0
github.com/aws/aws-sdk-go-v2/service/codecommit v1.22.3
github.com/aws/aws-sdk-go-v2/service/codedeploy v1.25.3
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.26.3
Expand All @@ -32,9 +32,9 @@ require (
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.24.3
github.com/aws/aws-sdk-go-v2/service/docdb v1.33.5
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.31.0
github.com/aws/aws-sdk-go-v2/service/ec2 v1.152.0
github.com/aws/aws-sdk-go-v2/service/ec2 v1.153.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.27.3
github.com/aws/aws-sdk-go-v2/service/ecs v1.41.3
github.com/aws/aws-sdk-go-v2/service/ecs v1.41.4
github.com/aws/aws-sdk-go-v2/service/efs v1.28.3
github.com/aws/aws-sdk-go-v2/service/elasticache v1.37.4
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.23.3
Expand Down
4 changes: 4 additions & 0 deletions service/lexmodelsv2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.43.3 (2024-03-25)

* No change notes available for this release.

# v1.43.2 (2024-03-18)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/lexmodelsv2/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/lexruntimev2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.25.4 (2024-03-25)

* No change notes available for this release.

# v1.25.3 (2024-03-18)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/lexruntimev2/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/medialive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.49.0 (2024-03-25)

* **Feature**: Exposing TileMedia H265 options

# v1.48.3 (2024-03-18)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/medialive/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/sagemaker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.134.0 (2024-03-25)

* **Feature**: Introduced support for the following new instance types on SageMaker Studio for JupyterLab and CodeEditor applications: m6i, m6id, m7i, c6i, c6id, c7i, r6i, r6id, r7i, and p5

# v1.133.1 (2024-03-18)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/sagemaker/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 64cb287

Please sign in to comment.