| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-17 | 1.9 kB | |
| v7.9.1 source code.tar.gz | 2026-07-17 | 1.8 MB | |
| v7.9.1 source code.zip | 2026-07-17 | 2.2 MB | |
| Totals: 3 Items | 4.0 MB | 2 | |
Improvements
- Add addtional overloading of read_file_yaml taking a buffer by @YanzhaoW in https://github.com/stephenberry/glaze/pull/2698
- Document the JSON body precondition on repe to_jsonrpc conversion by @stephenberry in https://github.com/stephenberry/glaze/pull/2700
Fixes
- RFC 9112: validate request-line in HTTP server parser by @annihilatorq in https://github.com/stephenberry/glaze/pull/2693
- escape method in repe to_jsonrpc_request by @uwezkhan in https://github.com/stephenberry/glaze/pull/2699
- guard structs_as_arrays beve object reader against end of input by @uwezkhan in https://github.com/stephenberry/glaze/pull/2686
- reject ".." traversal (/ and ) in route param and wildcard captures by @uwezkhan in https://github.com/stephenberry/glaze/pull/2701
- error on truncated content-length body in async http_client by @stephenberry in https://github.com/stephenberry/glaze/pull/2685
- fix signed overflow in jsonb_to_json int5 hex conversion by @uwezkhan in https://github.com/stephenberry/glaze/pull/2702
- reject out-of-range variant type index in beve and cbor readers by @uwezkhan in https://github.com/stephenberry/glaze/pull/2682
- File I/O correctness fixes: binary write, non-throwing directory read, TOCTOU-safe read by @stephenberry in https://github.com/stephenberry/glaze/pull/2703
- Use ephemeral ports for test servers by @annihilatorq in https://github.com/stephenberry/glaze/pull/2705
- reject truncated bitset payload in msgpack reader by @uwezkhan in https://github.com/stephenberry/glaze/pull/2706
- RFC 9112: fix HTTP/1.0 Host header field validation by @annihilatorq in https://github.com/stephenberry/glaze/pull/2704
- guard lazy json scans against end of non-null-terminated input by @uwezkhan in https://github.com/stephenberry/glaze/pull/2708
Full Changelog: https://github.com/stephenberry/glaze/compare/v7.9.0...v7.9.1