LTS Channel
Long Term Support (LTS) releases receive bugfixes and security updates for an extended period.
How to Install
Ember
# Install Ember 4.8.2:
npm install --save-dev ember-source@~4.8.2
Read the changelog for Ember 4.8.2.
What is an LTS release?
Once a release of Ember gets promoted to LTS, it receives bugfixes for 36 weeks and security updates for 54 weeks.
An LTS release is the best version to use if you won't be updating your app frequently, but want to help your app stay secure and working smoothly. Another reason to use an LTS is if you have a very large, complex app, since LTS versions get even more testing and scrutiny than usual.
An LTS is declared roughly every 4 minor versions, excluding the x.0 minor version. The last minor version before the next major release is also considered to be an LTS. For example, in Ember 2.x, the following versions were considered LTS's: 2.4, 2.8, 2.12, 2.16, and 2.18 (last version).
Before a version can be called an "LTS" release, it has to spend at least 6 weeks as a stable release, where it is used and tested by thousands of developers.
LTS schedule
Ember currently supports these LTS versions for Ember.js, Ember CLI, and Ember Data.
LTS version | Promotion date | Bugfixes until | Security patches until |
---|---|---|---|
4.8 | November 28, 2022 | August 7, 2023 | December 11, 2023 |
4.4 | July 13, 2022 | March 22, 2023 | July 26, 2023 |
The following LTS versions are no longer maintained. The table shows their last minor release dates:
LTS version | Last minor release | Last minor release date |
---|---|---|
3.28 | 3.28.11 | November 2022 |
3.24 | 3.24.6 | November 2021 |
3.20 | 3.20.3 | August 2020 |
3.16 | 3.16.10 | August 2020 |
3.12 | 3.12.4 | May 2020 |
3.8 | 3.8.3 | June 2019 |
3.4 | 3.4.8 | January 2019 |
2.18 | 2.18.2 | February 2018 |
2.16 | 2.16.4 | February 2018 |
2.12 | 2.12.2 | April 2017 |
2.8 | 2.8.3 | November 2016 |
2.4 | 2.4.5 | April 2016 |