Replicache 11.0.1
Fix for possible deadlock in scan.
July 22, 2022
Summary
Note: When these release notes were initially published, experimentalPendingMutation
was accidentally omitted.
🔌 Install
npm add replicache@11.0.1
🎁 Features
- Added
experimentalPendingMutation
to get the current list of pending mutations. This is intended e.g., for warning user about unsaved changes before shutdown.
🧰 Fixes
- Demoted license-related logs at startup to
debug
level. - By calling
put()
inside ascan()
iteration, it was possible to deadlock Replicache 11.0.0. This was fixed.
⚠️ Breaking Changes
- None.
⚡️ Performance
- No change.