Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Bump github.com/julienschmidt/httprouter from 1.2.0 to 1.3.0 in /src #132

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 7, 2023

Bumps github.com/julienschmidt/httprouter from 1.2.0 to 1.3.0.

Release notes

Sourced from github.com/julienschmidt/httprouter's releases.

v1.3

  • Fixed license wording to be properly detected as the BSD 3-Clause License
  • Fixed case-insensitive path lookup for multibyte runes (#263)
  • Fixed a bug in the calculation of the maximum number of parameters (#261)
  • Added a check preventing adding handlers for an empty path, avoid a out-of-range panic (#204)
  • Fixed a wildcard conflict check (#172)
  • The methods in Allowed headers are now sorted (#248)
  • Added an option to add a global handler for automatic responses to OPTIONS requests (#156, #200, #214, #260)
  • Minor performance optimizations and documentation fixes

The required minimum Go version is now 1.7.

Thanks to everyone who has sent pull-requests, reported issues, or contributed in any other way!

Commits
  • 4eec211 tree: fix node struct packing
  • 8e1132c router: fix ineffective assignment in test
  • 2fda79d router: minor style fixes
  • b390476 router: add GlobalOPTIONS handler
  • aff381b router: cache allowed methods for *
  • bcdc802 router: sort allowed methods
  • b64ea83 tree: prevent adding children to catchAlls
  • 4fa1cc7 router: avoid out of range with empty path(#204)
  • e62e5df README: fix example code spacing
  • 1bd7422 README: Update ParamsFromContext documentation
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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/julienschmidt/httprouter](https://github.com/julienschmidt/httprouter) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/julienschmidt/httprouter/releases)
- [Commits](julienschmidt/httprouter@v1.2.0...v1.3.0)

---
updated-dependencies:
- dependency-name: github.com/julienschmidt/httprouter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants