You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Changelog
2
2
3
+
## v4.2.1 - 2024-12-04
4
+
5
+
**Enhancements**
6
+
7
+
* Return HTTP status 400 if missing JWT by @kitloong in [13](https://github.com/labstack/echo-jwt/pull/13)
8
+
* Update dependencies, CI flow etc. by @aldas in [21](https://github.com/labstack/echo-jwt/pull/21)
9
+
* Update dependencies, CI flow, README etc. by @aldas in [24](https://github.com/labstack/echo-jwt/pull/24)
10
+
* Improve readme formatting by @aldas in [25](https://github.com/labstack/echo-jwt/pull/25)
11
+
12
+
3
13
## v4.2.0 - 2023-01-26
4
14
5
15
**Breaking change:**[JWT](github.com/golang-jwt/jwt) has been upgraded to `v5`. Check/test all your code involved with JWT tokens/claims. Search for `github.com/golang-jwt/jwt/v4`
0 commit comments