Update dependency stephenberry/glaze to v7.4.0 #81
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/stephenberry-glaze-7.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
7.3.3→7.4.0Release Notes
stephenberry/glaze (stephenberry/glaze)
v7.4.0Compare Source
SQLite JSONB Binary Format Support
Glaze now reads and writes SQLite's JSONB binary format, enabling direct interop with SQLite databases and applications that use JSONB blobs. Use
glz::read_jsonb/glz::write_jsonbthe same way you use the JSON variants.Improvements
,,\t,|, and;by @stephenberry in #2511std::chronosupport by @stephenberry in #2510error_on_missing_keysby @stephenberry in #2494skip_default_membersoption by @stephenberry in #2449nullable_tfrom function pointers by @stephenberry in #2488JSON Schema
std::optional<T>to never appear in$defsby @stephenberry in #2512sizeof(glz::schema)by @stephenberry in #2509json_schemaenum value descriptions by @stephenberry in #2495oneOfentries are now$refpointers for variants by @stephenberry in #2479voidby @stephenberry in #2471Fixes
std::setparsing fix by @stephenberry in #2504error_codehandling by @stephenberry in #2472cbor.hpppath in documentation by @stephenberryBuild and Test Hygiene
-Wmissing-field-initializerswarnings by @stephenberry in #2480Full Changelog: https://github.com/stephenberry/glaze/compare/v7.3.3...v7.4.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.