[PR #309] [MERGED] build(deps): bump github.com/gorilla/handlers from 1.4.2 to 1.5.0 #506

Closed
opened 2026-03-03 12:30:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/309
Author: @dependabot[bot]
Created: 8/24/2020
Status: Merged
Merged: 8/24/2020
Merged by: @dependabot[bot]

Base: mainHead: dependabot/go_modules/github.com/gorilla/handlers-1.5.0


📝 Commits (1)

  • 0840881 build(deps): bump github.com/gorilla/handlers from 1.4.2 to 1.5.0

📊 Changes

2 files changed (+5 additions, -1 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+4 -0)

📄 Description

Bumps github.com/gorilla/handlers from 1.4.2 to 1.5.0.

Release notes

Sourced from github.com/gorilla/handlers's releases.

v1.5.0 🎁

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
Commits
  • d6944a4 Support logger for print stack trace (#195)
  • 55df21f Use httpsnoop to wrap ResponseWriter. (#193)
  • 2188616 skip compression on upgrade connection (#187)
  • ccebae9 Use got-want style so mutation test can be performed easily with correct outp...
  • f08afc1 [compress] Vary: Accept-Encoding must always be set (#175)
  • 597a9be Merge pull request #173 from fharding1/compress-cleanup
  • 5c80e8c Cleanup CompressHandlerLevel
  • See full diff 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fsouza/fake-gcs-server/pull/309 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/24/2020 **Status:** ✅ Merged **Merged:** 8/24/2020 **Merged by:** [@dependabot[bot]](https://github.com/apps/dependabot) **Base:** `main` ← **Head:** `dependabot/go_modules/github.com/gorilla/handlers-1.5.0` --- ### 📝 Commits (1) - [`0840881`](https://github.com/fsouza/fake-gcs-server/commit/08408812ac47f90f163aa380d3c3b8d5ea040965) build(deps): bump github.com/gorilla/handlers from 1.4.2 to 1.5.0 ### 📊 Changes **2 files changed** (+5 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+4 -0) </details> ### 📄 Description Bumps [github.com/gorilla/handlers](https://github.com/gorilla/handlers) from 1.4.2 to 1.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gorilla/handlers/releases">github.com/gorilla/handlers's releases</a>.</em></p> <blockquote> <h2>v1.5.0 🎁</h2> <p>This release improves how <em>handlers</em> manages existing <code>http.ResponseWriter</code>s that are already wrapped with a <code>Pusher</code> or other extensions. It will no longer break existing implementations thanks to the changes made in <a href="https://github-redirect.dependabot.com/gorilla/handlers/issues/193">#193</a>.</p> <h2>CHANGELOG</h2> <ul> <li>Use httpsnoop to wrap ResponseWriter. (<a href="https://github-redirect.dependabot.com/gorilla/handlers/issues/193">#193</a>) <a href="https://github.com/muirdm">@muirdm</a></li> <li>skip compression on upgrade connection (<a href="https://github-redirect.dependabot.com/gorilla/handlers/issues/187">#187</a>) <a href="https://github.com/benitogf">@benitogf</a></li> <li>Use got-want style so mutation test can be performed easily with corr… (<a href="https://github-redirect.dependabot.com/gorilla/handlers/issues/184">#184</a>) <a href="https://github.com/uudashr">@uudashr</a></li> <li>[compress] Vary: Accept-Encoding must always be set (<a href="https://github-redirect.dependabot.com/gorilla/handlers/issues/175">#175</a>) <a href="https://github.com/dunglas">@dunglas</a></li> <li>Cleanup CompressHandlerLevel (<a href="https://github-redirect.dependabot.com/gorilla/handlers/issues/173">#173</a>) <a href="https://github.com/fharding1">@fharding1</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gorilla/handlers/commit/d6944a4b0d90ffa4b7b4d6b07c6e177854fb0b84"><code>d6944a4</code></a> Support logger for print stack trace (<a href="https://github-redirect.dependabot.com/gorilla/handlers/issues/195">#195</a>)</li> <li><a href="https://github.com/gorilla/handlers/commit/55df21feb695816be8d7076bb7d3f3e653108c5d"><code>55df21f</code></a> Use httpsnoop to wrap ResponseWriter. (<a href="https://github-redirect.dependabot.com/gorilla/handlers/issues/193">#193</a>)</li> <li><a href="https://github.com/gorilla/handlers/commit/218861618124829b8e35d39bdde5f7b30d9c5fd0"><code>2188616</code></a> skip compression on upgrade connection (<a href="https://github-redirect.dependabot.com/gorilla/handlers/issues/187">#187</a>)</li> <li><a href="https://github.com/gorilla/handlers/commit/ccebae9dd3f9724f9bf9bfc909bf4ecce90ba3a8"><code>ccebae9</code></a> Use got-want style so mutation test can be performed easily with correct outp...</li> <li><a href="https://github.com/gorilla/handlers/commit/f08afc1876ad882db8074bcb8a4cc96107d3a5f4"><code>f08afc1</code></a> [compress] Vary: Accept-Encoding must always be set (<a href="https://github-redirect.dependabot.com/gorilla/handlers/issues/175">#175</a>)</li> <li><a href="https://github.com/gorilla/handlers/commit/597a9be2cbe9820827281afab3e5b09eb04447f2"><code>597a9be</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gorilla/handlers/issues/173">#173</a> from fharding1/compress-cleanup</li> <li><a href="https://github.com/gorilla/handlers/commit/5c80e8c68788b177c5aa96b4475f83e8a3a99276"><code>5c80e8c</code></a> Cleanup CompressHandlerLevel</li> <li>See full diff in <a href="https://github.com/gorilla/handlers/compare/v1.4.2...v1.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/gorilla/handlers&package-manager=go_modules&previous-version=1.4.2&new-version=1.5.0)](https://help.github.com/articles/configuring-automated-security-fixes) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:30:20 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/fake-gcs-server#506
No description provided.