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 #4676

Merged
merged 4 commits into from
Sep 6, 2024
Merged
Show file tree
Hide file tree
Changes from 3 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
5 changes: 5 additions & 0 deletions .changes/next-release/feature-Support-4fb4c97e.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "feature",
"category": "Support",
"description": "Update maintenance mode message to indicate it has entered maintenance mode"
}
4 changes: 2 additions & 2 deletions lib/maintenance_mode_message.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var warning = [
'The AWS SDK for JavaScript (v2) will enter maintenance mode',
'on September 8, 2024 and reach end-of-support on September 8, 2025.\n',
'The AWS SDK for JavaScript (v2) is in maintenance mode.',
' SDK releases are limited to address critical bug fixes and security issues only.\n',
'Please migrate your code to use AWS SDK for JavaScript (v3).',
'For more information, check blog post at https://a.co/cUPnyil'
trivikr marked this conversation as resolved.
Show resolved Hide resolved
trivikr marked this conversation as resolved.
Show resolved Hide resolved
].join('\n');
Expand Down