Skip to content

8.3.0

Choose a tag to compare

@mattrobenolt mattrobenolt released this 01 Apr 19:35
· 80718 commits to master since this release
  • Added initial support for per-project callsigns and short IDs. This feature is not exposed to users yet.
  • Improved static file delivery performance.
  • Added CLI tool to monitor queue sizes. sentry queues --help
  • Moved email configuration into config.yml.
  • Added mailing list support (via List-Id header) for outbound email.
  • URLs for issues that have been merged now redirect to the issue that absorbed the requested issue.
  • Projects can now be bookmarked in the UI.
  • Dashboard is now the default view for an organization.

Schema Changes

  • Added ProjectDSymFile model.
  • Added Counter model.
  • Added GlobalDSymFile model.
  • Added Group.short_id column.
  • Added sentry_increment_project_counter function for PostgreSQL.
  • Added Project.forced_color column.
  • Added GroupRedirect model.

See 8.2.4...8.3.0 for full changes.