We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 130be07 commit a2e7085Copy full SHA for a2e7085
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## v4.11.1 - 2023-07-16
4
+
5
+**Fixes**
6
7
+* Fix `Gzip` middleware not sending response code for no content responses (404, 301/302 redirects etc) [#2481](https://github.com/labstack/echo/pull/2481)
8
9
10
## v4.11.0 - 2023-07-14
11
12
echo.go
@@ -259,7 +259,7 @@ const (
259
260
const (
261
// Version of Echo
262
- Version = "4.11.0"
+ Version = "4.11.1"
263
website = "https://echo.labstack.com"
264
// http://patorjk.com/software/taag/#p=display&f=Small%20Slant&t=Echo
265
banner = `
0 commit comments