Releases: getsentry/sentry
Releases · getsentry/sentry
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.
8.1.3
- Fix compatibility with setuptools 20.2
See 8.1.2...8.1.3 for full changes.
8.2.0
SENTRY_DISALLOWED_IPSis no longer configured by default. If you're exposing Sentry outside of your company you may wish to configure this.- Do not require the documentation sync on repair to succeed.
- Added basic organization on-boarding.
- Project keys are no longer usable within the web API.
- Allow requiring data scrubbing security options as an organization wide setting.
- Added basic support for dsym symbol handling. This feature might leave behind temporary files when used in this version.
- Added support for named Redis clusters for consistency in Redis connection management (GH-2693). This adds a
redis.clusterssection toconfig.yml(see documentation), and deprecates theSENTRY_REDIS_OPTIONSsetting and per-backend configuration of Redis clusters.
Schema Changes
- Added
ProjectBookmarkmodel. - Added
EventTagmodel. - Added
OrganizationOnboardingTaskmodel.
See 8.1.2...8.2.0 for full changes.
8.1.2
- [CRITICAL] Fix issue running
sentry startwith supervisord. - Fix compatibility with older versions of djangorestframework.
- Updated member invitation emails.
See 8.1.1...8.1.2 for full changes.
8.1.1
- Fix broken static files compiled from 8.1.0. :( Let's just forget that 8.1.0 happened.
8.1.0
Note: Please install 8.1.1+ instead
- Default web server is now uWSGI (https://uwsgi-docs.readthedocs.org/en/latest/) to replace gunicorn.
- New "Saved Searches". See: http://blog.getsentry.com/2016/01/19/introducing-saved-searches.html
Schema Changes
- Remove FK constraints from
Event.group_id,Event.project_id,EventMapping.group_id, andEventMapping.project_id. - Added
SavedSearch.is_defaultcolumn. - Added new
SavedSearchUserDefaultmodel.