github getsentry/self-hosted 24.1.2

latest releases: 24.10.0, 24.9.0, 24.8.0...
9 months ago

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

Don't miss a new self-hosted release

NewReleases is sending notifications on new releases.