Added
- Allow for setting the
software_name
option tonone
, which configures
eturnal to omit theSOFTWARE
attribute from STUN/TURN responses. - Allow for setting the
relay_ipv4_addr
and/orrelay_ipv6_addr
options to
none
. The latter may be useful for disabling RFC 6156 support (e.g., in
case the server's IPv6 setup isn't usable for some reason).
Changed
- Binary release: Use new (GCC-14.2-based) version of build toolchain.
- Binary release: Update Erlang/OTP from 27.1.2 to 27.3.3.
- Binary release: Update OpenSSL from 3.4.0 to 3.5.0.
- Docker: Switch base image to Wolfi OS,
which usesglibc
. The oldmusl
-libc (Alpine) variants now have a-alpine
suffix. - Windows: Add explicit IPv4 listeners to default configuration, as
::
doesn't
create dual-stack sockets on that platform.