Skip to content

Bump linzer from 0.7.9 to 0.8.0 - #3553

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/linzer-0.8.0
Open

Bump linzer from 0.7.9 to 0.8.0#3553
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/linzer-0.8.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 12, 2026

Copy link
Copy Markdown
Contributor

Bumps linzer from 0.7.9 to 0.8.0.

Release notes

Sourced from linzer's releases.

v0.8.0

What's Changed

New features ✨

Performance 🚀

  • Optimize signature parsing, serialization, and validation performance across signing and verifying flows, improving sign! throughput by 473% and verify! by 136% by minimizing Starry usage in hot paths where possible.

Fixes 🐞

Misc 📄

  • Add comprehensive benchmarking and profiling infrastructure across all supported algorithms.

  • Make Rack an optional dependency.

New Contributors

Full Changelog: nomadium/linzer@v0.7.9...v0.8.0

v0.8.0.beta2

What's Changed

New features ✨

Misc 📄

Full Changelog: nomadium/linzer@v0.8.0.beta1...v0.8.0.beta2

v0.8.0.beta1

What's changed

Performance 🚀

  • Optimize signature parsing, serialization, and validation performance across signing and verifying flows, improving sign! throughput by 473% and verify! by 136% by minimizing Starry usage in hot paths where possible.

Misc 📄

  • Add comprehensive benchmarking and profiling infrastructure across all supported algorithms.

... (truncated)

Changelog

Sourced from linzer's changelog.

[0.8.0] - 2026-08-08

(Only one change since the last beta: the Faraday bug fix below. Everything else shipped in earlier 0.8.0 betas.)

  • Optimize signature parsing, serialization, and validation performance across signing and verifying flows, improving sign! throughput by 473% and verify! by 136% by minimizing Starry usage in hot paths where possible.

  • Add comprehensive benchmarking and profiling infrastructure across all supported algorithms.

  • Make Rack an optional dependency.

  • Add Web Bot Auth support, implementing the current IETF draft (draft-meunier-web-bot-auth-architecture-05). Includes recommended signature parameter defaults, nonce generation, and optional Signature-Agent header handling.

  • Fix Faraday adapter deriving URI components from a re-encoded query string, which could differ from the URI faraday actually sent and fail verification at the origin. Affected @target-uri, @request-target and @query. The query is now encoded with the request's own params_encoder, so it tracks the URL faraday puts on the wire:

    • Spaces no longer always encode as +. Faraday honours the process-wide Faraday::Utils.default_space_encoding, which other gems may set (the oauth2 gem sets it to "%20" on load), so a query value containing a space signed a URI the verifier could not reproduce.

    • A request with no query parameters no longer appends a stray ?.

    • A params_encoder configured on the connection or request is now preserved, instead of being replaced with the default encoder.

    Pull request #31 by Aupajo.

[0.8.0.beta2] - 2026-05-20

  • Add Web Bot Auth support, implementing the current IETF draft (draft-meunier-web-bot-auth-architecture-05). Includes recommended signature parameter defaults, nonce generation, and optional Signature-Agent header handling.

[0.8.0.beta1] - 2026-05-07

  • Optimize signature parsing, serialization, and validation performance

... (truncated)

Commits
  • 507160b Release 0.8.0
  • c43c1e1 Fix Faraday adapter signing a re-encoded query string
  • 3ab565f Disable Cloudflare debug server integration tests after upstream change
  • a565bab Release 0.8.0.beta2
  • 7b47527 Replace Starry with Linzer HTTP StructuredField in tests
  • 99d6187 Refactor HTTP structured field handling to centralize Starry dependency
  • 9b37f07 Fix structured field serialization by delegating to Starry
  • d1d0ee6 Normalize header encodings to ASCII per HTTP Structured Field RFC
  • 88e02fc Avoid mutating component parameters when handling ;req
  • cf8d985 Add Web Bot Auth usage examples
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [linzer](https://github.com/nomadium/linzer) from 0.7.9 to 0.8.0.
- [Release notes](https://github.com/nomadium/linzer/releases)
- [Changelog](https://github.com/nomadium/linzer/blob/master/CHANGELOG.md)
- [Commits](nomadium/linzer@v0.7.9...v0.8.0)

---
updated-dependencies:
- dependency-name: linzer
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Aug 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants