Skip to content

Commit

Permalink
update release notes for recent athena breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
lucix-aws committed Oct 21, 2024
1 parent f033949 commit 3bab200
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/athena`: [v1.48.0](service/athena/CHANGELOG.md#v1480-2024-10-18)
* **Feature**: Removing FEDERATED from Create/List/Delete/GetDataCatalog API
* **Feature**: **BREAKING CHANGE**: Remove DataCatalog from Create/DeleteDataCatalog. Remove Status, ConnectionType, and Error from DataCatalog and DataCatalogSummary. These were released inadvertently with no functionality. They were not populated or populated with a default value. Code related to these changes can be safely removed.
* `github.com/aws/aws-sdk-go-v2/service/bedrock`: [v1.21.0](service/bedrock/CHANGELOG.md#v1210-2024-10-18)
* **Feature**: Adding converse support to CMI API's
* `github.com/aws/aws-sdk-go-v2/service/datazone`: [v1.23.0](service/datazone/CHANGELOG.md#v1230-2024-10-18)
Expand Down
2 changes: 1 addition & 1 deletion service/athena/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# v1.48.0 (2024-10-18)

* **Feature**: Removing FEDERATED from Create/List/Delete/GetDataCatalog API
* **Feature**: **BREAKING CHANGE**: Remove DataCatalog from Create/DeleteDataCatalog. Remove Status, ConnectionType, and Error from DataCatalog and DataCatalogSummary. These were released inadvertently with no functionality. They were not populated or populated with a default value. Code related to these changes can be safely removed.

# v1.47.2 (2024-10-08)

Expand Down

0 comments on commit 3bab200

Please sign in to comment.