Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency rxdb to v15 #453

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update dependency rxdb to v15 #453

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 4, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rxdb (source) 14.17.1 -> 15.21.3 age adoption passing confidence

Release Notes

pubkey/rxdb (rxdb)

v15.21.3

Compare Source

v15.21.2

Compare Source

v15.21.1

Compare Source

v15.21.0

Compare Source

  • 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

v15.20.0

Compare Source

  • ADD RxQuery.patch() RxQuery.incrementalPatch() RxQuery.modify() RxQuery.incrementalModify() and RxQuery.incrementalRemove().
  • FIX RxDocument.update() must return the latest revision of the RxDocument.
  • ADD(GraphQL replication) change GraphQL query builder functions to generate output fields for nested queries #​5976
  • ADD queryModifier to SQLite RxStorage
  • IMPROVE performance of insert-many to the memory RxStorage by 40%.
  • IMPROVE performance of getHeightOfRevision().
  • ADD check to throw helpfull error message when a Date() object is passed instead of plain json data.

v15.19.0

Compare Source

v15.18.6

Compare Source

v15.18.5

Compare Source

v15.18.4

Compare Source

v15.18.3

Compare Source

v15.18.2

Compare Source

  • Memory RxStorage: Add categorizedByWriteInput property that can be used by other plugins.

v15.18.1

Compare Source

  • FIX CouchDB replication error Cannot read properties of undefined (reading '_attachments')

v15.18.0

Compare Source

  • FIX memory-synced storage must be able to query encrypted fields on the in-memory side.
  • RxServer: updatedAt must be lwt #​61
  • RxServer: Fix using parseFloat instead of parseInt #​5883

v15.17.0

Compare Source

  • ADD RxReplicationState.remove() to delete the metadata of a specific replication.
  • FIX IndexedDB RxStorage: Rerun database creation when IndexedDB database was closed by safari bug
  • FIX vite bundling error with WebRTC replication #​5841
  • ADD replication-webrtc: allow passing config to simple-peer #​5838

v15.16.0

Compare Source

  • Update dexie.js to version 4.0.1
  • Deprecate LokiJS RxStorage

v15.15.1

Compare Source

v15.15.0

Compare Source

  • ADD PreactSignalsRxReactivityFactory to use custom reactivity with preact signals instead of observables.
  • ADD VueRxReactivityFactory to use custom reactivity with vue shallow refs instead of observables.
  • ADD(reactivity) pass reference to RxDatabase to fromObservable()

v15.14.0

Compare Source

v15.13.4

Compare Source

v15.13.3

Compare Source

v15.13.2

Compare Source

v15.13.1

Compare Source

v15.13.0

Compare Source

  • REFACTOR RxServer package. (Includes breaking changes of the beta RxServer!)

v15.12.0

Compare Source

  • SQLite RxStorage add support to use Webassembly SQLite in the browser
  • FIX(Lokisjs RxStorage) always use slice() for applying offset and limit #​5757
  • FIX randomly failing lokijs and denokv test #​5765

v15.11.1

Compare Source

v15.11.0

Compare Source

  • ADD RxState: A convenient state library to store, fetch and observe complex json data that is persisted into RxDB.
  • ADD automatically extend the RxDocument type so it knows about the RxDocument.myField$ observables.
  • ADD check to ensure Infinity is not used when defining index sizes in the RxJsonSchema
  • FIX do not automatically set multiInstance: false for shared worker storage databases.

v15.10.0

Compare Source

  • IMPROVE OPFS RxStorage performance.
  • ADD usesRxDatabaseInWorker option to the OPFS RxStorage.
  • ADD getRxStorageOPFSMainThread() to run OPFS from the main thread instead of a worker for less latency.

v15.9.1

Compare Source

  • FIX creating two databases with the same name but different storage must work.

v15.9.0

Compare Source

  • ADD awaitWritePersistence option to memory-synced storage.

v15.8.1

Compare Source

  • FIX #​5624 Maximum call stack size exceeded during encryptString

v15.8.0

Compare Source

v15.7.0

Compare Source

  • FIX key-compression broken on keys with brackets #​5605

v15.6.2

Compare Source

  • FIX using encryption plugins inside of worker was broken
  • FIX(premium) missing type SharedWorker

v15.6.1

Compare Source

  • FIX(lokijs) $in operator not working on arrays.

v15.6.0

Compare Source

  • FIX firestore replication not working with schema validation #​5572
  • FIX Replication observation mode ignored when push handler is waiting #​5571
  • FIX migration from v14 -> v15 is broken when IndexedDB is used inside of worker. 5565

v15.5.0

Compare Source

v15.4.3

Compare Source

v15.4.2

Compare Source

  • ADD(worker storage) support for directly imported Worker and SharedWorker functions as workerInput.

v15.4.1

Compare Source

  • ADD export test utilities so other projects can use them

v15.4.0

Compare Source

  • ADD helpers for the new server plugin
  • ADD RxJsonSchema.internalIndexes
  • ADD(opfs-storage) allow to set jsonPositionSize to increase the maxium database size to be bigger than 100 MegaByte.

v15.3.0

Compare Source

v15.2.0

Compare Source

  • FIX(dexie.js) migration from v14 to v15 not working.
  • ADD initialCheckpoint for Couchdb #​5461

v15.1.0

Compare Source

  • Add operationName to graphQL requests #​5418
  • Custom fetch to support axios for the graphQL replication #​5421
  • FIX CRDT not working with undefined fields #​5423

v15.0.0

Compare Source

🚀 RxDB v15 is released

  • A list of changes for RxDB v15 can be found here

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/rxdb-15.x branch 17 times, most recently from 7a27294 to ee227b5 Compare February 10, 2024 04:46
@renovate renovate bot force-pushed the renovate/rxdb-15.x branch 13 times, most recently from 6742be0 to 45cbe0d Compare February 19, 2024 22:31
@renovate renovate bot force-pushed the renovate/rxdb-15.x branch 3 times, most recently from eea5b88 to d3d3461 Compare February 28, 2024 00:09
@renovate renovate bot force-pushed the renovate/rxdb-15.x branch 8 times, most recently from eeb9083 to 40c7c97 Compare March 16, 2024 12:26
@renovate renovate bot force-pushed the renovate/rxdb-15.x branch 8 times, most recently from 932427c to 64d8797 Compare March 28, 2024 20:12
@renovate renovate bot force-pushed the renovate/rxdb-15.x branch 2 times, most recently from 5f1552a to b204a6b Compare April 18, 2024 20:24
@renovate renovate bot force-pushed the renovate/rxdb-15.x branch 4 times, most recently from 7677584 to e21e3af Compare April 29, 2024 12:30
@renovate renovate bot force-pushed the renovate/rxdb-15.x branch 2 times, most recently from c4244d8 to bd51077 Compare May 19, 2024 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
0 participants