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
44
55.. changelog ::
66 :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.
820
921.. changelog ::
1022 :version: 1.1.8
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.1.8 "
77+ release = "1.2.0 "
7878
7979
8080# 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