itsdangerous v1.1.0 Release Notes

Release Date: 2018-10-27 // over 5 years ago
  • 🚀 Released 2018-10-26

    • 0️⃣ Change default signing algorithm back to SHA-1. (#113_)
    • 0️⃣ Added a default SHA-512 fallback for users who used the yanked 1.0.0 release which defaulted to SHA-512. (#114_)
    • 👍 Add support for fallback algorithms during deserialization to support changing the default in the future without breaking existing signatures. (#113_)
    • 📦 Changed capitalization of packages back to lowercase as the change in capitalization broke some tooling. (#113_)

    .. _#113: https://github.com/pallets/itsdangerous/pull/113 .. _#114: https://github.com/pallets/itsdangerous/pull/114