jsonwebtoken/CHANGELOG.md

48 lines
998 B
Markdown

# Changelog
## 3.0.0 (unreleased)
### Breaking change
- Remove `validate_signature` from `Validation`
- Make `typ` optional in header, some providers apparently don't use it
### Others
- Update ring
- Fix documentation about `leeway` being in seconds and not milliseconds
### Other
- Add `decode_header` to only decode the header: replaces the use case of `validate_signature`
## 2.0.3 (2017-07-18)
- Make `TokenData` public
## 2.0.2 (2017-06-24)
- Update ring & chrono
## 2.0.1 (2017-05-09)
- Update ring
## 2.0.0 (2017-04-23)
- Use Serde instead of rustc_serialize
- Add RSA support
- API overhaul, see README for new usage
- Add validation
- Update all dependencies
## Previous
- 1.1.7: update ring
- 1.1.6: update ring
- 1.1.5: update ring version
- 1.1.4: use ring instead of rust-crypto
- 1.1.3: Make sign and verify public
- 1.1.2: Update rust-crypto to 0.2.35
- 1.1.1: Don't serialize empty fields in header
- 1.1.0: Impl Error for jsonwebtoken errors
- 1.0: Initial release