- REFACTOR use faster
areRxDocumentArraysEqual
instead of doing a deep-equal check. - ADD check to easier debug wrongly behaving backend during replication.
- FIX error
dev-mode added multiple times
is removed because it is annoying when using react hot-swap. InsteadaddRxPlugin()
will now only throw if a different plugin is added that has the same name as a plugin that was added before. - REFACTOR create the
digest
of an attachment inside of theRxStorage
, not in RxDB. This makes the behavior equal to CouchDB and solves a lot of problems caused by different hashing or base64 encoding of the RxStorage implementations. (Fixes #4107) Thanks @Elendiar - FIX GraphQL replication: should stop syncing if we receive less docs than pull.batchSize #4110 Thanks @jwallet
NOTICE: An overview about all releases can be found at the changelog