Releases: siemens/sentry-auth-oidc
Releases · siemens/sentry-auth-oidc
v9.0.0
What's Changed
- fix: strongly type get_configure_view by @reneluria in #49
- refactor: adapt sentry tests to 24.8.0 by @dlouzan and @nejch in #51
New Contributors
- @reneluria made their first contribution in #49
Full Changelog: v8.1.0...v9.0.0
v8.1.0
What's Changed
- fix(provider): extend timeout when getting user info by @max-wittig in #45
Full Changelog: v8.0.0...v8.1.0
v8.0.0
v7.0.0
- Adapt to Sentry 23.9.1
v6.0.0
Summary
Adjust to Sentry 22.08
What's Changed
- Refactor/sentry 21 02 0 changes by @max-wittig in #26
- refactor: adapt to sentry 22.8 by @dlouzan in #33
- fix(build): use specific yarn version as required upstream by @dlouzan in #37
New Contributors
Full Changelog: v4.0.1...v6.0.0
v4.0.1
Fixes an issue, where the package would not install, because sentry requires a different six
version
v4.0.0
- Adapt to latest sentry-auth-google at https://github.com/getsentry/sentry/tree/master/src/sentry/auth/providers/google
- Instead of email, the domain is now extracted from the OIDC provider
- Retry up to 10 times on certain headers (429, 500, 502, 503, 504) with exponential backoff
v3.0.0
- Added compatibility for Sentry 10
v2.1.0
Features
feat: add customizable ISSUER
Bugfixes
Update requests requirement to fix installs on newer sentry versions
v2.0.0
Renaming of variables
- CLIENT_ID -> OIDC_CLIENT_ID
- CLIENT_SECRET -> OIDC_CLIENT_SECRET
- SCOPE -> OIDC_SCOPE
- WELL_KNOWN_URL -> OIDC_DOMAIN
- AUTHORIZATION_ENDPOINT -> OIDC_AUTHORIZATION_ENDPOINT
- TOKEN_ENDPOINT -> OIDC_TOKEN_ENDPOINT
- USERINFO_ENDPOINT -> OIDC_USERINFO_ENDPOINT
- ISSUER -> OIDC_ISSUER