Update dependency stephenberry/glaze to v8.1.0 #114

Open
Renovate wants to merge 1 commit from renovate/stephenberry-glaze-8.x into main
Collaborator

This PR contains the following updates:

Package Update Change
stephenberry/glaze minor 8.0.08.1.0

Release Notes

stephenberry/glaze (stephenberry/glaze)

v8.1.0

Compare Source

Improvements

fixes

Full Changelog: https://github.com/stephenberry/glaze/compare/v8.0.0...v8.1.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 CLI.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [stephenberry/glaze](https://github.com/stephenberry/glaze) | minor | `8.0.0` → `8.1.0` | --- ### Release Notes <details> <summary>stephenberry/glaze (stephenberry/glaze)</summary> ### [`v8.1.0`](https://github.com/stephenberry/glaze/releases/tag/v8.1.0) [Compare Source](https://github.com/stephenberry/glaze/compare/v8.0.0...v8.1.0) #### Improvements - Update ut to v1.2.1 and bump CMake dep to 3.31 by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2757](https://github.com/stephenberry/glaze/pull/2757) - Add a generic YAML fuzzer by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2759](https://github.com/stephenberry/glaze/pull/2759) - Replace the HTTP header maps with glz::http\_headers by [@&#8203;annihilatorq](https://github.com/annihilatorq) in [#&#8203;2718](https://github.com/stephenberry/glaze/pull/2718) - Give the file-IO tests their own scratch directory by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2785](https://github.com/stephenberry/glaze/pull/2785) - Add CA certificate configuration to the HTTP and WebSocket clients by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2776](https://github.com/stephenberry/glaze/pull/2776) - ci: cut MSVC Release build time and supersede stale runs by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2806](https://github.com/stephenberry/glaze/pull/2806) - Support ERL\_BINARY\_EXT tag in eetf\_to\_json by [@&#8203;fregate](https://github.com/fregate) in [#&#8203;2761](https://github.com/stephenberry/glaze/pull/2761) - Replace http\_headers matching\_iterator with filter views by [@&#8203;annihilatorq](https://github.com/annihilatorq) in [#&#8203;2787](https://github.com/stephenberry/glaze/pull/2787) - Add .lookup() to the glz map containers (P3091R6) by [@&#8203;annihilatorq](https://github.com/annihilatorq) in [#&#8203;2808](https://github.com/stephenberry/glaze/pull/2808) #### fixes - validate payloads in jsonb\_to\_json before copying them out by [@&#8203;uwezkhan](https://github.com/uwezkhan) in [#&#8203;2758](https://github.com/stephenberry/glaze/pull/2758) - Stop cyclic YAML aliases from recursing off the stack by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2763](https://github.com/stephenberry/glaze/pull/2763) - Accept an exponent directly after a leading zero when validating numbers by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2760](https://github.com/stephenberry/glaze/pull/2760) - Bound YAML alias expansion by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2766](https://github.com/stephenberry/glaze/pull/2766) - Bound YAML complex-key expansion by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2769](https://github.com/stephenberry/glaze/pull/2769) - Fix YAML block values that a nullable wrapper or a short indent silently truncated by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2770](https://github.com/stephenberry/glaze/pull/2770) - Fix tests with OpenSSL 4, backwards compatible with OpenSSL 3 by [@&#8203;raviksharma](https://github.com/raviksharma) in [#&#8203;2772](https://github.com/stephenberry/glaze/pull/2772) - quote integer map keys in cbor\_to\_json by [@&#8203;uwezkhan](https://github.com/uwezkhan) in [#&#8203;2779](https://github.com/stephenberry/glaze/pull/2779) - Stop a handler from announcing a transfer coding on a buffered response by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2781](https://github.com/stephenberry/glaze/pull/2781) - reject bare CR/LF and non-token header fields in try\_parse\_request by [@&#8203;uwezkhan](https://github.com/uwezkhan) in [#&#8203;2789](https://github.com/stephenberry/glaze/pull/2789) - fix(cbor): support std::variant writes on MSVC and reads into non-indexable containers by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2791](https://github.com/stephenberry/glaze/pull/2791) - fix: report exceeded\_static\_array\_size instead of throwing from fixed-capacity targets by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2792](https://github.com/stephenberry/glaze/pull/2792) - fix(cbor): match typed array tags on element kind, not just element width by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2793](https://github.com/stephenberry/glaze/pull/2793) - fix(cbor): read booleans that live in a std::vector<bool> by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2794](https://github.com/stephenberry/glaze/pull/2794) - fix(cbor): read either encoding of a byte sequence, and write extended-precision floats by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2795](https://github.com/stephenberry/glaze/pull/2795) - fix(cbor): read typed arrays into append-only containers by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2796](https://github.com/stephenberry/glaze/pull/2796) - fix(cbor): read the array form of a byte sequence into non-indexable targets by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2797](https://github.com/stephenberry/glaze/pull/2797) - fix(jsonrpc): require the jsonrpc and method members, and bound batch responses by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2799](https://github.com/stephenberry/glaze/pull/2799) - Stop meta::skip from instantiating the field it skips by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2783](https://github.com/stephenberry/glaze/pull/2783) - bound dynamic eigen matrix reads to the matrix storage by [@&#8203;uwezkhan](https://github.com/uwezkhan) in [#&#8203;2803](https://github.com/stephenberry/glaze/pull/2803) - fix(net): write exactly one Host and Connection in client requests by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2805](https://github.com/stephenberry/glaze/pull/2805) **Full Changelog**: <https://github.com/stephenberry/glaze/compare/v8.0.0...v8.1.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 CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4zMi42IiwidXBkYXRlZEluVmVyIjoiNDQuMzIuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Update dependency stephenberry/glaze to v8.1.0
All checks were successful
ci/woodpecker/push/glaze Pipeline was successful
460e258632
All checks were successful
ci/woodpecker/push/glaze Pipeline was successful
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/stephenberry-glaze-8.x:renovate/stephenberry-glaze-8.x
git switch renovate/stephenberry-glaze-8.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/stephenberry-glaze-8.x
git switch renovate/stephenberry-glaze-8.x
git rebase main
git switch main
git merge --ff-only renovate/stephenberry-glaze-8.x
git switch renovate/stephenberry-glaze-8.x
git rebase main
git switch main
git merge --no-ff renovate/stephenberry-glaze-8.x
git switch main
git merge --squash renovate/stephenberry-glaze-8.x
git switch main
git merge --ff-only renovate/stephenberry-glaze-8.x
git switch main
git merge renovate/stephenberry-glaze-8.x
git push origin main
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!114
No description provided.