Skip to content

Tempo version 0.17.1

Choose a tag to compare

@kipcole9 kipcole9 released this 06 Jul 02:41
· 149 commits to main since this release

[v0.17.1] — 2026-07-06

Changed

  • The minimum Erlang/OTP is now 27; OTP 26 is no longer supported, because the tokenizer's optimiser-disabled compilation (introduced in 0.17.0 to halve build time) trips an OTP-26 code-generation bug that miscompiles the parser and crashes at runtime. mix.exs now raises a clear "requires OTP 27 or later" error on older OTP instead of letting the miscompile surface as a cryptic multi-terabyte-allocation crash.