15
0

- update to 1.2.0:

* Added new construct api.CantDeserializeException which can be
    raised by user-defined deserializer functions which would be
    passed to CacheRegion.deserializer, to indicate a cache value
    that can't be deserialized and therefore should be regenerated.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dogpile.cache?expand=0&rev=75
This commit is contained in:
2023-05-09 21:38:27 +00:00
committed by Git OBS Bridge
parent b1798dd30a
commit ac289140f6
4 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue May 9 21:34:11 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.2.0:
* Added new construct api.CantDeserializeException which can be
raised by user-defined deserializer functions which would be
passed to CacheRegion.deserializer, to indicate a cache value
that can't be deserialized and therefore should be regenerated.
-------------------------------------------------------------------
Tue Jul 19 12:05:35 UTC 2022 - Dirk Müller <dmueller@suse.com>