# What are the guarantees of LTS Julia versions?

**URL:** https://discourse.julialang.org/t/what-are-the-guarantees-of-lts-julia-versions/39572
**Category:** Community
**Created:** [May 16, 2020, 3:51am UTC](https://discourse.julialang.org/t/what-are-the-guarantees-of-lts-julia-versions/39572 "2020-05-16T03:51:41Z")
**Posts on this page:** 12
**Page:** 1

<div class="post-metadata">

### Author: ![xiaodai](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/xiaodai/32/15937_2.png) [@xiaodai](https://discourse.julialang.org/u/xiaodai)
#### Post date: [May 16, 2020, 3:51am UTC](https://discourse.julialang.org/t/what-are-the-guarantees-of-lts-julia-versions/39572/1 "2020-05-16T03:51:41Z")

</div>

I will support Julia LTS versions (currently 1.0.5) for all my packages.

But I wanted to know if LTS comes with an guarantees like supported for at least 10 years etc. I can’t find any info on what LTS meant on the download page.

---

<div class="post-metadata">

### Author: ![Oscar\_Smith](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/oscar_smith/32/25343_2.png) [@Oscar\_Smith](https://discourse.julialang.org/u/Oscar_Smith)
#### Post date: [May 16, 2020, 5:15am UTC](https://discourse.julialang.org/t/what-are-the-guarantees-of-lts-julia-versions/39572/2 "2020-05-16T05:15:15Z")

</div>

I think technically the main guarantee is that LTS versions are supported for more than 1 release (1.4 is only supported until 1.6 is out). I think there is also the implicit promise that there will be significant overlap in support time between consecutive LTS versions. Other than that, I’m not sure though.

---

<div class="post-metadata">

### Author: ![xiaodai](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/xiaodai/32/15937_2.png) [@xiaodai](https://discourse.julialang.org/u/xiaodai)
#### Post date: [May 16, 2020, 5:18am UTC](https://discourse.julialang.org/t/what-are-the-guarantees-of-lts-julia-versions/39572/3 "2020-05-16T05:18:23Z")

</div>

Just to be clear the current LTS is 1.0.5 and 1.4 is not a LTS

 ![image](https://global.discourse-cdn.com/julialang/original/3X/3/5/35897a6c823e4971bd8a9fc2ccf104a2a807d33c.png)

---

<div class="post-metadata">

### Author: ![Oscar\_Smith](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/oscar_smith/32/25343_2.png) [@Oscar\_Smith](https://discourse.julialang.org/u/Oscar_Smith)
#### Post date: [May 16, 2020, 5:37am UTC](https://discourse.julialang.org/t/what-are-the-guarantees-of-lts-julia-versions/39572/4 "2020-05-16T05:37:33Z")

</div>

Sorry, what i meant is that for non LTS like 1.4, it’s only supported for 1 release after/

---

<div class="post-metadata">

### Author: ![saschatimme](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/saschatimme/32/10313_2.png) [@saschatimme](https://discourse.julialang.org/u/saschatimme)
#### Post date: [May 16, 2020, 5:38am UTC](https://discourse.julialang.org/t/what-are-the-guarantees-of-lts-julia-versions/39572/5 "2020-05-16T05:38:18Z")

</div>

Stefan wrote a blog post about [Julia’s release process](https://julialang.org/blog/2019/08/release-process) which also contains a section about long term support

---

<div class="post-metadata">

### Author: ![StefanKarpinski](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/stefankarpinski/32/24_2.png) [@StefanKarpinski](https://discourse.julialang.org/u/StefanKarpinski)
#### Post date: [May 16, 2020, 2:15pm UTC](https://discourse.julialang.org/t/what-are-the-guarantees-of-lts-julia-versions/39572/6 "2020-05-16T14:15:10Z")

</div>

In addition to what I wrote in that post, it’s looking very likely that 1.6 will become the new LTS. Supporting 1.0 is starting to get fairly onerous for packages and for making new Julia releases to what is now a very old branch. In particular, the package manager has added enough new features that continuing to support both 1.0 and 1.6+ would be increasingly tricky.

---

<div class="post-metadata">

### Author: ![xiaodai](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/xiaodai/32/15937_2.png) [@xiaodai](https://discourse.julialang.org/u/xiaodai)
#### Post date: [May 16, 2020, 2:54pm UTC](https://discourse.julialang.org/t/what-are-the-guarantees-of-lts-julia-versions/39572/7 "2020-05-16T14:54:13Z")

</div>

Good to hear. Generally think supporting anything pre1.3 is problematic as multithreading was not in.

I can just assume multithreading support is there when 1.6 becomes LTS

---

<div class="post-metadata">

### Author: ![StefanKarpinski](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/stefankarpinski/32/24_2.png) [@StefanKarpinski](https://discourse.julialang.org/u/StefanKarpinski)
#### Post date: [May 16, 2020, 2:55pm UTC](https://discourse.julialang.org/t/what-are-the-guarantees-of-lts-julia-versions/39572/8 "2020-05-16T14:55:33Z")

</div>

Yes, that’s another consideration—the new threading support will be finalized by then.

---

<div class="post-metadata">

### Author: ![Oscar\_Smith](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/oscar_smith/32/25343_2.png) [@Oscar\_Smith](https://discourse.julialang.org/u/Oscar_Smith)
#### Post date: [May 16, 2020, 3:31pm UTC](https://discourse.julialang.org/t/what-are-the-guarantees-of-lts-julia-versions/39572/9 "2020-05-16T15:31:07Z")

</div>

If supporting 1.0 is already getting difficult, would it make sense to make 1.5 lts so there is an easier lts to lts transition? I would think that people who want the stability of lts probably don’t want to jump to a brand new lts that hasn’t been out for a while yet.

---

<div class="post-metadata">

### Author: ![Henrique\_Becker](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/henrique_becker/32/15443_2.png) [@Henrique\_Becker](https://discourse.julialang.org/u/Henrique_Becker)
#### Post date: [May 16, 2020, 3:46pm UTC](https://discourse.julialang.org/t/what-are-the-guarantees-of-lts-julia-versions/39572/10 "2020-05-16T15:46:51Z")

</div>

I find it relevant to mention that [I found an Unreachable error in Julia 1.0.5](https://discourse.julialang.org/t/unreachable-reached-at-0x7fa478093547-in-julia-1-0-5/36404/5) and git-bisected the commit that solved it (because I knew that Julia 1.4 did not give the same error). I did not find the issue/PR I made to Julia (asking to backport the fix, as support for 1.0.5 was, uhhh, suggested to exist, maybe the best term). The development team said to me that was better to me to just update the Julia version, that the backport would not happen, and that the other non-LTS versions will probably stay forever archived in Julia page, so if you really need to replicate some old code they can just be downloaded from there. For me it was the better option, in fact, there are some thing I am doing now that would be probably a pain in the ass to do with Julia 1.0.5, so I think what they suggested was indeed the best course of action, but at the same time, I would point that relying too much in the said long-term support for version 1.0.5 is not so advisable.

---

<div class="post-metadata">

### Author: ![StefanKarpinski](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/stefankarpinski/32/24_2.png) [@StefanKarpinski](https://discourse.julialang.org/u/StefanKarpinski)
#### Post date: [May 16, 2020, 3:58pm UTC](https://discourse.julialang.org/t/what-are-the-guarantees-of-lts-julia-versions/39572/11 "2020-05-16T15:58:00Z")

</div>

That was considered but too many things didn’t quite make it into 1.5. We won’t change 1.6 to LTS until it’s been out for a release cycle, so for a few months 1.0 will be LTS and get one last point release while 1.6 is the stable release. After 1.7 is released, 1.6 will become the new LTS and after that 1.0 will be retired and get no further releases.

---

<div class="post-metadata">

### Author: ![xiaodai](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/xiaodai/32/15937_2.png) [@xiaodai](https://discourse.julialang.org/u/xiaodai)
#### Post date: [May 17, 2020, 12:34am UTC](https://discourse.julialang.org/t/what-are-the-guarantees-of-lts-julia-versions/39572/12 "2020-05-17T00:34:28Z")

</div>

So v1 would have been LTS for about 2-3 years? Kinda feels short, but also glad that I no longer have to support v1.
