We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0368ed8 commit fd3f074Copy full SHA for fd3f074
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## v4.13.1 - 2024-12-11
4
+
5
+**Fixes**
6
7
+* Fix BindBody ignoring `Transfer-Encoding: chunked` requests by @178inaba in https://github.com/labstack/echo/pull/2717
8
9
10
11
## v4.13.0 - 2024-12-04
12
13
**BREAKING CHANGE** JWT Middleware Removed from Core use [labstack/echo-jwt](https://github.com/labstack/echo-jwt) instead
echo.go
@@ -259,7 +259,7 @@ const (
259
260
const (
261
// Version of Echo
262
- Version = "4.13.0"
+ Version = "4.13.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