Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Releases: IdentityPython/JWTConnect-Python-OidcMsg

v1.6.0

22 Feb 06:33
98a100b
Compare
Choose a tag to compare

Release notes

  • Allow attributes in Configure instances to be set to no value before assigned a value @rohe (#58)
  • Null value @rohe (#57)
  • Remove support for Python 3.6. @rohe (#56)
  • utcnow plus configuration attribute additions. @rohe (#55)

v1.5.4

14 Dec 14:41
Compare
Choose a tag to compare

Release notes

  • utcnow plus configuration attribute additions. @rohe (#55)

v1.5.3

18 Nov 22:25
daacb8f
Compare
Choose a tag to compare

Release notes

What's Changed

Full Changelog: v1.5.2...v1.5.3

v1.5.1

10 Nov 15:46
1c422a3
Compare
Choose a tag to compare

What's Changed

  • Updated token name. by @rohe in #49
  • Refactoring configuration handlingg by @rohe in #50
  • Configuration refactoring by @rohe in #51

Full Changelog: v1.5.1...v1.5.2

v1.5.0

02 Nov 15:26
ae0ff89
Compare
Choose a tag to compare

Release notes

New Contributors

Full Changelog: v1.4.1...v1.5.0

v1.4.1

27 Oct 09:38
40fe88a
Compare
Choose a tag to compare

Release notes

What's Changed

  • Added release drafter by @rohe in #33
  • fix: args collides with pdb command by @peppelinux in #37
  • Allow a class attribute to be either a dictionary or a class instance… by @rohe in #39
  • Create pypi.yml by @peppelinux in #41
  • Needed to complete certification. by @rohe in #42

Full Changelog: 1.3.2...v1.4.1

v1.4.0

28 Jun 21:25
7a6cb5a
Compare
Choose a tag to compare

Release notes

  • Allow a class attribute to be either a dictionary or a class instance… @rohe (#39)
  • fix: args collides with pdb command @peppelinux (#37)
  • Removed persistent storage modules. @rohe (#35)
  • Common configuration functionality @rohe (#34)
  • Added release drafter @rohe (#33)
  • feat: release-drafter github action @peppelinux (#32)
  • Changing persistent storage paradigm @rohe (#31)

Maintenance release

15 Apr 14:44
23c3017
Compare
Choose a tag to compare

Maintenance release

Changed handling of state persistence

22 Mar 11:48
6ac6278
Compare
Choose a tag to compare

Previously state was handled by letting the modules in the package directly interface to persistent storage.
This we now have changed such that the user of the package have a set of methods: dump, flush and load, that it can use to collect and restore state information. The state information can be store it in a manner chosen by the user.

Maintenance release

20 Mar 15:32
Compare
Choose a tag to compare
0.6.9

fixed test