| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-02 | 1.5 kB | |
| v7.2.3 source code.tar.gz | 2026-04-02 | 1.6 MB | |
| v7.2.3 source code.zip | 2026-04-02 | 1.9 MB | |
| Totals: 3 Items | 3.4 MB | 0 | |
Improvements
BEVE
- Support for BEVE aligned typed arrays by @stephenberry in https://github.com/stephenberry/glaze/pull/2400
- Support skipping BEVE extensions by @stephenberry in https://github.com/stephenberry/glaze/pull/2426
Networking
- HTTP Client Chunked Support by @stephenberry in https://github.com/stephenberry/glaze/pull/2414
- max_response_body_size for http client by @stephenberry in https://github.com/stephenberry/glaze/pull/2418
- HTTP read until connection closed support by @stephenberry in https://github.com/stephenberry/glaze/pull/2421
Reduce Complexity (Compile Times)
- Remove make_static by @stephenberry in https://github.com/stephenberry/glaze/pull/2429
- Drop custom from_chars for constexpr use, required in C++23 by @stephenberry in https://github.com/stephenberry/glaze/pull/2430
CI
- Update deprecated CI dependencies by @annihilatorq in https://github.com/stephenberry/glaze/pull/2416
- fedora ci test timeout by @stephenberry in https://github.com/stephenberry/glaze/pull/2396
MSVC Optimization
- Remove MSVC guard for unique_per_length_info by @stephenberry in https://github.com/stephenberry/glaze/pull/2431
Fixes
- Suppress bad clang warnings by @stephenberry in https://github.com/stephenberry/glaze/pull/2427
- internal linkage for constexpr variables for module use by @stephenberry in https://github.com/stephenberry/glaze/pull/2428
Full Changelog: https://github.com/stephenberry/glaze/compare/v7.2.2...v7.2.3