Sentry v8.10 Release Notes

    • ๐Ÿ†• New and improved UI.
    • โœ‚ Removed previously deprecated sentry celery command.
    • Replaced the events queue with events.{preprocess,process,save}_event.
    • โž• Added Danger (danger/danger) for monitoring various PR requirements.
    • Enabled organization weekly report emails for all organizations.
    • โž• Add S3 filestore backend.
    • ๐Ÿ—„ SENTRY_FILESTORE deprecated and replaced with filestore.backend
    • SENTRY_FILESTORE_OPTIONS deprecated and replaced with filestore.options
    • โž• Add watchOS support for cocoa interface.
    • ๐Ÿ›  Fix support for internationalized Origins and raven-js.
    • SSO is now enforced to access data within any org that has it set as a requirement.
    • ๐Ÿ‘Œ Improved rendering of weekly report email on mobile devices.

    API Changes

    
    - โž• Add ``/organizations/{org}/repos/`` endpoint.
    - โž• Add ``/organizations/{org}/repos/{repo}/commits/`` endpoint.
    - โž• Add ``/projects/{org}/{project}/releases/{version}/commits/`` endpoint.
    - SSO restrictions are now applied across session-based API authentication.
    
    Schema Changes
    
    • โž• Added Repository model.
    • โž• Added Commit model.
    • โž• Added CommitAuthor model.
    • โž• Added ReleaseCommit model.
    • โž• Added index on GroupTagValue(project, key, value, last_seen).
    • โฌ‡๏ธ Dropped index on GroupTagValue(project, key, value).