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
+44-26
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,11 @@
1
-
# CHANGELOG
1
+
=======
2
+
CHANGES
3
+
=======
2
4
5
+
.. towncrier release notes start
3
6
4
-
## 0.12.0 (2023-01-13)
7
+
0.12.0 (2023-01-13)
8
+
===================
5
9
6
10
* Added ``async with`` support to ``BaseCache``.
7
11
* Added initial typing support.
@@ -16,12 +20,14 @@
16
20
* Fixed ``from aiocache import *``.
17
21
* Fixed ``.delete()`` when values are falsy.
18
22
19
-
## 0.11.1 (2019-07-31)
23
+
0.11.1 (2019-07-31)
24
+
===================
20
25
21
26
* Don't hardcode import redis and memcached in factory [#461](https://github.com/argaen/aiocache/issues/461) - Manuel Miranda
22
27
23
28
24
-
## 0.11.0 (2019-07-31)
29
+
0.11.0 (2019-07-31)
30
+
===================
25
31
26
32
* Support str for timeout and ttl [#454](https://github.com/argaen/aiocache/issues/454) - Manuel Miranda
27
33
@@ -42,7 +48,8 @@
42
48
* Add Cache class factory [#430](https://github.com/argaen/aiocache/issues/430) - Manuel Miranda
43
49
44
50
45
-
## 0.10.1 (2018-11-15)
51
+
0.10.1 (2018-11-15)
52
+
===================
46
53
47
54
* Cancel the previous ttl timer if exists when setting a new value in the in-memory cache [#424](https://github.com/argaen/aiocache/issues/424) - Minh Tu Le
48
55
@@ -55,12 +62,16 @@
55
62
* Format code with black [#410](https://github.com/argaen/aiocache/issues/410) - Manuel Miranda
56
63
57
64
58
-
## 0.10.0 (2018-06-17)
65
+
0.10.0 (2018-06-17)
66
+
===================
59
67
60
68
* Cache can be disabled in decorated functions using `cache_read` and `cache_write`[#404](https://github.com/argaen/aiocache/issues/404) - Josep Cugat
61
69
62
70
* Cache constructor can receive now default ttl [#405](https://github.com/argaen/aiocache/issues/405) - Josep Cugat
63
-
## 0.9.1 (2018-04-27)
71
+
72
+
73
+
0.9.1 (2018-04-27)
74
+
==================
64
75
65
76
* Single deploy step [#395](https://github.com/argaen/aiocache/issues/395) - Manuel Miranda
0 commit comments