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
3bb0212: Added registerTablesChangedHook to DB connections which reports batched table updates once writeTransactions and writeLocks have been committed. Maintained API compatibility with registerUpdateHook which reports table change events as they occur. Added listeners for when write transactions have been committed or rolled back.
2802916: Fixed: Missing dependency for uuid and race condition where ommitting await on some lock/transaction operations could deadlock the application's main thread.