Skip to content

Commit 47844c9

Browse files
committed
Changelog for v4.10.2
1 parent f909660 commit 47844c9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## v4.10.2 - 2023-02-22
4+
5+
**Security**
6+
7+
* `filepath.Clean` behaviour has changed in Go 1.20 - adapt to it [#2406](https://github.com/labstack/echo/pull/2406)
8+
* Add `middleware.CORSConfig.UnsafeWildcardOriginWithAllowCredentials` to make UNSAFE usages of wildcard origin + allow cretentials less likely [#2405](https://github.com/labstack/echo/pull/2405)
9+
10+
**Enhancements**
11+
12+
* Add more HTTP error values [#2277](https://github.com/labstack/echo/pull/2277)
13+
14+
315
## v4.10.1 - 2023-02-19
416

517
**Security**

echo.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ const (
258258

259259
const (
260260
// Version of Echo
261-
Version = "4.10.1"
261+
Version = "4.10.2"
262262
website = "https://echo.labstack.com"
263263
// http://patorjk.com/software/taag/#p=display&f=Small%20Slant&t=Echo
264264
banner = `

0 commit comments

Comments
 (0)