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
Copy file name to clipboardExpand all lines: extra/releases.md
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,18 @@
2
2
3
3
API Platform follows the [Semantic Versioning](https://semver.org) strategy.
4
4
5
-
Only 3 versions are maintained at the same time:
5
+
3 versions are maintained at the same time:
6
6
7
-
***stable** (currently the **2.7** branch): regular bug fixes are integrated in this version
8
-
***old-stable** (currently **2.6** branch): security fixes are integrated in this version, regular bug fixes are **not** backported in it
7
+
***stable** (currently the **3.0** branch): regular bug fixes are integrated in this version
8
+
***old-stable** (currently **2.7** branch): [security fixes](security.md) are integrated in this version, regular bug fixes are **not** backported in it
9
9
***development** (**main** branch): new features target this branch
10
10
11
-
Older versions (1.x, 2.0...) **are not maintained**. If you still use them, you must upgrade as soon as possible.
11
+
Older versions (1.x, 2.6...) **are not maintained**. If you still use them, you must upgrade as soon as possible.
12
12
13
13
The **old-stable** branch is merged in the **stable** branch on a regular basis to propagate [security fixes](security.md).
14
14
The **stable** branch is merged in the **development** branch on a regular basis to propagate [security](security.md) and regular bug fixes.
15
15
16
-
New versions of API Platform are released **when they are ready**, on the behalf of the API Platform Core Team.
16
+
New major versions of API Platform are released every 2 years.
17
+
New minor versions of API Platform are released every 6 months.
18
+
19
+
The latest minor version of a major branch contains all the new features introduced in the first version of the next major, but also contains deprecated features which are removed in the next major branch.
0 commit comments