Skip to content

Commit 436174e

Browse files
committed
Bump version 0.9.0
1 parent 8757c8d commit 436174e

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
# Changelog
22

33

4+
## 0.9.0 (2018-04-24)
5+
6+
* Bug #389/propagate redlock exceptions [#394](https://github.com/argaen/aiocache/issues/394) - Manuel Miranda
7+
___aexit__ was returning whether asyncio Event was removed or not. In
8+
some cases this was avoiding the context manager to propagate
9+
exceptions happening inside. Now its not returning anything and will
10+
raise always any exception raised from inside_
11+
12+
* Fix sphinx build [#392](https://github.com/argaen/aiocache/issues/392) - Manuel Miranda
13+
_Also add extra step in build pipeline to avoid future errors._
14+
15+
* Update alias config when config already exists [#383](https://github.com/argaen/aiocache/issues/383) - Josep Cugat
16+
17+
* Ensure serializers are instances [#379](https://github.com/argaen/aiocache/issues/379) - Manuel Miranda
18+
19+
* Add MsgPackSerializer [#370](https://github.com/argaen/aiocache/issues/370) - Adam Hopkins
20+
21+
* Add create_connection_timeout for redis>=1.0.0 when creating connections [#368](https://github.com/argaen/aiocache/issues/368) - tmarques82
22+
23+
* Fixed spelling error in serializers.py [#371](https://github.com/argaen/aiocache/issues/371) - Jared Shields
424
## 0.8.0 (2017-11-08)
525

626

@@ -17,6 +37,8 @@
1737
* Generate wheel package on release [#338](https://github.com/argaen/aiocache/issues/338) - Jair Henrique
1838

1939
* Add key_builder param to caches to customize keys [#315](https://github.com/argaen/aiocache/issues/315) - Manuel Miranda
40+
41+
2042
## 0.7.2 (2017-07-23)
2143

2244
#### Other
@@ -33,6 +55,8 @@
3355
* Remove explicit loop usages [#305](https://github.com/argaen/aiocache/issues/305) - Manuel Miranda
3456

3557
* Remove bad logging configuration [#304](https://github.com/argaen/aiocache/issues/304) - Manuel Miranda
58+
59+
3660
## 0.7.0 (2017-07-01)
3761

3862
* Upgrade to aioredis 0.3.3. - Manuel Miranda

aiocache/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.8.0'
1+
__version__ = '0.9.0'

0 commit comments

Comments
 (0)