Skip to content

0.6.1: OTP 29 compatibility

Choose a tag to compare

@benoitc benoitc released this 27 May 23:29
· 8 commits to main since this release
d01a443

OTP 29 compatibility release.

  • Replaced every deprecated old-style catch Expr in src/ with try ... catch ... end. Fire-and-forget cleanup goes through a private ignore_errors/1 helper; the --port/--timeout/URL-port argument parsers use try. No behaviour change; the build is clean under warnings_as_errors on OTP 29.
  • CI now runs on OTP 29.0 (rebar3 3.25).