Skip to content

Commit

Permalink
Release 2023-06-22
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Jun 22, 2023
1 parent 2103b22 commit 461e68f
Show file tree
Hide file tree
Showing 14 changed files with 33 additions and 37 deletions.
8 changes: 0 additions & 8 deletions .changelog/77fab5b751224d68bf5874f78678bb7f.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/dec6ccaea1bd43b484cfc36ec3bf7564.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-06-22)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/chimesdkidentity`: [v1.12.0](service/chimesdkidentity/CHANGELOG.md#v1120-2023-06-22)
* **Feature**: AppInstanceBots can be configured to be invoked or not using the Target or the CHIME.mentions attribute for ChannelMessages
* `github.com/aws/aws-sdk-go-v2/service/chimesdkmessaging`: [v1.16.0](service/chimesdkmessaging/CHANGELOG.md#v1160-2023-06-22)
* **Feature**: ChannelMessages can be made visible to sender and intended recipient rather than all channel members with the target attribute. For example, a user can send messages to a bot and receive messages back in a group channel without other members seeing them.
* `github.com/aws/aws-sdk-go-v2/service/kendra`: [v1.41.0](service/kendra/CHANGELOG.md#v1410-2023-06-22)
* **Feature**: Introducing Amazon Kendra Retrieve API that can be used to retrieve relevant passages or text excerpts given an input query.
* `github.com/aws/aws-sdk-go-v2/service/sfn`: [v1.18.0](service/sfn/CHANGELOG.md#v1180-2023-06-22)
* **Feature**: Adds support for Versions and Aliases. Adds 8 operations: PublishStateMachineVersion, DeleteStateMachineVersion, ListStateMachineVersions, CreateStateMachineAlias, DescribeStateMachineAlias, UpdateStateMachineAlias, DeleteStateMachineAlias, ListStateMachineAliases

# Release (2023-06-21)

## General Highlights
Expand Down
4 changes: 4 additions & 0 deletions service/chimesdkidentity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.12.0 (2023-06-22)

* **Feature**: AppInstanceBots can be configured to be invoked or not using the Target or the CHIME.mentions attribute for ChannelMessages

# v1.11.6 (2023-06-15)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/chimesdkidentity/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/chimesdkmessaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.16.0 (2023-06-22)

* **Feature**: ChannelMessages can be made visible to sender and intended recipient rather than all channel members with the target attribute. For example, a user can send messages to a bot and receive messages back in a group channel without other members seeing them.

# v1.15.3 (2023-06-15)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/chimesdkmessaging/go_module_metadata.go

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

2 changes: 1 addition & 1 deletion service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.19.10
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.19.2
github.com/aws/aws-sdk-go-v2/service/ses v1.15.11
github.com/aws/aws-sdk-go-v2/service/sfn v1.17.13
github.com/aws/aws-sdk-go-v2/service/sfn v1.18.0
github.com/aws/aws-sdk-go-v2/service/shield v1.18.12
github.com/aws/aws-sdk-go-v2/service/snowball v1.19.4
github.com/aws/aws-sdk-go-v2/service/sns v1.20.13
Expand Down
4 changes: 4 additions & 0 deletions service/kendra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.41.0 (2023-06-22)

* **Feature**: Introducing Amazon Kendra Retrieve API that can be used to retrieve relevant passages or text excerpts given an input query.

# v1.40.4 (2023-06-15)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/kendra/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/sfn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.18.0 (2023-06-22)

* **Feature**: Adds support for Versions and Aliases. Adds 8 operations: PublishStateMachineVersion, DeleteStateMachineVersion, ListStateMachineVersions, CreateStateMachineAlias, DescribeStateMachineAlias, UpdateStateMachineAlias, DeleteStateMachineAlias, ListStateMachineAliases

# v1.17.13 (2023-06-15)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/sfn/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 461e68f

Please sign in to comment.