All Versions
20
Latest Version
Avg Release Cycle
96 days
Latest Release
744 days ago

Changelog History
Page 2

  • v6.0.0 Changes

    April 21, 2019
    • ⚡️ Update Ring to 0.14
    • ✂ Remove iat check to match the JWT spec
    • ➕ Add ES256 and ES384 signing decoding
  • v5.0.1 Changes

    September 10, 2018
    • ➕ Add implementation of FromStr for Algorithm
  • v5.0.0 Changes

    August 13, 2018
    • ⚡️ Update ring
    • 🔄 Change error handling to be based on simple struct/enum rather than error-chain
    • 🛠 Fix validations not being called properly in some cases
    • 0️⃣ Default validation is not checking iat and nbf anymore
  • v4.0.1 Changes

    March 19, 2018
    • ➕ Add method to decode a token without signature verification
  • v4.0.0 Changes

    November 22, 2017

    💥 Breaking changes

    • 👉 Make it mandatory to specify the algorithm in decode
  • v3.0.0 Changes

    September 08, 2017

    💥 Breaking changes

    • Remove validate_signature from Validation, use decode_header instead if you don't know the alg used
    • 👉 Make typ optional in header, some providers apparently don't use it

    Others

    • ⚡️ Update ring & error-chain
    • 🛠 Fix documentation about leeway being in seconds and not milliseconds
    • Add decode_header to only decode the header: replaces the use case of validate_signature
  • v2.0.3 Changes

    July 18, 2017
    • 👉 Make TokenData public
  • v2.0.2 Changes

    June 24, 2017
    • ⚡️ Update ring & chrono
  • v2.0.1 Changes

    May 09, 2017
    • ⚡️ Update ring
  • v2.0.0 Changes

    April 23, 2017
    • 👉 Use Serde instead of rustc_serialize
    • ➕ Add RSA support
    • 👀 API overhaul, see README for new usage
    • ➕ Add validation
    • ⚡️ Update all dependencies