Skip to content

1.2.0

Compare
Choose a tag to compare
@sqla-tester sqla-tester released this 26 Apr 15:51
· 43 commits to main since this release

1.2.0

Released: Wed Apr 26 2023

feature

  • [feature] [region] Added new construct api.CantDeserializeException which can be
    raised by user-defined deserializer functions which would be passed to
    CacheRegion.deserializer, to indicate a cache value that can't
    be deserialized and therefore should be regenerated. This can allow an
    application that's been updated to gracefully re-cache old items that were
    persisted from a previous version of the application. Pull request courtesy
    Simon Hewitt.

    References: #236