You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'Reference for Amplify library releases',
4
+
title: 'Amplify libraries version & support',
5
+
description: 'Reference for Amplify libraries version & support',
6
6
platforms: [
7
7
'angular',
8
8
'javascript',
@@ -29,19 +29,20 @@ export async function getStaticProps() {
29
29
30
30
## Amplify JS versioning
31
31
32
-
Amplify JS follows [semantic versioning](https://semver.org/) for releases. You may learn about the potential impact when you update to a newer version via a the version numbers.
32
+
Amplify JS follows [semantic versioning](https://semver.org/) for releases. This specification for version numbers imparts meaning to the underlying code changes between versions and the potential impact when you perform an update.
33
33
34
-
-**Major version release:** contains significant new features, necessary breaking changes for supporting new features or architecture changes, supported peer dependencies version range changes. When updating to a new major version, you may need to follow Amplify JS published migration guide to adapt new changes, and learn about new APIs.
35
-
-**Minor version release:** contains new small and additive features. A minor version is backwards-compatible, you are not required to make any changes in your projects to update to a new minor version.
34
+
-**Major version release:** contains significant new features, necessary breaking changes to support new features, or changes to supported peer dependencies versions. Updating to the latest major version is almost always recommended, however you may need to follow Amplify JS migration guides to integrate new changes into existing projects and discover new APIs.
35
+
-**Minor version release:** contains new small, additive features. A minor version is backwards-compatible; you are not required to make any changes in your projects to update to a newer minor version.
36
36
-**Patch version release:** contains bug fixes.
37
37
38
38
## Version support
39
39
40
40
### Support policy
41
41
42
-
-**Active:** receives regular bug fixes, new additive features, security patches
@@ -53,4 +54,7 @@ Amplify JS follows [semantic versioning](https://semver.org/) for releases. You
53
54
| ^1.0.0 | 2018-07-13 | LTS | 2025-08-15 |
54
55
| 0.x (Preview) | 2017-11-17 | Deprecated ||
55
56
57
+
### Migration guides
58
+
59
+
-[Migration from Amplify JS v5 to Amplify JS v6](https://hui-chore-js-lts.d1ywzrxfkb9wgg.amplifyapp.com/gen1/react/build-a-backend/troubleshooting/migrate-from-javascript-v5-to-v6/)
0 commit comments