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

Releases: IdentityPython/JWTConnect-Python-OidcMsg

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 22 Feb 06:33
98a100b

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

Choose a tag to compare

@github-actions github-actions released this 14 Dec 14:41

Release notes

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

v1.5.3

Choose a tag to compare

@github-actions github-actions released this 18 Nov 22:25
daacb8f

Release notes

What's Changed

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

v1.5.1

Choose a tag to compare

@github-actions github-actions released this 10 Nov 15:46
1c422a3

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

Choose a tag to compare

@github-actions github-actions released this 02 Nov 15:26
ae0ff89

Release notes

New Contributors

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

v1.4.1

Choose a tag to compare

@github-actions github-actions released this 27 Oct 09:38
40fe88a

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

Choose a tag to compare

@github-actions github-actions released this 28 Jun 21:25
7a6cb5a

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

Choose a tag to compare

@rohe rohe released this 15 Apr 14:44
23c3017

Maintenance release

Changed handling of state persistence

Choose a tag to compare

@rohe rohe released this 22 Mar 11:48
6ac6278

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

Choose a tag to compare

@rohe rohe released this 20 Mar 15:32
0.6.9

fixed test