Skip to content

chore(deps): bump github.com/dunglas/httpsfv from 1.1.1 to 1.1.2 - #1193

Merged
ryanfowler merged 1 commit into
mainfrom
dependabot/go_modules/github.com/dunglas/httpsfv-1.1.2
Sep 24, 2026
Merged

ryanfowler merged 1 commit into
mainfrom
dependabot/go_modules/github.com/dunglas/httpsfv-1.1.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 21, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/dunglas/httpsfv from 1.1.1 to 1.1.2.

Release notes

Sourced from github.com/dunglas/httpsfv's releases.

Version 1.1.2

httpsfv 1.1.2 sharpens RFC 9651 conformance. Two parsing edge cases are fixed, and the library is now validated against the complete official httpwg test suite, 1592 cases refreshed to the latest upstream revision, on every push. Recommended for anyone serializing maximal-length integers or parsing fields split across multiple lines.

🐛 Bug Fixes

  • Numbers: Do not reject a maximal-length number followed by a delimiter. The length bound was checked before consuming the next character, so a 15-digit integer or 16-digit decimal failed as soon as anything followed it: a comma, a semicolon, an equals sign. This meant the library could serialize headers it then refused to parse back, such as 123456789012345, 1. by @​youdie006 in dunglas/httpsfv#15
  • Parsing: Join multi-line field values with ", " rather than ",", as RFC 9651 section 4.2 requires. A string split across two field lines now parses to foo, bar instead of foo,bar. If you pass multiple field lines to UnmarshalItem, UnmarshalList or UnmarshalDictionary, this changes the parsed result. by @​dunglas in dunglas/httpsfv#16

💖 New Contributors

Full Changelog: dunglas/httpsfv@v1.1.1...v1.1.2

Commits
  • d7fbe90 ci: read the app token from the release environment
  • a2a5b36 ci: auto-merge Dependabot PRs when CI is green
  • 362ce1d docs: reformat the Dictionary comment with gofmt
  • 6880047 ci: modernize workflow and pin actions by commit SHA
  • 551965a fix: join multi-line field values with ", "
  • 089dc27 test: fail when the httpwg test suite is missing
  • edccb81 fix: do not reject a maximal-length number followed by a delimiter (#15)
  • 83b0bdd test: add dictionary and item fuzz targets
  • See full diff 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 [github.com/dunglas/httpsfv](https://github.com/dunglas/httpsfv) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/dunglas/httpsfv/releases)
- [Commits](dunglas/httpsfv@v1.1.1...v1.1.2)

---
updated-dependencies:
- dependency-name: github.com/dunglas/httpsfv
  dependency-version: 1.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Sep 21, 2026
@dependabot
dependabot Bot requested a review from ryanfowler as a code owner September 21, 2026 13:04
@ryanfowler
ryanfowler merged commit 3c474be into main Sep 24, 2026
12 checks passed
@ryanfowler
ryanfowler deleted the dependabot/go_modules/github.com/dunglas/httpsfv-1.1.2 branch September 24, 2026 16:55
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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant