Releases: DreamLab/memoize
Releases · DreamLab/memoize
v3.1.1
07 Oct 08:51
Compare
Sorry, something went wrong.
No results found
3.1.1
Since 3.8, CancelledError is a subclass of BaseException rather than Exception, so we need to catch it explicitly.
Enabled mypy for wrapper function.
v3.1.0
02 Oct 06:54
Compare
Sorry, something went wrong.
No results found
Added ability to configure UpdateStatuses (for instance to update lock duration) * Split default implementation into an interface and a default implementation
v3.0.0
07 May 11:53
Compare
Sorry, something went wrong.
No results found
Removed support for Tornado
What's Changed
Removing support for Tornado by @zmumi in #31
Full Changelog : v2.1.0...v3.0.0
v2.1.0
06 May 11:52
Compare
Sorry, something went wrong.
No results found
Added configurable postprocessing, that allows to modify value retrieved from the cache
Added built-in implementation, that applies deep-copy
v2.0.0
04 May 16:34
Compare
Sorry, something went wrong.
No results found
Changed exception handling
now exceptions are chained (before they were added in args)
timeout errors are now chained (before they were not included at all)
in case of dogpiling, all callers are now notified about the error (see issue #23 )
v1.2.2
04 May 16:27
Compare
Sorry, something went wrong.
No results found
v1.2.1
04 May 07:13
Compare
Sorry, something went wrong.
No results found
Fixed UTC related deprecation warnings in Python 3.12+
v1.2.0
04 May 06:11
Compare
Sorry, something went wrong.
No results found
Added support for python 3.12
Added warning, that Tornado support is going to be removed in the future
v1.1.5
03 May 19:42
Compare
Sorry, something went wrong.
No results found
Expanded docs adding section on how to achieve granular expire/update time control (different settings per entry).
Minor fix for contribution guide (after migration, Travis was still mentioned instead of GitHub Actions).
v.1.1.4
15 Feb 18:17
Compare
Sorry, something went wrong.
No results found
What's Changed
Fixed redundant waring if tornado is not available to be used (silenced).
Fixed GitHub Actions build (python 3.5 & 3.6 no longer available).