Skip to content

Releases: getsentry/self-hosted

24.4.2

30 Apr 18:42
Compare
Choose a tag to compare

Various fixes & improvements

This fixes an issue where performance dropdown features are not being correctly displayed. getsentry/sentry#69456

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

24.2.0

16 Feb 20:21
Compare
Choose a tag to compare

Various fixes & improvements

24.1.2

08 Feb 22:51
Compare
Choose a tag to compare

Breaking Changes

This release changes the memcached backend from django.core.cache.backends.memcached.MemcachedCache to django.core.cache.backends.memcached.PyMemcacheCache. This will require changing the CACHES setting in your sentry.conf.py file in a manner similar to what is seen here. In particular, the OPTIONS API for PyMemcacheCache is different from that of MemcachedCache, and may require changes depending on how it has been configured.

Security Fix

Various fixes & improvements

24.1.1

26 Jan 21:26
Compare
Choose a tag to compare

Notes

  • You will need to update your django cache backend to PyMemCache in your sentry.conf.py as seen here

Various fixes & improvements

24.1.0

17 Jan 07:21
Compare
Choose a tag to compare

Various fixes & improvements

23.12.1

21 Dec 19:55
Compare
Choose a tag to compare

Security Fix

Various fixes & improvements

23.12.0

19 Dec 16:58
Compare
Choose a tag to compare

Various fixes & improvements