forked from pool/python-dogpile.cache
- update to 0.5.3: * Fixed bug where the key_mangler would get in the way of usage of the async_creation_runner feature within the :meth:` OBS-URL: https://build.opensuse.org/request/show/213711 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dogpile.cache?expand=0&rev=7
32 lines
1.2 KiB
Plaintext
32 lines
1.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Jan 13 13:39:05 UTC 2014 - dmueller@suse.com
|
|
|
|
- update to 0.5.3:
|
|
* Fixed bug where the key_mangler would get in the way of usage of the
|
|
async_creation_runner feature within the :meth:`
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 30 13:58:50 UTC 2013 - dmueller@suse.com
|
|
|
|
- update to 0.5.2:
|
|
* Added a new argument ``lock_factory`` to the :class:`.DBMBackend`
|
|
* implementation. This allows for drop-in replacement of the default
|
|
* :class:`.FileLock` backend, which builds on ``os.flock()`` and only
|
|
* supports Unix platforms.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 21 13:21:05 UTC 2013 - dmueller@suse.com
|
|
|
|
- update to 0.5.1:
|
|
* The :meth:`.CacheRegion.invalidate` method now supports an option
|
|
``hard=True|False``.
|
|
* New dogpile-specific exception classes have been added, so that
|
|
issues like "region already configured", "region unconfigured",
|
|
raise dogpile-specific exceptions. Other exception classes have
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 2 08:37:12 UTC 2013 - dmueller@suse.com
|
|
|
|
- Initial package (0.5.0)
|
|
|