Update dependency stephenberry/glaze to v7.9.1 #102

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

This PR contains the following updates:

Package Update Change
stephenberry/glaze minor 7.8.47.9.1

Release Notes

stephenberry/glaze (stephenberry/glaze)

v7.9.1

Compare Source

Improvements

Fixes

Full Changelog: https://github.com/stephenberry/glaze/compare/v7.9.0...v7.9.1

v7.9.0

Compare Source

Improvements

Fixes

Full Changelog: https://github.com/stephenberry/glaze/compare/v7.8.4...v7.9.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.8.4` → `7.9.1` | --- ### Release Notes <details> <summary>stephenberry/glaze (stephenberry/glaze)</summary> ### [`v7.9.1`](https://github.com/stephenberry/glaze/releases/tag/v7.9.1) [Compare Source](https://github.com/stephenberry/glaze/compare/v7.9.0...v7.9.1) #### Improvements - Add addtional overloading of read\_file\_yaml taking a buffer by [@&#8203;YanzhaoW](https://github.com/YanzhaoW) in [#&#8203;2698](https://github.com/stephenberry/glaze/pull/2698) - Document the JSON body precondition on repe to\_jsonrpc conversion by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2700](https://github.com/stephenberry/glaze/pull/2700) #### Fixes - RFC 9112: validate request-line in HTTP server parser by [@&#8203;annihilatorq](https://github.com/annihilatorq) in [#&#8203;2693](https://github.com/stephenberry/glaze/pull/2693) - escape method in repe to\_jsonrpc\_request by [@&#8203;uwezkhan](https://github.com/uwezkhan) in [#&#8203;2699](https://github.com/stephenberry/glaze/pull/2699) - guard structs\_as\_arrays beve object reader against end of input by [@&#8203;uwezkhan](https://github.com/uwezkhan) in [#&#8203;2686](https://github.com/stephenberry/glaze/pull/2686) - reject ".." traversal (/ and ) in route param and wildcard captures by [@&#8203;uwezkhan](https://github.com/uwezkhan) in [#&#8203;2701](https://github.com/stephenberry/glaze/pull/2701) - error on truncated content-length body in async http\_client by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2685](https://github.com/stephenberry/glaze/pull/2685) - fix signed overflow in jsonb\_to\_json int5 hex conversion by [@&#8203;uwezkhan](https://github.com/uwezkhan) in [#&#8203;2702](https://github.com/stephenberry/glaze/pull/2702) - reject out-of-range variant type index in beve and cbor readers by [@&#8203;uwezkhan](https://github.com/uwezkhan) in [#&#8203;2682](https://github.com/stephenberry/glaze/pull/2682) - File I/O correctness fixes: binary write, non-throwing directory read, TOCTOU-safe read by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2703](https://github.com/stephenberry/glaze/pull/2703) - Use ephemeral ports for test servers by [@&#8203;annihilatorq](https://github.com/annihilatorq) in [#&#8203;2705](https://github.com/stephenberry/glaze/pull/2705) - reject truncated bitset payload in msgpack reader by [@&#8203;uwezkhan](https://github.com/uwezkhan) in [#&#8203;2706](https://github.com/stephenberry/glaze/pull/2706) - RFC 9112: fix HTTP/1.0 Host header field validation by [@&#8203;annihilatorq](https://github.com/annihilatorq) in [#&#8203;2704](https://github.com/stephenberry/glaze/pull/2704) - guard lazy json scans against end of non-null-terminated input by [@&#8203;uwezkhan](https://github.com/uwezkhan) in [#&#8203;2708](https://github.com/stephenberry/glaze/pull/2708) **Full Changelog**: <https://github.com/stephenberry/glaze/compare/v7.9.0...v7.9.1> ### [`v7.9.0`](https://github.com/stephenberry/glaze/releases/tag/v7.9.0) [Compare Source](https://github.com/stephenberry/glaze/compare/v7.8.4...v7.9.0) #### Improvements - RFC 9112: validate Host header in HTTP server request parser by [@&#8203;annihilatorq](https://github.com/annihilatorq) in [#&#8203;2676](https://github.com/stephenberry/glaze/pull/2676) - Add additional write\_file\_yaml overloading with a buffer argument by [@&#8203;YanzhaoW](https://github.com/YanzhaoW) in [#&#8203;2696](https://github.com/stephenberry/glaze/pull/2696) #### Fixes - reject lone surrogate escapes in yaml double-quoted scalars by [@&#8203;uwezkhan](https://github.com/uwezkhan) in [#&#8203;2665](https://github.com/stephenberry/glaze/pull/2665) - reject foreign column headers in colwise csv struct readers by [@&#8203;uwezkhan](https://github.com/uwezkhan) in [#&#8203;2690](https://github.com/stephenberry/glaze/pull/2690) - Reject truncated JSON arrays in null-terminated reads by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2691](https://github.com/stephenberry/glaze/pull/2691) - bound lazy beve object key length to remaining input by [@&#8203;uwezkhan](https://github.com/uwezkhan) in [#&#8203;2692](https://github.com/stephenberry/glaze/pull/2692) - read\_yaml overwrites container contents instead of appending by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2697](https://github.com/stephenberry/glaze/pull/2697) **Full Changelog**: <https://github.com/stephenberry/glaze/compare/v7.8.4...v7.9.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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI2OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Update dependency stephenberry/glaze to v7.9.0
All checks were successful
ci/woodpecker/push/glaze/1 Pipeline was successful
ci/woodpecker/push/glaze/2 Pipeline was successful
6d3abcde9a
Renovate force-pushed renovate/stephenberry-glaze-7.x from 6d3abcde9a
All checks were successful
ci/woodpecker/push/glaze/1 Pipeline was successful
ci/woodpecker/push/glaze/2 Pipeline was successful
to c3ece5f300
All checks were successful
ci/woodpecker/push/glaze/2 Pipeline was successful
ci/woodpecker/push/glaze/1 Pipeline was successful
2026-07-17 23:27:31 +00:00
Compare
Renovate changed title from Update dependency stephenberry/glaze to v7.9.0 to Update dependency stephenberry/glaze to v7.9.1 2026-07-17 23:27:32 +00:00
Bluemedia deleted branch renovate/stephenberry-glaze-7.x 2026-07-19 11:00: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!102
No description provided.