1.3.0
1.3.0
Released: Wed Dec 20 2023
feature
-
[feature] [region] Added new method
CacheRegion.get_value_metadata()
which can be used
to get a value from the cache along with its metadata, including timestamp
of when the value was cached. TheCachedValue
object is returned
which features new accessors to retrieve cached time and current age. Pull
request courtesy Grégoire Deveaux.References: #37
misc
-
[change] [setup] Minimum Python version is now Python 3.8; prior versions Python 3.7 and 3.6
are EOL. -
[change] [setup] Project setup is now based on pep-621
pyproject.toml
configuration.