Skip to content

v5.5.2

Compare
Choose a tag to compare
@stephenberry stephenberry released this 20 Jun 17:05
· 25 commits to main since this release

Generic HTTP Router Validation

The v5.5.0 release of HTTP networking for Glaze had too restrictive router validation. This change provides a std::function<bool(std::string_view)> for validation, allowing users to write their own custom validation logic or bring their favorite regex library.

Full Changelog: v5.5.1...v5.5.2