- CHANGE These dependencies are now optional peer dependencies:
firebase,mongodb,nats - ADD ensure indexes and primaryKey have a maximum
maxLengthof1000. - ADD use internal types for
WeakRefso people do not have to addES2021.WeakRefto their TypeScript config. - We no longer have the
distfolder in the github repository. Either install RxDB from npm, or run the build scripts locally. - ADD
contextfield to all RxDB write errors for easier debugging. - CHANGE
toggleOnDocumentVisibleis nowtrueby default. - CHANGE final fields no longer must be
required. - FIX OPFS-Storage memory and cleanup leaking
- FIX memory-mapped-storage: deleted docs must be purged
- FIX
RxCollection.cleanup()does not respect the providedminimumDeletedTime. - FIX short primary key lengths does not match replication schema #7587
- FIX retry DenoKV commits on "database is locked" error
- Add QueryCompositeFilterConstraint support to Firestore replication plugin #7616
- ADD ensure indexes and primaryKey have a maximum
maxLengthof2048. - ADD use internal types for
WeakRefso people do not have to addES2021.WeakRefto their TypeScript config. - We no longer have the
distfolder in the github repository. Either install RxDB from npm, or run the build scripts locally. - ADD
contextfield to all RxDB write errors for easier debugging. - CHANGE
toggleOnDocumentVisibleis nowtrueby default. - CHANGE final fields no longer must be
required. - The following plugins are no longer in beta mode:
- Replication Appwrite
- RxStorage MongoDB
- RxStorage Filesystem Node
- Attachment replication
- Replication Supabase
- RxPipeline
- RxStorage DenoKV
- CRDT Plugin
- Replication MongoDB
NOTICE: An overview about all releases can be found at the changelog