Update dependency stephenberry/glaze to v7.4.0 #81

Merged
Bluemedia merged 1 commit from renovate/stephenberry-glaze-7.x into main 2026-04-24 07:10:44 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
stephenberry/glaze minor 7.3.37.4.0

Release Notes

stephenberry/glaze (stephenberry/glaze)

v7.4.0

Compare 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_jsonb the same way you use the JSON variants.

Improvements

JSON Schema

Fixes

Build and Test Hygiene

Full Changelog: https://github.com/stephenberry/glaze/compare/v7.3.3...v7.4.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [stephenberry/glaze](https://github.com/stephenberry/glaze) | minor | `7.3.3` → `7.4.0` | --- ### Release Notes <details> <summary>stephenberry/glaze (stephenberry/glaze)</summary> ### [`v7.4.0`](https://github.com/stephenberry/glaze/releases/tag/v7.4.0) [Compare Source](https://github.com/stephenberry/glaze/compare/v7.3.3...v7.4.0) ### 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_jsonb` the same way you use the JSON variants. - Added SQLite JSONB binary format support by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2513](https://github.com/stephenberry/glaze/pull/2513) #### Improvements - CSV: delimiter option with support for `,`, `\t`, `|`, and `;` by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2511](https://github.com/stephenberry/glaze/pull/2511) - CBOR `std::chrono` support by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2510](https://github.com/stephenberry/glaze/pull/2510) - YAML support for `error_on_missing_keys` by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2494](https://github.com/stephenberry/glaze/pull/2494) - YAML: complex variant types in block style by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2484](https://github.com/stephenberry/glaze/pull/2484) - `skip_default_members` option by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2449](https://github.com/stephenberry/glaze/pull/2449) - EETF variant support by [@&#8203;fregate](https://github.com/fregate) in [#&#8203;2496](https://github.com/stephenberry/glaze/pull/2496) - Parse bifurcation for tagged variants by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2490](https://github.com/stephenberry/glaze/pull/2490) - Cleaner nullable concept usage and guarding `nullable_t` from function pointers by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2488](https://github.com/stephenberry/glaze/pull/2488) #### JSON Schema - Canonicalize `std::optional<T>` to never appear in `$defs` by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2512](https://github.com/stephenberry/glaze/pull/2512) - Reduce `sizeof(glz::schema)` by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2509](https://github.com/stephenberry/glaze/pull/2509) - Exempt numeric types from single-use inlining by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2505](https://github.com/stephenberry/glaze/pull/2505) - Reference-count guided inlining and schema/schematic merge by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2501](https://github.com/stephenberry/glaze/pull/2501) - Support for `json_schema` enum value descriptions by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2495](https://github.com/stephenberry/glaze/pull/2495) - More inline definitions of types for JSON Schema by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2493](https://github.com/stephenberry/glaze/pull/2493) - `oneOf` entries are now `$ref` pointers for variants by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2479](https://github.com/stephenberry/glaze/pull/2479) - Cleaner JSON Schema with inline bool and string types by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2476](https://github.com/stephenberry/glaze/pull/2476) - JSON Schema specialization for `void` by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2471](https://github.com/stephenberry/glaze/pull/2471) #### Fixes - YAML `std::set` parsing fix by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2504](https://github.com/stephenberry/glaze/pull/2504) - Fix Boost.Asio `error_code` handling by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2472](https://github.com/stephenberry/glaze/pull/2472) - Fix `cbor.hpp` path in documentation by [@&#8203;stephenberry](https://github.com/stephenberry) #### Build and Test Hygiene - Default-initialize test values to hide warnings by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2487](https://github.com/stephenberry/glaze/pull/2487) - CSV: separated bounded buffer tests to hide false GCC warnings by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2486](https://github.com/stephenberry/glaze/pull/2486) - Remove `-Wmissing-field-initializers` warnings by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2480](https://github.com/stephenberry/glaze/pull/2480) **Full Changelog**: <https://github.com/stephenberry/glaze/compare/v7.3.3...v7.4.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzQuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzOS44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Update dependency stephenberry/glaze to v7.4.0
All checks were successful
ci/woodpecker/push/glaze Pipeline was successful
34eb5783be
Bluemedia deleted branch renovate/stephenberry-glaze-7.x 2026-04-24 07:10:44 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Bluemedia/desktop-environment-rpms!81
No description provided.