2014-09-15 14:02:43 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Sep 15 09:03:52 UTC 2014 - tbechtold@suse.com
|
|
|
|
|
|
|
|
|
|
- Update to version 0.5.4:
|
|
|
|
|
* Added new :class:`.NullBackend`, for testing and cache-disabling
|
|
|
|
|
purposes. Pull request courtesy Wichert Akkerman.
|
|
|
|
|
* Added missing Mako test dependency to setup.py.
|
|
|
|
|
Pull request courtesy Wichert Akkerman.
|
|
|
|
|
* Fixed bug where calling :meth:`.CacheRegion.get_multi` or
|
|
|
|
|
:meth:`.CacheRegion.set_multi` with an empty list would cause failures
|
|
|
|
|
based on backend. Pull request courtesy Wichert Akkerman.
|
|
|
|
|
* Added new :paramref:`.RedisBackend.connection_pool` option
|
|
|
|
|
on the Redis backend; this can be passed a ``redis.ConnectionPool``
|
|
|
|
|
instance directly. Pull request courtesy Masayuko.
|
|
|
|
|
* Added new :paramref:`.RedisBackend.socket_timeout` option
|
|
|
|
|
on the Redis backend. Pull request courtesy
|
|
|
|
|
Saulius Menkevičius.
|
|
|
|
|
* Added support for tests to run via py.test.
|
|
|
|
|
* Repaired the entry point for Mako templates; the name of the entrypoint
|
|
|
|
|
itself was wrong vs. what was in the docs, but beyond that the entrypoint
|
|
|
|
|
would load the wrong module name. Pull request courtesy zoomorph.
|
|
|
|
|
* The :func:`.coerce_string_conf` function, which is used by
|
|
|
|
|
:meth:`.Region.configure_from_config`, will now recognize floating point
|
|
|
|
|
values when parsing conf strings and deliver them as such; this supports
|
|
|
|
|
non-integer values such as Redis ``lock_sleep``. Pullreq courtesy
|
|
|
|
|
Jeff Dairiki.
|
|
|
|
|
|
2014-01-13 14:26:30 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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:`
|
|
|
|
|
|
2013-12-30 14:51:35 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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.
|
|
|
|
|
|
2013-10-21 13:22:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2013-09-02 08:46:08 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Sep 2 08:37:12 UTC 2013 - dmueller@suse.com
|
|
|
|
|
|
|
|
|
|
- Initial package (0.5.0)
|
|
|
|
|
|