Skip to content

v9.3.0

Compare
Choose a tag to compare
@adams85 adams85 released this 09 Jan 11:21
· 2 commits to master since this release
6f98582

Improvements:

  • Upgrade to configcat-common v9.1.0.
  • Upon client initialization test for the availability of the local storage and use LocalStorageCache only if it's available. Otherwise, use the default (in-memory) cache implementation.
  • Don't swallow exceptions which are thrown in the LocalStorageCache.get/set methods so the outer exception handlers can catch and log them.