Skip to content

Commit

Permalink
Release 2023-09-14
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Sep 14, 2023
1 parent f93a9b9 commit 41e0b26
Show file tree
Hide file tree
Showing 16 changed files with 40 additions and 40 deletions.
8 changes: 0 additions & 8 deletions .changelog/37bc8377733a457491dc3f72ab031ceb.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/88a6f30174ab455db73ed66c447ebc84.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Release (2023-09-14)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/appstream`: [v1.23.0](service/appstream/CHANGELOG.md#v1230-2023-09-14)
* **Feature**: This release introduces multi-session fleets, allowing customers to provision more than one user session on a single fleet instance.
* `github.com/aws/aws-sdk-go-v2/service/cloudformation`: [v1.34.6](service/cloudformation/CHANGELOG.md#v1346-2023-09-14)
* **Documentation**: Documentation updates for AWS CloudFormation
* `github.com/aws/aws-sdk-go-v2/service/entityresolution`: [v1.2.0](service/entityresolution/CHANGELOG.md#v120-2023-09-14)
* **Feature**: Changed "ResolutionTechniques" and "MappedInputFields" in workflow and schema mapping operations to be required fields.
* `github.com/aws/aws-sdk-go-v2/service/lookoutequipment`: [v1.19.0](service/lookoutequipment/CHANGELOG.md#v1190-2023-09-14)
* **Feature**: This release adds APIs for the new scheduled retraining feature.

# Release (2023-09-13)

## Module Highlights
Expand Down
4 changes: 4 additions & 0 deletions service/appstream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.23.0 (2023-09-14)

* **Feature**: This release introduces multi-session fleets, allowing customers to provision more than one user session on a single fleet instance.

# v1.22.5 (2023-08-21)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/appstream/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/cloudformation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.34.6 (2023-09-14)

* **Documentation**: Documentation updates for AWS CloudFormation

# v1.34.5 (2023-08-21)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/cloudformation/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/entityresolution/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.2.0 (2023-09-14)

* **Feature**: Changed "ResolutionTechniques" and "MappedInputFields" in workflow and schema mapping operations to be required fields.

# v1.1.5 (2023-08-21)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/entityresolution/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/glacier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.15.6 (2023-09-14)

* No change notes available for this release.

# v1.15.5 (2023-08-21)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/glacier/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 @@ -7,11 +7,11 @@ require (
github.com/aws/aws-sdk-go-v2/service/apigateway v1.18.0
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.22.5
github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.17.5
github.com/aws/aws-sdk-go-v2/service/appstream v1.22.5
github.com/aws/aws-sdk-go-v2/service/appstream v1.23.0
github.com/aws/aws-sdk-go-v2/service/athena v1.31.6
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.30.6
github.com/aws/aws-sdk-go-v2/service/batch v1.26.5
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.34.5
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.34.6
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.28.5
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.15.5
github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.15.5
Expand Down Expand Up @@ -45,7 +45,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/eventbridge v1.22.0
github.com/aws/aws-sdk-go-v2/service/firehose v1.18.0
github.com/aws/aws-sdk-go-v2/service/gamelift v1.22.2
github.com/aws/aws-sdk-go-v2/service/glacier v1.15.5
github.com/aws/aws-sdk-go-v2/service/glacier v1.15.6
github.com/aws/aws-sdk-go-v2/service/glue v1.62.0
github.com/aws/aws-sdk-go-v2/service/health v1.19.0
github.com/aws/aws-sdk-go-v2/service/iam v1.22.5
Expand Down
4 changes: 4 additions & 0 deletions service/lookoutequipment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.19.0 (2023-09-14)

* **Feature**: This release adds APIs for the new scheduled retraining feature.

# v1.18.5 (2023-08-21)

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

Please sign in to comment.