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
- Check memcached backend in Django (#2778) by @chadwhitacre
- Fix groupedmessage indexing error (#2777) by @hubertdeng123
- build(deps): bump actions/setup-python from 4 to 5 (#2644) by @dependabot
- feat: provide csrf settings information for sentry config (#2762) by @aldy505
- Fix apt config generation when http_proxy is set (#2725) (#2734) by @lemrouch