8.22.0
- BREAKING: Members will no longer be automatically granted membership to the
default organization. You should use SSO or the invite flows. - Add support for SAML2 authentication through identity providers that
implement theSAML2AuthProvider. See getsentry/sentry-auth-saml2. - BREAKING: Group share urls have all been invalidated and must be regenerated.
- Added the ability for users to disable workflow notifications on a per-project basis.
Schema Changes
- Added
ProjectSymCacheFilemodel. - Added index on
TagValue(project_id, key, last_seen) - Add
GroupSharemodel.
API Changes
- Added API endpoint to list members awaiting access
See releases/8.21.x...8.22.0 for full changes