@@ -14,10 +14,19 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1414-------------------------------------------------------------------------
1515### Changed
1616- Add support for ECDSA public keys in RFC 4253 (OpenSSH) format [ #244 ] [ 244 ]
17- - Renamed commandline script ` jwt ` to ` jwt-cli ` to avoid issues with the script clobbering the ` jwt ` module in some circumstances.
17+ - Renamed commandline script ` jwt ` to ` jwt-cli ` to avoid issues with the script clobbering the ` jwt ` module in some circumstances. [ # 187 ] [ 187 ]
1818- Better error messages when using an algorithm that requires the cryptography package, but it isn't available [ #230 ] [ 230 ]
1919- Tokens with future 'iat' values are no longer rejected [ #190 ] [ 190 ]
2020- Non-numeric 'iat' values now raise InvalidIssuedAtError instead of DecodeError
21+ - Remove rejection of future 'iat' claims [ #252 ] [ 252 ]
22+
23+ ### Fixed
24+ - Add back 'ES512' for backward compatibility (for now) [ #225 ] [ 225 ]
25+ - Fix incorrectly named ECDSA algorithm [ #219 ] [ 219 ]
26+ - Fix rpm build [ #196 ] [ 196 ]
27+
28+ ### Added
29+ - Add JWK support for HMAC and RSA keys [ #202 ] [ 202 ]
2130
2231[ v1.4.2] [ 1.4.2 ]
2332-------------------------------------------------------------------------
@@ -137,3 +146,10 @@ rarely used. Users affected by this should upgrade to 3.3+.
137146[ 190 ] : https://github.com/jpadilla/pyjwt/pull/190
138147[ 213 ] : https://github.com/jpadilla/pyjwt/pull/214
139148[ 244 ] : https://github.com/jpadilla/pyjwt/pull/244
149+ [ 202 ] : https://github.com/jpadilla/pyjwt/pull/202
150+ [ 252 ] : https://github.com/jpadilla/pyjwt/pull/252
151+ [ 225 ] : https://github.com/jpadilla/pyjwt/pull/225
152+ [ 219 ] : https://github.com/jpadilla/pyjwt/pull/219
153+ [ 196 ] : https://github.com/jpadilla/pyjwt/pull/196
154+ [ 187 ] : https://github.com/jpadilla/pyjwt/pull/187
155+ [ 230 ] : https://github.com/jpadilla/pyjwt/pull/230
0 commit comments