You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for SDK downgrade between compatible versions even in case of changes to the local storage schema, see manage sdk versions for more details.
Automatically try to re-open local storages in browsers. It mitigates UnknownError: DatabaseClosedError occurring after a schema upgrade.
Fix local storage errors handling in decrypt() and share(). Local storage errors were misleadingly converted into InvalidArgument('could not find key for resource'). Local storage errors are now forwarded as is.
Throw a TooManyRequests error when calling upload() or download() and being throttled by the underlying storage service (was InternalError).