-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* The motivation here is actually to update the transient "com.taoensso/encore" dependency to a much newer version * nippy 2.10.0 depends on a version of encore that dates back 2 years ago, 71 releases old x.x * This treats deserialization like any other potential error caused during fetch, and throws if :throw? is true * The theory here is, if upgrading from an old version, you'd get lots of cache misses until the cache slowly resets itself from old values
- Loading branch information
Showing
5 changed files
with
20 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# 2.0.0 | ||
|
||
Breaking change: Serialization of memcache values (in the remote cache) | ||
changed to newer version of nippy. This means memcached would need to be | ||
cleared, or `:throw?` would need to be set to `false` temporarily for the cache | ||
to reset itself to newly serialized values. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters