Skip to content

Releases: getsentry/sentry

8.2.0

01 Mar 19:38
Compare
Choose a tag to compare
  • SENTRY_DISALLOWED_IPS is 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.clusters section to config.yml (see documentation), and deprecates the SENTRY_REDIS_OPTIONS setting and per-backend configuration of Redis clusters.

Schema Changes

  • Added ProjectBookmark model.
  • Added EventTag model.
  • Added OrganizationOnboardingTask model.

See 8.1.2...8.2.0 for full changes.

8.1.2

06 Feb 15:58
Compare
Choose a tag to compare
  • [CRITICAL] Fix issue running sentry start with 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

02 Feb 02:02
Compare
Choose a tag to compare
  • Fix broken static files compiled from 8.1.0. :( Let's just forget that 8.1.0 happened.

8.1.0

01 Feb 23:25
Compare
Choose a tag to compare

Note: Please install 8.1.1+ instead

Schema Changes

  • Remove FK constraints from Event.group_id, Event.project_id, EventMapping.group_id, and EventMapping.project_id.
  • Added SavedSearch.is_default column.
  • Added new SavedSearchUserDefault model.

8.0.6

01 Feb 21:46
Compare
Choose a tag to compare
  • Fixed assignee dropdown not being clickable from touch devices.
  • Don't ignore SENTRY_WEB_OPTIONS['workers'] value if set.
  • Fix Global Throughput dashboard in admin.
  • Fix display for Release names when they include special characters.
  • Added new sentry config generate-secret-key to help with regenerating a new SECRET_KEY value if needed.

8.0.5

28 Jan 06:15
Compare
Choose a tag to compare
  • [CRITICAL] Fixed another issue where performing a bulk merge could merge more than intended. We're pretty confident we got this all squared away now. :(
  • Fixed a bug where Issue assignment emails weren't being delivered.

8.0.4

23 Jan 01:53
Compare
Choose a tag to compare
  • Fixed an issue where notification digests weren't sending on some systems. #2549

8.0.3

22 Jan 22:54
Compare
Choose a tag to compare
  • [CRITICAL] Fixed an issue where performing a bulk merge would merge more than intended.
  • Fixed saving the "Use Default Scrubbers" project setting
  • Fix syncing documentation when behind an http proxy

8.0.2

19 Jan 20:17
Compare
Choose a tag to compare
  • Fix IntegrityError after merging groups.
  • Be less noisy about Cannot digest timeline, timeline is not in the ready state.
  • Fix incorrect Install links.
  • Fixed being able to select a Chinese locale.
  • Multiple bulk deletion improvements and bug fixes.
  • Clarify Forcing documentation sync error messaging.

8.0.1

13 Jan 18:27
Compare
Choose a tag to compare
  • Ignore blob: urls in hashing algorithms.
  • Bump extra data size to 16k (previously 4k)
  • Fixed some odd behavior where superusers appeared as members of a team when they weren't.
  • By default, new superusers created through sentry createuser will be added as a member to a team, if there is only one team available.