ak_mi

July 29, 2026, 7:25am 1

where can i find the upcomming features in 0.17v of zig, and when will it be relaesed, is there still a language change happening? what are the priorities of zig in near future?

vulpesx July 29, 2026, 7:33am 2

release notes have a section about the focus of the next release. Which has already been achieved.

There is a milestone on the repo, tracking the implementation of issues expected for each release. But note that things get added and removed occasionally, and only a handful are required before the release is made.

In particular, the current blocker for 0.17 is a protocol that facilitates better integration with 3rd party tools like zls. They figured since they already broke it with the focus of the release they might as well do more work in that direction.

Other than that, its entirely up to Andrew, and what contributors work on.