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

Update maintenance mode message to justify hint #4351

Merged
merged 1 commit into from
Feb 22, 2023

Conversation

trivikr
Copy link
Member

@trivikr trivikr commented Feb 22, 2023

As per AWS SDKs and Tools maintenance policy Phase 2, a public announcement needs to be made before an SDK version is put into maintenance mode. This announcement gives users at least six months to upgrade, and calls out the date for Phase 3. This is usually done through blog post, documentation and deprecation warnings.

In #4345, we added a hint about our plans to put v2 into maintenance mode with the following warning:

The AWS SDK for JavaScript (v2) will be put into maintenance mode in 2023.

Please migrate your code to use AWS SDK for JavaScript (v3).
For more information, check the migration guide at https://a.co/7PzMCcy

However, users are confusing it with the official announcement which is not made yet.

This PR uses the statement from README instead:

We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023.

Please migrate your code to use AWS SDK for JavaScript (v3).
For more information, check the migration guide at https://a.co/7PzMCcy
Checklist
  • npm run test passes

@trivikr trivikr marked this pull request as ready for review February 22, 2023 17:07
@trivikr trivikr requested a review from a team as a code owner February 22, 2023 17:07
@trivikr trivikr merged commit 1b89b85 into aws:master Feb 22, 2023
@trivikr trivikr deleted the update-maintenance-mode-msg branch February 22, 2023 18:27
@shellscape
Copy link

@trivikr the CDK team has a lovely way to disable warnings. any chance you could get with them to replicate that within aws-sdk so we can hide this message instead of seeing it on every run?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants