File tree Expand file tree Collapse file tree 3 files changed +14
-13
lines changed Expand file tree Collapse file tree 3 files changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,19 @@ Changelog
4
4
5
5
.. changelog ::
6
6
:version: 1.2.0
7
- :include_notes_from: unreleased
7
+ :released: Wed Apr 26 2023
8
+
9
+ .. change ::
10
+ :tags: feature, region
11
+ :tickets: 236
12
+
13
+ Added new construct :class: `.api.CantDeserializeException ` which can be
14
+ raised by user-defined deserializer functions which would be passed to
15
+ :paramref: `.CacheRegion.deserializer `, to indicate a cache value that can't
16
+ be deserialized and therefore should be regenerated. This can allow an
17
+ application that's been updated to gracefully re-cache old items that were
18
+ persisted from a previous version of the application. Pull request courtesy
19
+ Simon Hewitt.
8
20
9
21
.. changelog ::
10
22
:version: 1.1.8
Original file line number Diff line number Diff line change 74
74
# The short X.Y version.
75
75
version = dogpile .__version__
76
76
# The full version, including alpha/beta/rc tags.
77
- release = "1.1.8 "
77
+ release = "1.2.0 "
78
78
79
79
80
80
# The language for content autogenerated by Sphinx. Refer to documentation
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments