Releases: pubkey/rxdb
Releases · pubkey/rxdb
15.30.0
- FIX quotes problem on windows with the scripts of the
package.json
- CHANGE
getSQLiteBasicsNodeNative()
requires the constructor as param - FIX key-compression broken with boolean indexes on dexie #6267
- FIX type of
RxQuery.$
must beObservable
#6285
NOTICE: An overview about all releases can be found at the changelog
Join RxDB:
15.29.0
- ADD support for the
node:sqlite
module to the SQLite RxStorage - FIX several problem with the memory-mapped RxStorage in ReactNative
NOTICE: An overview about all releases can be found at the changelog
Join 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