Skip to content

Releases: siemens/sentry-auth-oidc

v9.0.0

12 Sep 15:34
e918caa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.1.0...v9.0.0

v8.1.0

08 Apr 08:53
d880ca4
Compare
Choose a tag to compare

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

08 Apr 08:49
f2e256d
Compare
Choose a tag to compare

What's Changed

  • feat: upgrade to sentry 2024.02 and bump python to 3.11 by @dlouzan in #44

Full Changelog: v7.0.0...v8.0.0

v7.0.0

21 Sep 12:08
5371ff5
Compare
Choose a tag to compare
  • Adapt to Sentry 23.9.1

v6.0.0

15 Sep 13:40
8a62b75
Compare
Choose a tag to compare

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

08 Oct 11:24
147eea1
Compare
Choose a tag to compare

Fixes an issue, where the package would not install, because sentry requires a different six version

v4.0.0

17 Sep 13:09
c089004
Compare
Choose a tag to compare

v3.0.0

15 Jan 08:40
9302f10
Compare
Choose a tag to compare
  • Added compatibility for Sentry 10

v2.1.0

09 Jul 07:21
b79b459
Compare
Choose a tag to compare

Features

feat: add customizable ISSUER

Bugfixes

Update requests requirement to fix installs on newer sentry versions

v2.0.0

30 Oct 11:51
fcd8db9
Compare
Choose a tag to compare

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