File tree Expand file tree Collapse file tree 4 files changed +26
-24
lines changed
Expand file tree Collapse file tree 4 files changed +26
-24
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,31 @@ Changelog
44
55.. changelog ::
66 :version: 1.3.0
7- :include_notes_from: unreleased
7+ :released: Wed Dec 20 2023
8+
9+ .. change ::
10+ :tags: feature, region
11+ :tickets: 37
12+
13+ Added new method :meth: `.CacheRegion.get_value_metadata ` which can be used
14+ to get a value from the cache along with its metadata, including timestamp
15+ of when the value was cached. The :class: `.CachedValue ` object is returned
16+ which features new accessors to retrieve cached time and current age. Pull
17+ request courtesy Grégoire Deveaux.
18+
19+
20+
21+ .. change ::
22+ :tags: change, setup
23+
24+ Minimum Python version is now Python 3.8; prior versions Python 3.7 and 3.6
25+ are EOL.
26+
27+
28+ .. change ::
29+ :tags: change, setup
30+
31+ Project setup is now based on pep-621 ``pyproject.toml `` configuration.
832
933.. changelog ::
1034 :version: 1.2.2
Original file line number Diff line number Diff line change 7474# The short X.Y version.
7575version = dogpile .__version__
7676# The full version, including alpha/beta/rc tags.
77- release = "1.2.2 "
77+ release = "1.3.0 "
7878
7979
8080# The language for content autogenerated by Sphinx. Refer to documentation
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments