# Julia v1.1.0-rc2 is now available

**URL:** https://discourse.julialang.org/t/julia-v1-1-0-rc2-is-now-available/19639
**Category:** Announcements
**Tags:** release
**Created:** [January 14, 2019, 10:02pm UTC](https://discourse.julialang.org/t/julia-v1-1-0-rc2-is-now-available/19639 "2019-01-14T22:02:54Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![ararslan](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ararslan/32/3825_2.png) [@ararslan](https://discourse.julialang.org/u/ararslan)
#### Post date: [January 14, 2019, 10:02pm UTC](https://discourse.julialang.org/t/julia-v1-1-0-rc2-is-now-available/19639/1 "2019-01-14T22:02:54Z")

</div>

Well, folks, it’s time… for RC2.

The Julia developers are pleased to announce that the second release candidate for Julia v1.1.0 is now available. Binaries are available for [tier 1](https://github.com/JuliaLang/julia#support-tiers) platforms: Linux (i686 and x86-64), Windows (32- and 64-bit), macOS, and FreeBSD (x86-64). You can find them in the “upcoming releases” section of [Download Julia](https://julialang.org/downloads).

As a release candidate, this should **not** be considered production-ready. It’s intended to give users, package developers in particular, a chance to test their code with v1.1.0 before the full release.

Julia v1.1.0 will be the first minor release in the 1.x series of releases after 1.0. As a minor release, it will contain no breaking changes, only new features, performance improvements, and marginal, undisruptive changes in behavior. The largest difference from the 1.0.x series of releases are that 1.0 will have longer-term support and that 1.1 will contain new features that 1.0 will not have. The most useful reference for the changes in 1.1 is the [NEWS file](https://github.com/JuliaLang/julia/blob/v1.1.0-rc2/NEWS.md) for v1.1.0-rc2.

Note that 1.1 on Travis, AppVeyor (using [Appveyor.jl](https://github.com/JuliaCI/Appveyor.jl)), and Cirrus (using [CirrusCI.jl](https://github.com/ararslan/CirrusCI.jl)) now refers to v1.1.0-rc2. We encourage everyone to give it a try and let us know in the [issue tracker](https://github.com/JuliaLang/julia/issues) if you run into any issues.

Happy coding!

---

<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: [January 14, 2019, 10:07pm UTC](https://discourse.julialang.org/t/julia-v1-1-0-rc2-is-now-available/19639/2 "2019-01-14T22:07:03Z")

</div>



---

<div class="post-metadata">

### Author: ![e3c6](https://avatars.discourse-cdn.com/v4/letter/e/e79b87/32.png) [@e3c6](https://discourse.julialang.org/u/e3c6)
#### Post date: [January 16, 2019, 9:33pm UTC](https://discourse.julialang.org/t/julia-v1-1-0-rc2-is-now-available/19639/3 "2019-01-16T21:33:51Z")

</div>

Since there are no breaking changes, is there a guarantee that Julia 1.0 code will run well on Julia 1.1?

---

<div class="post-metadata">

### Author: ![dpsanders](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/dpsanders/32/3573_2.png) [@dpsanders](https://discourse.julialang.org/u/dpsanders)
#### Post date: [January 16, 2019, 9:41pm UTC](https://discourse.julialang.org/t/julia-v1-1-0-rc2-is-now-available/19639/4 "2019-01-16T21:41:01Z")

</div>

If it does not use any internal functions (which might have changed) then yes it is (should be) guaranteed. If not, it is a bug; in that case, please report it.
