Skip to content

8.10.0

Choose a tag to compare

@mattrobenolt mattrobenolt released this 01 Nov 23:50
· 78310 commits to master since this release
8.10.0
  • 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}/repositories/ endpoint.
  • Add /organizations/{org}/repositories/{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).

See releases/8.9.x...8.10.0 for full changes

GPG key: D874 9766 A66D D714 236A 932C 3B2D 400C E5BB CA60

264 files changed, 7591 insertions(+), 3611 deletions(-)