Skip to content

update maintenance mode messaging to deprecated for swift and android #7749

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
Jun 17, 2024
Merged
Show file tree
Hide file tree
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
6 changes: 2 additions & 4 deletions src/fragments/lib-v1/android-maintenance.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<Callout warning>

Amplify Android v1 is now in **Maintenance Mode** until May 31st, 2024. This means that we will continue to include updates to ensure compatibility with backend services and security. No new features will be introduced in v1.
**Amplify Android v1 is deprecated as of June 1st, 2024**. No new features or bug fixes will be added. Dependencies may become outdated and potentially introduce compatibility issues.

Please use the latest version (v2) of [Amplify Library for Android](/gen1/[platform]/tools/libraries/) to get started.

If you are currently using v1, follow [these instructions](/gen1/[platform]/start/project-setup/upgrade-guide/) to upgrade to v2.
Please use the latest version (v2) of [Amplify Library for Android](/android/) to get started. Refer to [the upgrade guide](/gen1/[platform]/start/project-setup/upgrade-guide/) for instructions on upgrading your application to the latest version.

**Amplify libraries should be used for all new cloud connected applications.** If you are currently using the AWS Mobile SDK for Android, you can [access the documentation here](/gen1/[platform]/sdk/).

Expand Down
6 changes: 2 additions & 4 deletions src/fragments/lib-v1/ios-maintenance.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<Callout warning>

Amplify iOS v1 is now in **Maintenance Mode** until May 31st, 2024. This means that we will continue to include updates to ensure compatibility with backend services and security. No new features will be introduced in v1.
**Amplify iOS v1 is deprecated as of June 1st, 2024**. No new features or bug fixes will be added. Dependencies may become outdated and potentially introduce compatibility issues.

Please use the latest version (v2) of [Amplify Library for Swift](/gen1/[platform]/tools/libraries/) to get started.

If you are currently using v1, follow [these instructions](/gen1/[platform]/start/project-setup/upgrade-guide/) to upgrade to v2.
Please use the latest version (v2) of [Amplify Library for Swift](/swift/) to get started. Refer to [the upgrade guide](/gen1/[platform]/start/project-setup/upgrade-guide/) for instructions on upgrading your application to the latest version.

**Amplify libraries should be used for all new cloud connected applications.** If you are currently using the AWS Mobile SDK for iOS, you can [access the documentation here](/gen1/[platform]/sdk/).

Expand Down