Skip to content

Release v5.8.1

Choose a tag to compare

@System-Glitch System-Glitch released this 02 Sep 14:26
· 25 commits to master since this release
v5.8.1
5b241ac
  • Better IPv6 support:
    • Fixed an error when starting the server when server.host was an IPv6.
    • server.Host(), server.BaseURL() and server.ProxyBaseURL() properly format IPv6 hosts with enclosing square brackets, which also fixes route.BuildURL() and route.BuildProxyURL() when the host is an IPv6.
    • server.BaseURL() now converts :: to ::1 (IPv6 loopback).

Full Changelog: v5.8.0...v5.8.1