|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## v4.12.0 - 2024-04-15 |
| 4 | + |
| 5 | +**Security** |
| 6 | + |
| 7 | +* Update golang.org/x/net dep because of [GO-2024-2687](https://pkg.go.dev/vuln/GO-2024-2687) by @aldas in https://github.com/labstack/echo/pull/2625 |
| 8 | + |
| 9 | + |
| 10 | +**Enhancements** |
| 11 | + |
| 12 | +* binder: make binding to Map work better with string destinations by @aldas in https://github.com/labstack/echo/pull/2554 |
| 13 | +* README.md: add Encore as sponsor by @marcuskohlberg in https://github.com/labstack/echo/pull/2579 |
| 14 | +* Reorder paragraphs in README.md by @aldas in https://github.com/labstack/echo/pull/2581 |
| 15 | +* CI: upgrade actions/checkout to v4 by @aldas in https://github.com/labstack/echo/pull/2584 |
| 16 | +* Remove default charset from 'application/json' Content-Type header by @doortts in https://github.com/labstack/echo/pull/2568 |
| 17 | +* CI: Use Go 1.22 by @aldas in https://github.com/labstack/echo/pull/2588 |
| 18 | +* binder: allow binding to a nil map by @georgmu in https://github.com/labstack/echo/pull/2574 |
| 19 | +* Add Skipper Unit Test In BasicBasicAuthConfig and Add More Detail Explanation regarding BasicAuthValidator by @RyoKusnadi in https://github.com/labstack/echo/pull/2461 |
| 20 | +* fix some typos by @teslaedison in https://github.com/labstack/echo/pull/2603 |
| 21 | +* fix: some typos by @pomadev in https://github.com/labstack/echo/pull/2596 |
| 22 | +* Allow ResponseWriters to unwrap writers when flushing/hijacking by @aldas in https://github.com/labstack/echo/pull/2595 |
| 23 | +* Add SPDX licence comments to files. by @aldas in https://github.com/labstack/echo/pull/2604 |
| 24 | +* Upgrade deps by @aldas in https://github.com/labstack/echo/pull/2605 |
| 25 | +* Change type definition blocks to single declarations. This helps copy… by @aldas in https://github.com/labstack/echo/pull/2606 |
| 26 | +* Fix Real IP logic by @cl-bvl in https://github.com/labstack/echo/pull/2550 |
| 27 | +* Default binder can use `UnmarshalParams(params []string) error` inter… by @aldas in https://github.com/labstack/echo/pull/2607 |
| 28 | +* Default binder can bind pointer to slice as struct field. For example `*[]string` by @aldas in https://github.com/labstack/echo/pull/2608 |
| 29 | +* Remove maxparam dependence from Context by @aldas in https://github.com/labstack/echo/pull/2611 |
| 30 | +* When route is registered with empty path it is normalized to `/`. by @aldas in https://github.com/labstack/echo/pull/2616 |
| 31 | +* proxy middleware should use httputil.ReverseProxy for SSE requests by @aldas in https://github.com/labstack/echo/pull/2624 |
| 32 | + |
| 33 | + |
3 | 34 | ## v4.11.4 - 2023-12-20
|
4 | 35 |
|
5 | 36 | **Security**
|
|
0 commit comments