v8.2.0
Improvements:
- Upgrade to configcat-common v9.1.0.
- Send ETag as a query string parameter when running in browser (because browsers don't send it automatically in every case).
- 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.