Release notes
*Sourced from [github.com/julienschmidt/httprouter's releases](https://github.com/julienschmidt/httprouter/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](https://github-redirect.dependabot.com/julienschmidt/httprouter/issues/263))
> - Fixed a bug in the calculation of the maximum number of parameters ([#261](https://github-redirect.dependabot.com/julienschmidt/httprouter/issues/261))
> - Added a check preventing adding handlers for an empty path, avoid a out-of-range panic ([#204](https://github-redirect.dependabot.com/julienschmidt/httprouter/issues/204))
> - Fixed a wildcard conflict check ([#172](https://github-redirect.dependabot.com/julienschmidt/httprouter/issues/172))
> - The methods in `Allowed` headers are now sorted ([#248](https://github-redirect.dependabot.com/julienschmidt/httprouter/issues/248))
> - Added an option to add a global handler for automatic responses to OPTIONS requests ([#156](https://github-redirect.dependabot.com/julienschmidt/httprouter/issues/156), [#200](https://github-redirect.dependabot.com/julienschmidt/httprouter/issues/200), [#214](https://github-redirect.dependabot.com/julienschmidt/httprouter/issues/214), [#260](https://github-redirect.dependabot.com/julienschmidt/httprouter/issues/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`](https://github.com/julienschmidt/httprouter/commit/4eec211fa4e8df74ed978dc5681612131854144f) tree: fix node struct packing
- [`8e1132c`](https://github.com/julienschmidt/httprouter/commit/8e1132c0c4f38ecd8ba7d9f96149e4b52566d9e6) router: fix ineffective assignment in test
- [`2fda79d`](https://github.com/julienschmidt/httprouter/commit/2fda79dd70f321055df768a9b8c89daba790277e) router: minor style fixes
- [`b390476`](https://github.com/julienschmidt/httprouter/commit/b390476b92b14b79a3df554867be35d160b5c8c1) router: add GlobalOPTIONS handler
- [`aff381b`](https://github.com/julienschmidt/httprouter/commit/aff381be15b3011d172e03888b2022b5b919aea4) router: cache allowed methods for *
- [`bcdc802`](https://github.com/julienschmidt/httprouter/commit/bcdc802b5194bea5461a5aa40f0ef0ed38dc0ca7) router: sort allowed methods
- [`b64ea83`](https://github.com/julienschmidt/httprouter/commit/b64ea83919261edd921848433c9b646623212f5e) tree: prevent adding children to catchAlls
- [`4fa1cc7`](https://github.com/julienschmidt/httprouter/commit/4fa1cc7490cba144ea66eb98c4baedad73e2a8b1) router: avoid out of range with empty path([#204](https://github-redirect.dependabot.com/julienschmidt/httprouter/issues/204))
- [`e62e5df`](https://github.com/julienschmidt/httprouter/commit/e62e5dfca059cb908d56c93d8a938ee6b14a6d56) README: fix example code spacing
- [`1bd7422`](https://github.com/julienschmidt/httprouter/commit/1bd7422872601c5c56d6990c7f1716b7833f014d) README: Update ParamsFromContext documentation
- Additional commits viewable in [compare view](https://github.com/julienschmidt/httprouter/compare/v1.2.0...v1.3.0)
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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps github.com/julienschmidt/httprouter from 1.2.0 to 1.3.0.
Release notes
*Sourced from [github.com/julienschmidt/httprouter's releases](https://github.com/julienschmidt/httprouter/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](https://github-redirect.dependabot.com/julienschmidt/httprouter/issues/263)) > - Fixed a bug in the calculation of the maximum number of parameters ([#261](https://github-redirect.dependabot.com/julienschmidt/httprouter/issues/261)) > - Added a check preventing adding handlers for an empty path, avoid a out-of-range panic ([#204](https://github-redirect.dependabot.com/julienschmidt/httprouter/issues/204)) > - Fixed a wildcard conflict check ([#172](https://github-redirect.dependabot.com/julienschmidt/httprouter/issues/172)) > - The methods in `Allowed` headers are now sorted ([#248](https://github-redirect.dependabot.com/julienschmidt/httprouter/issues/248)) > - Added an option to add a global handler for automatic responses to OPTIONS requests ([#156](https://github-redirect.dependabot.com/julienschmidt/httprouter/issues/156), [#200](https://github-redirect.dependabot.com/julienschmidt/httprouter/issues/200), [#214](https://github-redirect.dependabot.com/julienschmidt/httprouter/issues/214), [#260](https://github-redirect.dependabot.com/julienschmidt/httprouter/issues/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`](https://github.com/julienschmidt/httprouter/commit/4eec211fa4e8df74ed978dc5681612131854144f) tree: fix node struct packing - [`8e1132c`](https://github.com/julienschmidt/httprouter/commit/8e1132c0c4f38ecd8ba7d9f96149e4b52566d9e6) router: fix ineffective assignment in test - [`2fda79d`](https://github.com/julienschmidt/httprouter/commit/2fda79dd70f321055df768a9b8c89daba790277e) router: minor style fixes - [`b390476`](https://github.com/julienschmidt/httprouter/commit/b390476b92b14b79a3df554867be35d160b5c8c1) router: add GlobalOPTIONS handler - [`aff381b`](https://github.com/julienschmidt/httprouter/commit/aff381be15b3011d172e03888b2022b5b919aea4) router: cache allowed methods for * - [`bcdc802`](https://github.com/julienschmidt/httprouter/commit/bcdc802b5194bea5461a5aa40f0ef0ed38dc0ca7) router: sort allowed methods - [`b64ea83`](https://github.com/julienschmidt/httprouter/commit/b64ea83919261edd921848433c9b646623212f5e) tree: prevent adding children to catchAlls - [`4fa1cc7`](https://github.com/julienschmidt/httprouter/commit/4fa1cc7490cba144ea66eb98c4baedad73e2a8b1) router: avoid out of range with empty path([#204](https://github-redirect.dependabot.com/julienschmidt/httprouter/issues/204)) - [`e62e5df`](https://github.com/julienschmidt/httprouter/commit/e62e5dfca059cb908d56c93d8a938ee6b14a6d56) README: fix example code spacing - [`1bd7422`](https://github.com/julienschmidt/httprouter/commit/1bd7422872601c5c56d6990c7f1716b7833f014d) README: Update ParamsFromContext documentation - Additional commits viewable in [compare view](https://github.com/julienschmidt/httprouter/compare/v1.2.0...v1.3.0)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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.