Next | Query returned 29 messages, browsing 21 to 30 | previous

History of commit frequency

CVS Commit History:


   2018-05-23 11:35:27 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-JWT: updated to 1.6.3

v1.6.3
Changed
- All exceptions inherit from PyJWTError

Added
- Add type hints

Docs
- Added section to usage docs for jwt.get_unverified_header()
- Update legacy instructions for using pycrypto
   2018-03-19 10:03:25 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-JWT: updated to 1.6.1

1.6.1:
Audience parameter throws InvalidAudienceError when application does not specify \ 
an audience, but the token does.
   2018-03-05 14:04:05 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-JWT: updated to 1.6.0

1.6.0:
Changed
Dropped support for python 2.6 and 3.3
An invalid signature now raises an InvalidSignatureError instead of DecodeError

Fixed
Fix over-eager fallback to stdin

Added
Audience parameter now supports iterables
   2017-09-06 17:24:33 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
v1.5.3

Changed:
* Increase required version of the cryptography package to >=1.4.0.

Fixeda:
* Remove uses of deprecated functions from the cryptography package.
* Warn about missing algorithms param to decode() only when verify param is True
   2017-07-31 00:32:28 by Thomas Klausner | Files touched by this commit (229)
Log message:
Switch github HOMEPAGEs to https.
   2017-07-07 10:14:41 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
v1.5.2
Fixed
* Ensure correct arguments order in decode super call
   2017-02-22 14:25:56 by Thomas Klausner | Files touched by this commit (2)
Log message:
Updated py-JWT to 1.4.2.

[v1.4.2][1.4.2]
-------------------------------------------------------------------------
### Fixed
- A PEM-formatted key encoded as bytes could cause a `TypeError` to be raised \ 
[#213][213]

[v1.4.1][1.4.1]
-------------------------------------------------------------------------
### Fixed
- Newer versions of Pytest could not detect warnings properly [#182][182]
- Non-string 'kid' value now raises `InvalidTokenError` [#174][174]
- `jwt.decode(None)` now gracefully fails with `InvalidTokenError` [#183][183]
   2015-11-07 20:04:09 by Thomas Klausner | Files touched by this commit (1)
Log message:
Add some BUILD/TEST dependencies.
   2015-11-06 11:46:25 by Thomas Klausner | Files touched by this commit (4)
Log message:
Import py-JWT-1.4.0 as textproc/py-JWT.

A Python implementation of JSON Web Token draft 32.

Next | Query returned 29 messages, browsing 21 to 30 | previous