Skip to content

The serde release

Pre-release
Pre-release
Compare
Choose a tag to compare
@mike-engel mike-engel released this 03 Jul 00:16
· 317 commits to main since this release
6c0dc60

0.8.0

2017-07-02

Dependency updates

Breaking changes

  • Swaps out rustc_serialize for serde
  • Updates jsonwebtoken from version 1 to version 2. This allows for much more precise errors, and expands potential for validation.

Roadmap to 1.0

  • Automatically set iat and exp
  • Default exp to 30 minutes from now
  • Allow for json payload items via `-P this=json(['arbitrary', 'data'])