Skip to content

Commit 53985f2

Browse files
authored
Update changelog and warn of breaking change in minor version. (#26)
1 parent 23feb02 commit 53985f2

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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 and CI flow by @aldas in [#21](https://github.com/labstack/echo-jwt/pull/21), [#24](https://github.com/labstack/echo-jwt/pull/24), [#27](https://github.com/labstack/echo-jwt/pull/27)
9+
* Improve readme formatting by @aldas in [#25](https://github.com/labstack/echo-jwt/pull/25)
10+
11+
312
## v4.2.0 - 2023-01-26
413

514
**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)