Releases: getsentry/sentry
Releases · getsentry/sentry
8.2.5
- [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
- Fixed bug affecting only MySQL users, see GH-3030.
See 8.3.1...8.3.2 for full changes.
8.3.1
- 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
- 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
- [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
- [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
- Fix compatibility with Redis 2.8.9.
See 8.2.2...8.2.3 for full changes.
8.2.2
- [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
- [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
- Fix compatibility with setuptools 20.2
See 8.2.0...8.2.1 for full changes.