Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G go-common
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ai3
  • go-common
  • Merge requests
  • !13

Update module gorilla/handlers to v1.5.1

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged renovate requested to merge renovate/github.com-gorilla-handlers-1.x into master Jan 09, 2021
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

This MR contains the following updates:

Package Type Update Change
github.com/gorilla/handlers require minor v1.4.2 -> v1.5.1

Release Notes

gorilla/handlers

v1.5.1

Compare Source

🔊 v1.5.1 fixes an issue with the CompressHandler introduced in v1.5.0 that would break compression of some responses. We strongly recommend you upgrade to v1.5.1.

CHANGELOG

  • Fix compression of *os.Files. (#​197) @​muirdm

v1.5.0

Compare Source

⚠ v1.5.1 fixes an issue with the CompressHandler introduced in v1.5.0 that would break compression of some responses. We strongly recommend you upgrade to v1.5.1.

This release improves how handlers manages existing http.ResponseWriters that are already wrapped with a Pusher or other extensions. It will no longer break existing implementations thanks to the changes made in #​193.

CHANGELOG

  • Use httpsnoop to wrap ResponseWriter. (#​193) @​muirdm
  • skip compression on upgrade connection (#​187) @​benitogf
  • Use got-want style so mutation test can be performed easily with corr… (#​184) @​uudashr
  • [compress] Vary: Accept-Encoding must always be set (#​175) @​dunglas
  • Cleanup CompressHandlerLevel (#​173) @​fharding1

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
Time tracking
Source branch: renovate/github.com-gorilla-handlers-1.x