Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module github.com/gorilla/mux to v1.8.0 #36

Merged
merged 1 commit into from
Sep 19, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 19, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/gorilla/mux require minor v1.6.2 -> v1.8.0

Release Notes

gorilla/mux (github.com/gorilla/mux)

v1.8.0: ☀️

Compare Source

v1.8.0 addresses a minor regression with the variable extraction when using a wildcard host match. Specifying .Host(“foo.example.com:{port:.*}) will now correctly capture the port into mux.Vars.

CHANGELOG

v1.7.4

Compare Source

v1.7.4 addresses a number of performance improvements (#​544), bugs (#​509, #​535), and documentation improvements.

CHANGELOG

v1.7.3

Compare Source

This is a patch release that mostly incorporates test & build system updates, as well as fixing a rare cause of panics.

CHANGELOG

v1.7.2

Compare Source

⚠️ This release relaxes the host:port matching when using *Route.Host() as introduced in v1.7.0. If a port is not provided, the route will match on any port, matching behaviour for all versions of mux prior to v1.7.0.

See #​447 for a fuller discussion.

CHANGELOG

v1.7.1

Compare Source

No notable changes 🎆

CHANGELOG

v1.7.0: 🦍 v1.7.0

Compare Source

Notable changes:

  • mux will only support Go 1.7 and newer: this has allowed us to remove the older gorilla/context code. Go 1.7 has been out since August 2016.
  • *Route.Host() matching now includes the host:port, as opposed to just the host.
  • Subrouters should correctly return a 405 if the route matches but the method does not (see #​437 for details)

CHANGELOG


Configuration

📅 Schedule: 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. View repository job log here.

@takanakahiko takanakahiko merged commit 9ad433a into master Sep 19, 2023
3 checks passed
@renovate renovate bot deleted the renovate/github.com-gorilla-mux-1.x branch September 19, 2023 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant