You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Some work to use same function for queries and caches module
* Moved functions to better place
* Added tests
* Fix
* Tests and linting
* Thats important for Python 3.6
* Fixed some tests
* Removed ipdb
* more fixing
* Cleanup
* Async cache spans
* Added async tests
* Fixed async tests
* Guard for not running async tests when there is no async fakeredis for that python version
* linting
* Use new names for ops
* Renamed for consistency
* fix _get_op()
* Cleaning up unused properties/parameters
* Use _get_safe_key in Django integration
* Fixed typing
* More tests
* Only return the keys in set_many, makes more sense
* Linting
* Cleanup
* fix(clickhouse): `_sentry_span` might be missing (#3096)
We started auto-enabling the ClickHouse integration in 2.0+. This led to it getting auto-enabled also for folks using ClickHouse with Django via `django-clickhouse-backend`, but it turns out that the integration doesn't work properly with `django-clickhouse-backend` and leads to `AttributeError: 'Connection' object has no attribute '_sentry_span'`.
* Make _get_safe_key work for all multi key methods in django and redis
* Fixed kwargs case and updated tests
* Updated tests
* cache.set should be cache.put
* Fix `cohere` testsuite for new release of `cohere`. (#3098)
* Check for new class to signal end of stream
---------
Co-authored-by: Ivana Kellyerova <ivana.kellyerova@sentry.io>
0 commit comments