File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 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
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
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
Original file line number Diff line number Diff line change 1- __version__ = '0.8 .0'
1+ __version__ = '0.9 .0'
You can’t perform that action at this time.
0 commit comments