All Versions
23
Latest Version
Avg Release Cycle
252 days
Latest Release
-

Changelog History
Page 2

  • v0.22 Changes

    July 03, 2013

    ๐Ÿš€ Released 2013-07-03

    • ๐Ÿ‘ Added support for TimedJSONWebSignatureSerializer.
    • Made it possible to override the signature verification function to allow implementing asymmetrical algorithms.
  • v0.21 Changes

    May 26, 2013

    ๐Ÿš€ Released 2013-05-26

    • ๐Ÿ›  Fixed an issue on Python 3 which caused invalid errors to be generated.
  • v0.20 Changes

    May 23, 2013

    ๐Ÿš€ Released 2013-05-23

    • ๐Ÿ›  Fixed an incorrect call into want_bytes that broke some uses of itsdangerous on Python 2.6.
  • v0.19 Changes

    May 22, 2013

    ๐Ÿš€ Released 2013-05-21

    • ๐Ÿ‘ Dropped support for 2.5 and added support for 3.3.
  • v0.18 Changes

    May 03, 2013

    ๐Ÿš€ Released 2013-05-03

    • ๐ŸŒ Added support for JSON Web Signatures (JWS).
  • v0.17 Changes

    August 11, 2012

    ๐Ÿš€ Released 2012-08-10

    • ๐Ÿ›  Fixed a name error when overriding the digest method.
  • v0.16 Changes

    ๐Ÿš€ Released 2012-07-11

    • ๐Ÿ›ฐ Made it possible to pass unicode values to load_payload to make it easier to debug certain things.
  • v0.15 Changes

    ๐Ÿš€ Released 2012-07-11

    • ๐Ÿ›ฐ Made standalone load_payload more robust by raising one specific error if something goes wrong.
    • ๐Ÿ”จ Refactored exceptions to catch more cases individually, added more attributes.
    • ๐Ÿ›ฐ Fixed an issue that caused load_payload not work in some situations with timestamp based serializers
    • Added an loads_unsafe method.
  • v0.14 Changes

    ๐Ÿš€ Released 2012-06-29

    • ๐Ÿ”จ API refactoring to support different key derivations.
    • Added attributes to exceptions so that you can inspect the data even if the signature check failed.
  • v0.13 Changes

    ๐Ÿš€ Released 2012-06-10

    • Small API change that enables customization of the digest module.