Skip to content

Latest commit

 

History

History
92 lines (60 loc) · 2.57 KB

changes.rst

File metadata and controls

92 lines (60 loc) · 2.57 KB

Changelog

1.6.1 - October 9, 2020

1.6.0 - July 9, 2020

1.5.1 - May 5, 2020

  • Fix release versioning error.

1.5.0 - May 5, 2020

  • Drop official support for Python 2.7.
  • Use GitHub actions for CI and automated releases.
  • Pull request #42: use the JSON encoder from Pyramid as default. From phrfpeixoto

1.4.1 - August 10, 2018

1.4 - August 9, 2018

1.3 - March 20, 2018

1.2 - May 25, 2017

1.1 - May 4, 2016

  • Issue #2: Support setting and reading extra claims in a JWT token.
  • Pull request #4: Fix parsing of expiration and leeway settings from a configuration value. Submitted by Daniel Kraus.
  • Pull request #3: Allow overriding the expiration timestamp for a token when creating a new token. Submitted by Daniel Kraus.

1.0 - December 17, 2015

  • First release