v0.22.2
Changed
- The
rxdbpeer floor is^17.5.0. Under 17.4 the Dexie storage never evicted
a closed connection from its name cache, sologout({ wipe: true })followed
by a login in the same page reopened the replica on a closed Dexie instance
and failed withDatabaseClosedError(rxdb #8793, fixed in 17.5.0).