PyJWT v1.5.1 Release Notes

Release Date: 2017-06-22 // almost 7 years ago
  • ๐Ÿ”„ Changed

    
    - ๐Ÿ“œ  Change optparse for argparse.
       `#238 <https://github.com/jpadilla/pyjwt/pull/238>`__
    
    ๐Ÿ›  Fixed
    ~~~~~
    
    -  Guard against PKCS1 PEM encoded public keys
       `#277 <https://github.com/jpadilla/pyjwt/pull/277>`__
    - ๐Ÿ—„  Add deprecation warning when decoding without specifying
       ``algorithms`` `#277 <https://github.com/jpadilla/pyjwt/pull/277>`__
    - ๐Ÿ—„  Improve deprecation messages
       `#270 <https://github.com/jpadilla/pyjwt/pull/270>`__
    - ๐Ÿšš  PyJWT.decode: move verify param into options
       `#271 <https://github.com/jpadilla/pyjwt/pull/271>`__
    
    โž• Added
    ~~~~~
    
    - ๐Ÿ‘  Support for Python 3.6
       `#262 <https://github.com/jpadilla/pyjwt/pull/262>`__
    -  Expose jwt.InvalidAlgorithmError
       `#264 <https://github.com/jpadilla/pyjwt/pull/264>`__