Skip to content

24.1.2

Compare
Choose a tag to compare
@getsentry-bot getsentry-bot released this 08 Feb 22:51

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