Skip to content

Releases: UniversitaDellaCalabria/SATOSA-oidcop

v2.0.0

20 Jun 13:24
Compare
Choose a tag to compare

2.0.0 (2023-06-20)

Bug Fixes

  • alignments with new idpy session schema (1ec778f)
  • CI coverage from 95 to 90 (9344a61)
  • crypto conf in general config and example config (3b1a4ed)
  • debugged and fixed few exceptions from idpyoidc, added TODOs from debugging, warning solved (4859e4e)
  • merge conflicts (3050911)
  • oidcop_frontend example conf (b45623a)
  • remove jwks_file from example conf (e550005)
  • rohe updates (772c3a8)
  • tests (cc0ec11)
  • tests, added get client from bearer token in userinfo endpoint (5c836b9)
  • version v2.0.0 (40e49df)

v1.1.3

20 Jun 17:21
Compare
Choose a tag to compare

1.1.3 (2023-06-20)

Bug Fixes

v1.1.2

20 Jun 17:17
Compare
Choose a tag to compare

1.1.2 (2023-06-20)

Bug Fixes

  • alignments with new idpy session schema (1ec778f)
  • CI coverage from 95 to 90 (9344a61)
  • crypto conf in general config and example config (3b1a4ed)
  • debugged and fixed few exceptions from idpyoidc, added TODOs from debugging, warning solved (4859e4e)
  • merge conflicts (3050911)
  • oidcop_frontend example conf (b45623a)
  • remove jwks_file from example conf (e550005)
  • revert changes from v1.1.2 (32f2dd6)
  • rohe updates (772c3a8)
  • tests (cc0ec11)
  • tests, added get client from bearer token in userinfo endpoint (5c836b9)
  • version v2.0.0 (40e49df)

v1.1.1

18 Jan 22:52
Compare
Choose a tag to compare

1.1.1 (2023-01-18)

Bug Fixes

  • Token endpoint response - temporary patch before migrating to idpy-oidc (18a1f16)
  • unused import (80e08b4)

v1.1.0

14 Dec 14:21
Compare
Choose a tag to compare

1.1.0 (2022-12-14)

Features

  • pass subject_type from client config to create_session as sub_type (83b3e81), closes #21

v1.0.1

14 Dec 13:48
Compare
Choose a tag to compare

1.0.1 (2022-12-14)

Bug Fixes

  • http code 403 instead of 200 when forbidden on userinfo (#28) (6d9fd36)

v1.0.0

22 Oct 20:25
Compare
Choose a tag to compare

1.0.0 (2022-10-22)

Bug Fixes

  • publiccode validator version (02d7f17)

Continuous Integration

Features

BREAKING CHANGES

  • version number moved from init.py to setup.cfg

v0.6.0

31 Jan 15:45
6f1f4b1
Compare
Choose a tag to compare

Release notes

  • v0.6.0 @peppelinux (#11):
    • BREAKING CHANGE: oidcop >=2.3.3 requires in configuration object "keys" became "key_conf"
    • chore: some deps in setup.py have been improved
    • chore: comments cleanup for those not completely correct :-)

What's Changed

Full Changelog: v0.4.8...v0.6.0

v0.5.0

14 Dec 13:36
a3cc919
Compare
Choose a tag to compare

Release notes

Changelog

  • BREAKING CHANGE: oidcop session dump to mongodb as string, previous definitions must be converted with json.dumps and updated in mongodb before update the release
  • fix: removed warning on mongodb operations (insert, get, count)
  • feat: updated pymongo up to 4.0.1, retrocompatibility with pymongo 3.x indeed

Full Changelog: v0.4.7...v0.4.8

v0.4.7

20 Nov 22:06
Compare
Choose a tag to compare

What's Changed

  • Update to oidcop 2.2.1 by @MdreW in #6

  • fix: responses on faulty requests at authorization endpoint

    Closes #7
    Closes #1

New Contributors

  • @MdreW made their first contribution in #6

Full Changelog: v0.4.5...v0.4.7