Skip to content

Commit

Permalink
Up to 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Suor committed Sep 10, 2018
1 parent 8ad970d commit 21aae96
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
@@ -1,3 +1,14 @@
4.1
- use UNLINK instead of DEL when available, use Redis 4.0+ for that
- request m2m objects for invalidation using correct db
- fixed caching counts, aggregates and exists in writes,
dirty transactions and while cacheops is disabled
- fixed various multidb/invalidation issues (Svan70)
- fixed db in .invalidated_update()
- fixed possible key disrepancy in cache_on_save with multidb
- fixed jinja2 support in Python 3
- documented CACHEOPS_CLIENT_CLASS

4.0.7
- fixed RawSQL() and Subquery() (thx to thakryptex)
- made the Redis client class configurable (Nic Wolff)
Expand Down
2 changes: 1 addition & 1 deletion cacheops/__init__.py
@@ -1,4 +1,4 @@
__version__ = '4.0.7'
__version__ = '4.1'
VERSION = tuple(map(int, __version__.split('.')))


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@

setup(
name='django-cacheops',
version='4.0.7',
version='4.1',
author='Alexander Schepanovski',
author_email='suor.web@gmail.com',

Expand Down

0 comments on commit 21aae96

Please sign in to comment.