Skip to content

Adding high-level libraries to the changelog #2354

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 30, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/LaunchChangelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ The S3 client in 2.0 is drastically different from the client in 1.11, because i
| `doesBucketExistV2` | `headBucket` |
| `doesObjectExist` | `headObject` |
| `enableRequesterPays` | `putBucketRequestPayment` |
| `generatePresignedUrl` | [Not Supported](https://github.com/aws/aws-sdk-java-v2/issues/849) |
| `generatePresignedUrl` | [~~Not Supported~~](https://github.com/aws/aws-sdk-java-v2/issues/849) [S3Presigner](https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/examples-s3-presign.html) |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for doing this! Should we remove the strike-through?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the strike-through indicates work, that things have changed since the last time you saw this document.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's definitely beneficial. I wasn't sure if people read it multiple times for updates, and I figured the commit history exists if people want to know what's changed. I think it's one of those "fine either way" things.

| `getBucketAccelerateConfiguration` | `getBucketAccelerateConfiguration` |
| `getBucketAcl` | `getBucketAcl` |
| `getBucketAnalyticsConfiguration` | `getBucketAnalyticsConfiguration` |
Expand Down Expand Up @@ -820,3 +820,8 @@ The parsing of the `~/.aws/config` and `~/.aws/credentials` has changed to more

1. All high-level libraries have been removed.
2. High-level libraries will be re-designed to match the 2.0 programming model and re-introduced over time.

| 1.11.x | 2.0 | Since version |
|---|---|---|
| DynamoDBMapper | [DynamoDbEnhancedClient](https://github.com/aws/aws-sdk-java-v2/blob/464be97535cc82a4adb2e5b9fdadd9d4ac739ef8/services-custom/dynamodb-enhanced/README.md) | 2.12.0 |
| Waiters | [Waiters](https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/waiters.html) | 2.15.0 |