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
Copy file name to clipboardexpand all lines: CHANGELOG.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@
6
6
* Add ``async with`` support to ``BaseCache``.
7
7
* Remove deprecated ``loop`` parameters.
8
8
* Remove deprecated ``cache`` parameter from ``create()``.
9
-
* Use ``str()`` in ``_build_key()`` to ensure consistency of enum keys between different Python versions (if using enum keys, upgrading to 0.12 may invalidate existing caches due to key values changing).
9
+
* Use ``base._ensure_key()`` in ``_build_key()`` to ensure consistency of enum
10
+
keys between different Python versions. [#633](https://github.com/aio-libs/aiocache/issues/633) -- Padraic Shafer
10
11
* Improved support for ``build_key(key, namespace)``[#569](https://github.com/aio-libs/aiocache/issues/569) - Padraic Shafer
11
12
*`BaseCache.build_key` uses `namespace` argument if provided,
0 commit comments