Skip to content

Releases: getsentry/self-hosted

23.2.0

15 Feb 19:15
Compare
Choose a tag to compare

Important Changes

  • Backup/restore Deserialization error fixed!
  • maximum retention of 90 days enforced for clickhouse outcomes table here

Various fixes & improvements

23.1.1

26 Jan 18:39
Compare
Choose a tag to compare

Various fixes & improvements

23.1.0

17 Jan 18:40
Compare
Choose a tag to compare

Various fixes & improvements

22.12.0

15 Dec 21:08
Compare
Choose a tag to compare

Important fixes

This release fixes a couple of important bugs:

  1. Commit log topics were mis-configured, causing invalid entity issues.
  2. Symbolification could fail due to a slight incompatibility with the last release of Symbolicator and Sentry.

Various fixes & improvements

  • Build each service image individually (#1858) by @ethanhs
  • Set higher kafka healthcheck timeout and fix clickhouse timeout (#1855) by @ethanhs
  • Add --skip-sse42-requirements to install.sh and enable SKIP_SSE42_REQUIREMENTS override (#1790) by @erinaceous
  • Fix commit-log-topic parameter configuration problem (#1817) by @klboke
  • Add .idea to .gitignore (#1803) by @spawnia
  • Add USE_X_FORWARDED_HOST to example config (#1804) by @crinjes
  • (fix): Fix contributor PR e2e tests (#1820) by @hubertdeng123

22.11.0

15 Nov 21:56
Compare
Choose a tag to compare

Important Changes

  • Opting in/out of error-monitoring is now a requirement.
  • The deprecated Form interface exposed on the window.SentryApp global has been removed. 3rd party old-style plugins may have used this to display complex Forms. getsentry/sentry#40830

Upcoming Changes

Various fixes & improvements

22.10.0

17 Oct 22:09
Compare
Choose a tag to compare

#1701

Important Changes

  1. We’ll be changing the name of the master branch to main in the upcoming months. For those of you that reference the master branch in CI, here’s your warning to be prepared for that change!
  2. The pipeline for errors and transactions are now fully separate. As a result, we’ve updated the docker compose file to use two separate post processing forwarders, as running them in one container is no longer supported. If you've customized the kafka topics related to errors and transactions, you may need to update how you handle those implementations.
  3. We are delaying the requirement to opt in/out of error monitoring until the 22.11.0 release.

Various fixes & improvements

22.9.0

15 Sep 18:29
Compare
Choose a tag to compare

IMPORTANT CHANGES

We want to catch errors in self-hosted faster, so we introduced monitoring. In this update you will see a prompt which asks you if you would like to opt in or out. Please read the section of our README for more information and details about what we collect. For now, if you are running under automation, you are opted out by default.

However, in the next release (22.10.0) we will require everyone to select to opt in or out of monitoring of their self-hosted installation.

Various fixes & improvements

22.8.0

15 Aug 18:38
Compare
Choose a tag to compare
  • No documented changes.

Components

22.7.0

15 Jul 19:06
Compare
Choose a tag to compare

Various fixes & improvements

22.6.0

15 Jun 21:36
Compare
Choose a tag to compare

Various fixes & improvements