Releases: siemens/sentry-auth-oidc
Releases · siemens/sentry-auth-oidc
v9.0.1
What's Changed
- chore(ci): use trusted OIDC publishing by @nejch in #52
- chore(deps-dev): bump black from 22.12.0 to 24.3.0 by @dependabot in #46
- Fix compatibility with Sentry 25.3.0 by @hanzi in #55
- Bump version and sentry dependency by @nejch in #56
New Contributors
Full Changelog: v9.0.0...v9.0.1
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