Julia v1.10.11 testing period

The release-1.10 branch on the Julia repository now contains the set of commits we’re planning to tag as v1.10.11. The list of commits included since v1.10.0 is available here. As a patch release, it should be non-breaking for existing code and introduce no new features, just bug fixes and performance enhancements. There is a small change in how extensions are loaded to keep the behavior in line with newer julia versions. This was deemed an acceptable change since the previous behavior effectively meant that working with extensions on 1.10 would very often break in non-trivial use cases.

We encourage users, especially package authors, to test their code using the 1.10-nightly channel in juliaup. If you encounter any issues, please report them on Julia’s GitHub issue tracker . If you use Github Actions for CI you can use the 1.10-nightly version specifier to test the upcoming release.

Assuming all is well, we’ll release v1.10.11 in a week or so.

7 Likes

This topic was automatically closed after 1 minute. New replies are no longer allowed.