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
+23-2Lines changed: 23 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,26 @@
1
1
# CHANGELOG
2
2
3
+
## 0.11.0 (2019-07-31)
4
+
5
+
* Support str for timeout and ttl [#454](https://github.com/argaen/aiocache/issues/454) - Manuel Miranda
6
+
7
+
* Add aiocache_wait_for_write decorator param [#448](https://github.com/argaen/aiocache/issues/448) - Manuel Miranda
8
+
9
+
* Extend and improve usage of Cache class [#446](https://github.com/argaen/aiocache/issues/446) - Manuel Miranda
10
+
11
+
* Add caches.add functionality [#440](https://github.com/argaen/aiocache/issues/440) - Manuel Miranda
12
+
13
+
* Use raw msgpack attribute for loads [#439](https://github.com/argaen/aiocache/issues/439) - Manuel Miranda
14
+
15
+
* Add docs regarding plugin timeouts and multicached [#438](https://github.com/argaen/aiocache/issues/438) - Manuel Miranda
16
+
17
+
* Fix typehints in lock.py [#434](https://github.com/argaen/aiocache/issues/434) - Aviv
18
+
19
+
* Use pytest_configure instead of pytest_namespace [#436](https://github.com/argaen/aiocache/issues/436) - Manuel Miranda
20
+
21
+
* Add Cache class factory [#430](https://github.com/argaen/aiocache/issues/430) - Manuel Miranda
22
+
23
+
3
24
## 0.10.1 (2018-11-15)
4
25
5
26
* 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
0 commit comments