This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/gorilla/handlers | require | minor |
v1.4.2 -> v1.5.1
|
v1.5.1
CompressHandler
introduced in v1.5.0 that would break compression of some responses. We strongly recommend you upgrade to v1.5.1.
v1.5.0
⚠ v1.5.1 fixes an issue with theCompressHandler
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.ResponseWriter
s that are already wrapped with a Pusher
or other extensions. It will no longer break existing implementations thanks to the changes made in #193.
This MR has been generated by Renovate Bot.