The Julia developers are pleased to announce two new releases: v1.6.6, the sixth patch release in the 1.6 LTS series, and v1.8.0-beta3, the third beta version for the upcoming 1.8 stable series. You can download binaries at https://julialang.org/downloads in the “upcoming release” section for 1.8.0-beta3 and the “long-term support” section for 1.6.6. Binaries are available for the same set of platforms for the two versions except where noted, listed here by support tier:
- Tier 1:
- Linux x86_64 (glibc)
- Linux i686 (glibc)
- macOS x86_64 (Intel or Rosetta)
- Window x86_64
- Tier 2:
- FreeBSD x86_64
- Linux AArch64 (glibc)
- Windows i686
- Tier 3:
- Linux x86_64 (musl)
- Linux ARMv7 (glibc) - 1.6.6 only
- macOS AArch64 (M-series) - 1.8.0-beta3 only
As a patch release, 1.6.6 contains no new features or breaking changes, only bug fixes, documentation improvements, and performance improvements. You can see the list of commits included since 1.6.5 here. We recommend that anyone currently using an earlier 1.6 version upgrade to 1.6.6.
As a beta version, 1.8.0-beta3 should not be considered production-ready. Rather, it’s intended to give users, especially package developers, a chance to try out their code with 1.8.0 prior to a full release. Check out the NEWS file to see what will be new in 1.8.0 and see here for a list of commits included since the previous beta release. (Wondering where beta2 went? We were unfortunately unable to produce binaries due to infrastructure issues that were fixed for beta3.)
Note that 1.6
and 1.8
on Travis, AppVeyor, and Cirrus now refer to 1.6.6 and 1.8.0-beta3, respectively. On GitHub Actions, use 1.6
for 1.6.6 but ~1.8.0-0
for 1.8.0-beta3.
Let us know in the issue tracker if you run into any issues. Please note that any bugs you may encounter should be posted there rather than being discussed in this thread to ensure visibility to the developers.