Files
uri/CHANGELOG.md
Gareth Pendleton 6131aa01e7 perf: Improved dec_octet parsing
Removed the list folding method and reverted to a standard
try_parser/parse_this_then method as used in the rest of the parser
2025-09-14 21:28:30 +01:00

259 B

Changelog

v1.0.0

  • Initial Release

v2.0.0

  • Removed types.Uri. Now gluri uses the stdlib Uri type (and empty)

v2.0.1

  • Improved parsing performance slightly and reduced memory usage up to 50%
  • Significantly improved IPV4 parsing performance