PyJWT v1.6.0 Release Notes

Release Date: 2018-03-03 // about 6 years ago
  • ๐Ÿ”„ Changed

    
    - ๐Ÿ‘  Dropped support for python 2.6 and 3.3
       `#301 <https://github.com/jpadilla/pyjwt/pull/301>`__
    -  An invalid signature now raises an ``InvalidSignatureError`` instead
       of ``DecodeError``
       `#316 <https://github.com/jpadilla/pyjwt/pull/316>`__
    
    ๐Ÿ›  Fixed
    ~~~~~
    
    -  Fix over-eager fallback to stdin
       `#304 <https://github.com/jpadilla/pyjwt/pull/304>`__
    
    โž• Added
    ~~~~~
    
    - ๐Ÿ‘  Audience parameter now supports iterables
       `#306 <https://github.com/jpadilla/pyjwt/pull/306>`__