mirror of
https://github.com/labstack/echo.git
synced 2024-12-20 19:52:47 +02:00
Changelog for v4.13.1 (#2719)
This commit is contained in:
parent
0368ed87f2
commit
fd3f07447e
@ -1,5 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v4.13.1 - 2024-12-11
|
||||||
|
|
||||||
|
**Fixes**
|
||||||
|
|
||||||
|
* Fix BindBody ignoring `Transfer-Encoding: chunked` requests by @178inaba in https://github.com/labstack/echo/pull/2717
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## v4.13.0 - 2024-12-04
|
## v4.13.0 - 2024-12-04
|
||||||
|
|
||||||
**BREAKING CHANGE** JWT Middleware Removed from Core use [labstack/echo-jwt](https://github.com/labstack/echo-jwt) instead
|
**BREAKING CHANGE** JWT Middleware Removed from Core use [labstack/echo-jwt](https://github.com/labstack/echo-jwt) instead
|
||||||
|
2
echo.go
2
echo.go
@ -259,7 +259,7 @@ const (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
// Version of Echo
|
// Version of Echo
|
||||||
Version = "4.13.0"
|
Version = "4.13.1"
|
||||||
website = "https://echo.labstack.com"
|
website = "https://echo.labstack.com"
|
||||||
// http://patorjk.com/software/taag/#p=display&f=Small%20Slant&t=Echo
|
// http://patorjk.com/software/taag/#p=display&f=Small%20Slant&t=Echo
|
||||||
banner = `
|
banner = `
|
||||||
|
Loading…
Reference in New Issue
Block a user