Skip to content
This repository has been archived by the owner on Sep 24, 2023. It is now read-only.

Releases: Banno/getsentry-ldap-auth

2.9

22 Jan 15:32
d8da488
Compare
Choose a tag to compare
  • Add support for Python 3

2.8.1

17 Jan 20:28
a4f30c2
Compare
Choose a tag to compare
  • Add default value for AUTH_LDAP_SENTRY_GROUP_ROLE_MAPPING (None)

2.8

30 Sep 20:17
8988634
Compare
Choose a tag to compare
2.8
  • Adds ability to map LDAP groups to organization roles
  • Minor documentation corrections

2.7

23 Apr 20:36
Compare
Choose a tag to compare
2.7
  • Fixes IntegrityError when user has multiple email addresses
  • Removes previously-created empty UserEmail records

2.6

20 Apr 20:36
Compare
Choose a tag to compare
2.6
  • Adds setting AUTH_LDAP_SENTRY_USERNAME_FIELD to allow user to override what field is used as the username when creating a user

2.4

24 Mar 21:12
Compare
Choose a tag to compare
2.4
  • Use default domain when no mail attribute exists (AUTH_LDAP_DEFAULT_EMAIL_DOMAIN)

2.3

10 Oct 15:30
Compare
Choose a tag to compare
2.3
  • Fix sentry_useremail "duplicate key" error

2.2

27 Sep 21:27
Compare
Choose a tag to compare
2.2
  • Support e-mail verification, introduced in Sentry Server 8.6

2.0

17 Dec 13:04
Compare
Choose a tag to compare
2.0
  • Support the new role system in Sentry 8 - see #4
  • Remove support for Sentry 7

1.1

01 Dec 13:28
Compare
Choose a tag to compare
1.1

Add option to control whether users are subscribed automatically to new projects. PR #2 .