Skip to content

Releases: getsentry/sentry

8.2.5

27 Apr 23:51
8.2.5
Compare
Choose a tag to compare
  • [SECURITY] Fixed a bug which allows API keys more permission than granted within the organization.

See 8.2.4...8.2.5 for full changes.

8.3.2

11 Apr 17:52
8.3.2
Compare
Choose a tag to compare
  • Fixed bug affecting only MySQL users, see GH-3030.

See 8.3.1...8.3.2 for full changes.

8.3.1

05 Apr 23:49
8.3.1
Compare
Choose a tag to compare
  • Fixed bug that, ironically, prevented saving a saved search.
  • Fixed bug when merging groups and the counts are merged incorrectly.
  • Fixed bug that caused the Installation Wizard to never go away if using a non-smtp email.backend setting.
  • Fixed an ImproperlyConfigured issue from a cascading error.

See 8.3.0...8.3.1 for full changes.

8.3.0

01 Apr 19:35
Compare
Choose a tag to compare
  • 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.

8.2.4

29 Mar 17:28
Compare
Choose a tag to compare
  • [SECURITY] If being run in multi-organization mode, it was possible for a user to craft a URL which would allow them to view membership details of other users.

See 8.2.3...8.2.4 for full changes.

8.1.5

29 Mar 17:18
Compare
Choose a tag to compare
  • [SECURITY] If being run in multi-organization mode, it was possible for a user to craft a URL which would allow them to view membership details of other users.

See 8.1.4...8.1.5 for full changes.

8.2.3

14 Mar 21:09
Compare
Choose a tag to compare
  • Fix compatibility with Redis 2.8.9.

See 8.2.2...8.2.3 for full changes.

8.2.2

04 Mar 19:47
Compare
Choose a tag to compare
  • [SECURITY] Fixed an issue where a superuser had the ability to craft and inject code into audit logs through the admin UI which could get executed.

See 8.2.1...8.2.2 for full changes.

8.1.4

04 Mar 21:04
Compare
Choose a tag to compare
  • [SECURITY] Fixed an issue where a superuser had the ability to craft and inject code into audit logs through the admin UI which could get executed.

See 8.1.3...8.1.4 for full changes.

8.2.1

02 Mar 17:35
Compare
Choose a tag to compare
  • Fix compatibility with setuptools 20.2

See 8.2.0...8.2.1 for full changes.