angular-cn/docs/RELEASE_SCHEDULE.md

7.5 KiB
Raw Blame History

Angular Release Schedule

This document contains historic record of past Angular releases and future release schedule.

The purpose of this document is to assist coordination among the Angular team, Angular contributors, Angular application teams, and Angular community projects.

We'll keep this doc up to date when unplanned releases or other schedule changes occur.

Schedule Caveats and Exceptions

The dates listed here are approximate last minute issues, team or community events, etc. can cause us to release a few days sooner or later.

This page contains only planned and past unplanned releases. Due to serious regressions or other important reasons we reserve the right to release an unplanned patch or minor release. In such case, we'll update this document accordingly.

The dates are just a guidance and might be adjusted slightly if necessary.

Tentative Schedule Until September 2017

Week Of Stable Release
(@latest npm tag)
Beta/RC Release
(@next npm tag)
Note
20170501     4.1.1                                 4.2.0beta.0                       
20170508     4.1.2                                 4.2.0beta.1                       
20170515     4.1.3                                 4.2.0rc.0                         
20170526     ‑                                     4.2.0rc.1                         
20170601      ‑                                     4.2.0rc.2                         
20170605     4.2.0                                 ‑                                    Minor Version Release
20170609    4.2.1                                 ‑                        Regression Patch Release
2017-06-12 4.2.2
2017-06-16   4.2.3 Regression Patch Release
20170619     4.2.4                                 4.3.0beta.0                       
20170626     4.2.5                                 4.3.0beta.1                       
20170703     4.2.6                                 4.3.0rc.0                         
20170710     4.3.0                                 -                         Minor Version Release
20170717     4.3.1                                 5.0.0beta.0                       
20170724     4.3.2                                 5.0.0beta.1                       
20170731     4.3.3                                 5.0.0beta.2                       
20170807     4.3.4                                 5.0.0beta.3                       
20170814      4.3.5                                 5.0.0beta.4                       
20170821     4.3.6                                -
20170828    -                                 5.0.0beta.5                       
20170904     -                                  5.0.0beta.6                       
20170911     4.4.0                                 5.0.0-beta.7                       
20170918     4.4.1                                 5.0.0beta.8                       
20170925     4.4.2                                 5.0.0rc.0                         
20171002     4.4.3                                 5.0.0rc.1                         
20171009     4.4.4                                 5.0.0rc.2                         
20171016  4.4.5                                 5.0.0rc.3                         
20171023   5.0.0                                 ‑                                    Major Version Release

Tentative Schedule After September 2017

Date Stable Release Compatibility*
March/April 2018 6.0.0 ^5.0.0
September/October 2018 7.0.0 ^6.0.0

* The primary goal of the backwards compatibility promise is to ensure that changes in the core framework and tooling don't break the existing ecosystem of components and applications and don't put undue upgrade/migration burden on Angular application and component authors.

Long-Term Supported (LTS) Versions

Version LTS Start Date LTS End Date
^4.0.0 October 2017 October 2018

In the long-term support state, only the critical fixes and security patches will be merged and released.

More Info & Resources

In September 2016 we announced that Angular is fully adopting semantic versioning and that we'll be releasing patch versions on a weekly basis (~50 per year), minor versions monthly for 3 months following a major version release, and every 6 months we'll release a major version that will be backwards compatible with the previous release for most developers, but might remove APIs that have been deprecated two major versions ago (6 or more months ago).

In December 2016 we clarified this message, and provided additional details about the plans to release Angular 4.0.0 in March 2017. This document contains updates to the schedule that happened since then.