Skip to content
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

[merge before 7/30 release] declare maintenance mode #5319

Merged
merged 2 commits into from
Jul 30, 2024
Merged
Changes from 1 commit
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
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,19 @@

aws-sdk-go is the v1 AWS SDK for the Go programming language.

We [announced](https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-go-v1-on-july-31-2025) the upcoming **end-of-support for AWS SDK for Go (v1)**. We recommend that you migrate to [AWS SDK for Go v2](https://aws.github.io/aws-sdk-go-v2/docs/). For dates, additional details, and information on how to migrate, please refer to the linked announcement.
## :warning: This SDK is in maintenance mode

We previously [announced](https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-go-v1-on-july-31-2025)
the upcoming **end-of-support for AWS SDK for Go (v1)**.

Per that announcement, as of 7/31/2024, **the SDK has entered maintenance mode**.
Going forward, we will limit releases to address critical bug fixes and security
issues only. The SDK will not receive API updates for new or existing services,
or be updated to support new regions.

lucix-aws marked this conversation as resolved.
Show resolved Hide resolved
We recommend that you migrate to [AWS SDK for Go v2](https://aws.github.io/aws-sdk-go-v2/docs/).
For additional details as well as information on how to migrate, please refer
to the linked announcement.

Jump To:
* [Getting Started](#Getting-Started)
Expand Down
Loading