Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
liber
liber
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 2
    • Merge Requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ale
  • liberliber
  • Merge Requests
  • !5

Merged
Created Jan 30, 2021 by renovate@renovate-botDeveloper0 of 1 task completed0/1 task

Update module gorilla/mux to v1.8.0

  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 14

This MR contains the following updates:

Package Type Update Change
github.com/gorilla/mux require minor v1.6.3-0.20181030152528-3d80bc801bb0 -> v1.8.0

Release Notes

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

  • fix: regression in vars extract for wildcard host (#​579) @​harshavardhana
  • Remove stale text from comment. (#​568) @​EricIO

v1.7.4

Compare Source

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

CHANGELOG

  • Reduce allocations in (*routeRegexp).getURLQuery (#​544) @​klauspost
  • Fixed golint warnings (#​526) @​KosToZyB
  • fix headers regexp test case (#​536) @​icattlecoder
  • Fix the CORSMethodMiddleware bug with subrouters (#​535) @​fharding1
  • Remove/cleanup request context helpers (#​525) @​fharding1
  • Guess the scheme if r.URL.Scheme is unset (#​474) @​euank
  • Added capacity to slice creation, when capacity is known (#​516) @​vivekv96
  • Modified http status codes, using constants provided by the http package (#​514) @​vivekv96
  • bugfix/subrouter custom methodNotAllowed handler returning 404 (#​509) (#​510) @​jonasdebeukelaer
  • Update README (self-host logo) (#​513) @​elithrar
  • Remove TravisCI badge (#​503) @​elithrar
  • Add documentation for using mux to serve a SPA (#​493) @​fharding1
  • Simplify code (#​501) @​muesli
  • Avoid unnecessary conversion (#​502) @​muesli
  • Update config.yml (#​495) @​elithrar

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

  • Update stale.yml (#​494) @​elithrar
  • Improve CORS Method Middleware (#​477) @​fharding1
  • Delete ISSUE_TEMPLATE.md (#​492) @​elithrar
  • Use subtests for middleware tests (#​478) @​fharding1
  • Delete .travis.yml (#​490) @​elithrar
  • Fix nil panic in authentication middleware example (#​489) @​fharding1
  • [WIP] Create CircleCI config (#​484) @​elithrar

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

  • Route.Host -matching will ignore any provided port from getHost(), if… (#​447) @​cognusion

v1.7.1

Compare Source

No notable changes 🎆

CHANGELOG

  • Minor spelling mistake (#​454) @​souvikhaldar
  • fix go1.12 go vet usage (#​458) @​seriousben
  • adding Router.Name to create new Route (#​457) @​seriousben
  • Remove sudo setting from travis.yml (#​462) @​sekky0905

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Source branch: renovate/github.com-gorilla-mux-1.x