Skip to content

v0.22.2

Choose a tag to compare

@dmitrizagidulin dmitrizagidulin released this 08 Sep 22:12
· 3 commits to main since this release

Changed

  • The rxdb peer floor is ^17.5.0. Under 17.4 the Dexie storage never evicted
    a closed connection from its name cache, so logout({ wipe: true }) followed
    by a login in the same page reopened the replica on a closed Dexie instance
    and failed with DatabaseClosedError (rxdb #8793, fixed in 17.5.0).