Skip to content

Commit 79c77b3

Browse files
author
Manuel Miranda
committed
Bump version 0.11.0
1 parent fdd282f commit 79c77b3

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# CHANGELOG
22

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+
324
## 0.10.1 (2018-11-15)
425

526
* 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
@@ -27,7 +48,6 @@
2748
* Lazy load redis asyncio.Lock [#397](https://github.com/argaen/aiocache/issues/397) - Jordi Soucheiron
2849

2950

30-
3151
## 0.9.0 (2018-04-24)
3252

3353
* Bug #389/propagate redlock exceptions [#394](https://github.com/argaen/aiocache/issues/394) - Manuel Miranda
@@ -48,9 +68,10 @@ raise always any exception raised from inside_
4868
* Add create_connection_timeout for redis>=1.0.0 when creating connections [#368](https://github.com/argaen/aiocache/issues/368) - tmarques82
4969

5070
* Fixed spelling error in serializers.py [#371](https://github.com/argaen/aiocache/issues/371) - Jared Shields
51-
## 0.8.0 (2017-11-08)
5271

5372

73+
## 0.8.0 (2017-11-08)
74+
5475
* Add pypy support in build pipeline [#359](https://github.com/argaen/aiocache/issues/359) - Manuel Miranda
5576

5677
* Fix multicached bug when using keys as an arg rather than kwarg [#356](https://github.com/argaen/aiocache/issues/356) - Manuel Miranda

aiocache/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.10.1"
1+
__version__ = "0.11.0"

0 commit comments

Comments
 (0)