Aiocache

Latest version: v0.12.2

Safety actively analyzes 629678 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

0.9.1

==================

* Single deploy step [395](https://github.com/argaen/aiocache/issues/395) - Manuel Miranda

* Catch ImportError when importing optional msgpack [398](https://github.com/argaen/aiocache/issues/398) - Paweł Kowalski

* Lazy load redis asyncio.Lock [397](https://github.com/argaen/aiocache/issues/397) - Jordi Soucheiron

0.9.0

==================

* Bug 389/propagate redlock exceptions [394](https://github.com/argaen/aiocache/issues/394) - Manuel Miranda
___aexit__ was returning whether asyncio Event was removed or not. In
some cases this was avoiding the context manager to propagate
exceptions happening inside. Now its not returning anything and will
raise always any exception raised from inside_

* Fix sphinx build [392](https://github.com/argaen/aiocache/issues/392) - Manuel Miranda
_Also add extra step in build pipeline to avoid future errors._

* Update alias config when config already exists [383](https://github.com/argaen/aiocache/issues/383) - Josep Cugat

* Ensure serializers are instances [379](https://github.com/argaen/aiocache/issues/379) - Manuel Miranda

* Add MsgPackSerializer [370](https://github.com/argaen/aiocache/issues/370) - Adam Hopkins

* Add create_connection_timeout for redis>=1.0.0 when creating connections [368](https://github.com/argaen/aiocache/issues/368) - tmarques82

* Fixed spelling error in serializers.py [371](https://github.com/argaen/aiocache/issues/371) - Jared Shields

0.8.0

==================

* Add pypy support in build pipeline [359](https://github.com/argaen/aiocache/issues/359) - Manuel Miranda

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

* Reuse cache when using decorators with alias [355](https://github.com/argaen/aiocache/issues/355) - Manuel Miranda

* Cache available from function.cache object for decorated functions [354](https://github.com/argaen/aiocache/issues/354) - Manuel Miranda

* aioredis and aiomcache are now optional dependencies [337](https://github.com/argaen/aiocache/issues/337) - Jair Henrique

* Generate wheel package on release [338](https://github.com/argaen/aiocache/issues/338) - Jair Henrique

* Add key_builder param to caches to customize keys [315](https://github.com/argaen/aiocache/issues/315) - Manuel Miranda

0.7.2

==================

* Add key_builder param to caches to customize keys [310](https://github.com/argaen/aiocache/issues/310) - Manuel Miranda

* Propagate correct message on memcached connector error [309](https://github.com/argaen/aiocache/issues/309) - Manuel Miranda

0.7.1

==================

* Remove explicit loop usages [305](https://github.com/argaen/aiocache/issues/305) - Manuel Miranda

* Remove bad logging configuration [304](https://github.com/argaen/aiocache/issues/304) - Manuel Miranda

0.7.0

==================

* Upgrade to aioredis 0.3.3. - Manuel Miranda

* Get CMD now returns values that evaluate to False correctly [282](https://github.com/argaen/aiocache/issues/282) - Manuel Miranda

* New locks public API exposed [279](https://github.com/argaen/aiocache/issues/279) - Manuel Miranda
_Users can now use aiocache.lock.RedLock and
aiocache.lock.OptimisticLock_

* Memory now uses new NullSerializer [273](https://github.com/argaen/aiocache/issues/273) - Manuel Miranda
_Memory is a special case and doesn't need a serializer because
anything can be stored in memory. Created a new NullSerializer that
does nothing which is the default that SimpleMemoryCache will use
now._

* Multi_cached can use args for key_from_attr [271](https://github.com/argaen/aiocache/issues/271) - Manuel Miranda
_before only params defined in kwargs where working due to the
behavior defined in _get_args_dict function. This has now been fixed
and it behaves as expected._

* Removed cached key_from_attr [274](https://github.com/argaen/aiocache/issues/274) - Manuel Miranda
_To reproduce the same behavior, use the new `key_builder` attr_

* Removed settings module. - Manuel Miranda

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.