| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-07 | 1.4 kB | |
| v7.1.1 source code.tar.gz | 2026-03-07 | 1.5 MB | |
| v7.1.1 source code.zip | 2026-03-07 | 1.8 MB | |
| Totals: 3 Items | 3.3 MB | 1 | |
Improvements
- Reduced static thread_local use by @stephenberry in https://github.com/stephenberry/glaze/pull/2344
Using a temporary scratch buffer in
glz::contextthat will only be allocated in certain edge cases. This allows more control over memory usage and less surprises fromstatic thread_localtemporary buffers that may not get deallocated.
- ImprovedTOML 1.1 compliance and unit tests in https://github.com/stephenberry/glaze/pull/2341
- Implement
skip_read_constraintoption by @eoan-ermine in https://github.com/stephenberry/glaze/pull/2339 - JSON schema value support by @stephenberry in https://github.com/stephenberry/glaze/pull/2350
- Value type variant schema support by @stephenberry in https://github.com/stephenberry/glaze/pull/2351
Fixes
- Fixed unit tests for MSVC by @stephenberry in https://github.com/stephenberry/glaze/pull/2343
- Fixed enum hashed-lookup bounds check on truncated JSON strings by @huangminghuang in https://github.com/stephenberry/glaze/pull/2345
- Fixed json_shema handling for glz::modify by @stephenberry in https://github.com/stephenberry/glaze/pull/2347
- YAML skip unindented sequences properly by @stephenberry in https://github.com/stephenberry/glaze/pull/2355
New Contributors
- @eoan-ermine made their first contribution in https://github.com/stephenberry/glaze/pull/2339
Full Changelog: https://github.com/stephenberry/glaze/compare/v7.1.0...v7.1.1