Releases: UniversitaDellaCalabria/SATOSA-oidcop
Releases · UniversitaDellaCalabria/SATOSA-oidcop
v2.0.0
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
v1.1.2
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
v1.1.0
v1.0.1
v1.0.0
1.0.0 (2022-10-22)
Bug Fixes
- publiccode validator version (02d7f17)
Continuous Integration
- semantic release (c0734b2)
Features
- implement handle_backend_error (a3ddf56), closes /github.com/IdentityPython/SATOSA/blob/4fed399d7dcb5842d364d7bbf14770a84ae88816/src/satosa/frontends/openid_connect.py#L149
BREAKING CHANGES
- version number moved from init.py to setup.cfg
v0.6.0
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
- v0.6.0 by @peppelinux in #11
Full Changelog: v0.4.8...v0.6.0
v0.5.0
Release notes
- Migrate to pymongo 4 by @MdreW in #8
- v0.5.0 by @peppelinux in #9
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