Releases: pubkey/rxdb
Releases · pubkey/rxdb
15.28.1
- ADD storage bucket support to the IndexedDB RxStorage.
- FIX error when calling bulkUpsert() with multiple docs where one fails and one suceeds.
NOTICE: An overview about all releases can be found at the changelog
Join RxDB:
15.28.0
- CHANGE RxStorage interface: For better performance on remote storages,
RxStorageInstance.bulkWrite()
must only return errors, not the written documents data.
NOTICE: An overview about all releases can be found at the changelog
Join RxDB:
15.27.0
- FIX Wrong Reactivity generics passed by RxCollection extending RxCollectionBase #6188
- IMPROVE performance of ChangeEventBuffer by processing events in bulks.
- IMPROVE performance of DocCache by processing events in bulks.
- IMPROVE performance of ChangeEventBuffer and DocCache by lazily processing tasks.
NOTICE: An overview about all releases can be found at the changelog
Join RxDB:
15.26.0
- IMPROVE performance of
.appendToArray()
- IMPROVE performance of writes to the memory RxStorage
- ADD iframe tracking to dev-mode plugin.
NOTICE: An overview about all releases can be found at the changelog
Join RxDB:
15.25.0
- FIX RxState sometimes does writes to the storage that do not match the schema.
- FIX Query Builder does not work on queries created by
.findByIds()
#6148 - FIX (IndexedDB RxStorage) When used with Sharding and Workers, it sometimes errors on the first query after db creation.
NOTICE: An overview about all releases can be found at the changelog
Join RxDB:
15.24.0
- Opened the RxDB User Survey 2024
- FIX rx-state multi instance observable broken #6084
NOTICE: An overview about all releases can be found at the changelog
Join RxDB:
15.23.0
- FIX type resolving in webpack #6051
NOTICE: An overview about all releases can be found at the changelog
Join RxDB:
15.22.0
- Add missing extensions error field to errorToPlainJson #6029
- ADD dedicated errors page
- FIX randomly failing replication test
- ADD non-premium console.log on the LokiJS RxStorage
NOTICE: An overview about all releases can be found at the changelog
Join RxDB:
15.21.3
- ADD publish the npm package with the provenance statements
NOTICE: An overview about all releases can be found at the changelog
Join RxDB:
15.21.0
- FIX
collection.remove()
must end up with the correct RxCollection state across tabs. 5721 - ADD
RxCollection.onRemove
hooks to detect the removing of a RxCollection across tabs. - IMPROVE performance of insert to IndexedDB
- ADD non-premium console.log on the Dexie.js RxStorage
NOTICE: An overview about all releases can be found at the changelog