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