Skip to content

Releases: getsentry/self-hosted

24.11.0

19 Nov 02:09
Compare
Choose a tag to compare

Various fixes & improvements

  • feat(healthcheck): Improve redis healthcheck (#3422) by @hubertdeng123
  • fix: missing mime types and turning off autoindex for js-sdk endpoint (#3395) by @aldy505
  • fix: Use js.sentry-cdn.com for JS SDK downloads (#3417) by @BYK
  • fix(loader): provide js sdk assets from 4.x (#3415) by @aldy505
  • Revert "Revert "ref(feedback): remove issue platform flags after releasing issue types"" (#3403) by @BYK
  • Revert "ref(feedback): remove issue platform flags after releasing issue types" (#3402) by @BYK
  • ref(feedback): remove issue platform flags after releasing issue types (#3397) by @aliu39
  • fix(sentry-admin): Do not wait for command finish to display output (#3390) by @Makhonya

24.10.0

17 Oct 21:43
Compare
Choose a tag to compare

Various fixes & improvements

24.9.0

16 Sep 22:55
Compare
Choose a tag to compare

Announcements

Security fixes

Various fixes & improvements

24.8.0

15 Aug 20:10
Compare
Choose a tag to compare

Various fixes & improvements

24.7.1

23 Jul 20:04
Compare
Choose a tag to compare

Important Changes

Various fixes & improvements

24.7.0

15 Jul 23:39
Compare
Choose a tag to compare

Various fixes & improvements

24.6.0

18 Jun 19:34
Compare
Choose a tag to compare

Important Infrastructure Upgrades

  • This release contains significant upgrades to kafka, zookeeper, and clickhouse. Install scripts have been added in an attempt to ensure a smooth upgrade. However, please be aware of these changes as you upgrade and it may be a good idea to back up docker volumes before proceeding as a precautionary measure.
  • If you're using span ingestion in self-hosted, you will need to update your config file to pick up feature flags that have been split in #3092.

Various fixes & improvements

24.4.1

18 Apr 18:08
Compare
Choose a tag to compare

Security fixes

Various fixes & improvements

  • chore(deps): bump memcached and redis to latest patch versions (#2973) by @mdtro
  • Use docker compose exec to create additional kafka topics (#2904) by @saz
  • Add example to docker compose version in problem report (#2959) by @edgariscoding
  • Port last integration tests to python (#2966) by @hubertdeng123

Sentry release notes: https://github.com/getsentry/sentry/releases/tag/24.4.1

24.4.0

16 Apr 16:34
Compare
Choose a tag to compare

Breaking Changes

  • Gravatar will no longer work for avatar imaging if you run on HTTP. HTTPS is still supported as always.

Various fixes & improvements

24.3.0

15 Mar 21:35
Compare
Choose a tag to compare

Notes

  • New performance features are now in self-hosted! This includes Queries, Web Vitals, Resources, etc..
  • For those that are experiencing CSRF validation issues, you may need to set the CSRF_TRUSTED_ORIGINS variable in your sentry.conf.py file.

Various fixes & improvements