Skip to content

Commit d230e49

Browse files
committed
Update changelog and warn of breaking change in minor version.
1 parent 0cba7e7 commit d230e49

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

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+
313
## v4.2.0 - 2023-01-26
414

515
**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`

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ as JWT implementation.
1414
This repository does not use semantic versioning. MAJOR version tracks which Echo version should be used. MINOR version
1515
tracks API changes (possibly backwards incompatible) and PATCH version is incremented for fixes.
1616

17+
NB: When `golang-jwt` MAJOR version changes this library will release MINOR version with **breaking change**. Always
18+
add at least one integration test in your project.
19+
1720
For Echo `v4` use `v4.x.y` releases.
1821
Minimal needed Echo versions:
1922
* `v4.0.0` needs Echo `v4.7.0+`

0 commit comments

Comments
 (0)