Skip to content

Commit a9e7e9d

Browse files
committed
- 1.2.0
1 parent e3187d8 commit a9e7e9d

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

docs/build/changelog.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff 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

docs/build/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
# The short X.Y version.
7575
version = 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

docs/build/unreleased/236.rst

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)