Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 9, 2022

Bumps rxdb from 11.6.1 to 12.2.0.

Release notes

Sourced from rxdb's releases.

12.2.0

  • ADD attachment support to SQLite RxStorage
  • ADD attachment support to IndexedDB RxStorage
  • FIX collections with a dash in the name where not properly removed #3785 Thanks @​mmouterde
  • FIX data still there despite remove and destroy calls #3788 Thanks @​mmouterde

12.1.0

  • ADD notifyAboutRemoteChange() to the GrapQL replication and replication primitives.
  • ADD attachment support to memory RxStorage.
  • FIX default of waitForLeadership in replication primitives must be true

12.0.8

  • IMPROVE memory storage performance.

12.0.7

No release notes provided.

12.0.6

No release notes provided.

12.0.5

No release notes provided.

12.0.4

No release notes provided.

12.0.3

No release notes provided.

12.0.2

  • FIX dexie.js storage does not work with keyCompression when having a nested schema.

12.0.1

12.0.0

BREAKING read the announcement

  • All indexes that do not contain the primaryKey, get the primary key added.
  • You can now set a custom index when doing a query.
  • Unified the replication primitives and the GraphQL replication plugin.
  • Removed the deprecated in-memory plugin.
  • Added cleanup plugin
  • Refactor local documents plugin to only create a storage instance for local documents when needed.

... (truncated)

Changelog

Sourced from rxdb's changelog.

12.2.0 (9 May 2022)

  • ADD attachment support to SQLite RxStorage
  • ADD attachment support to IndexedDB RxStorage
  • FIX collections with a dash in the name where not properly removed #3785 Thanks @​mmouterde
  • FIX data still there despite remove and destroy calls #3788 Thanks @​mmouterde

12.1.0 (6 May 2022)

  • ADD notifyAboutRemoteChange() to the GrapQL replication and replication primitives.
  • ADD attachment support to memory RxStorage.
  • FIX default of waitForLeadership in replication primitives must be true

12.0.8 (4 May 2022)

  • IMPROVE memory storage performance.

12.0.7 (3 May 2022)

12.0.6 (3 May 2022)

12.0.5 (3 May 2022)

12.0.4 (3 May 2022)

12.0.3 (3 May 2022)

12.0.2 (2 May 2022)

  • FIX dexie.js storage does not work with keyCompression when having a nested schema.

12.0.1 (28 April 2022)

12.0.0 (26 April 2022) BREAKING read the announcement

  • All indexes that do not contain the primaryKey, get the primary key added.

  • You can now set a custom index when doing a query.

  • Unified the replication primitives and the GraphQL replication plugin.

  • Removed the deprecated in-memory plugin.

  • Added cleanup plugin

  • Refactor local documents plugin to only create a storage instance for local documents when needed.

  • Removed the core plugin. The default export from 'rxdb' now exports only the RxDB core without plugins.

  • The Dexie.js RxStorage is no longer in beta mode.

  • Added the in memory storage plugin.

  • Added RxDocument().toMutableJSON()

  • Added RxCollection().bulkUpsert()

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rxdb](https://github.com/pubkey/rxdb) from 11.6.1 to 12.2.0.
- [Release notes](https://github.com/pubkey/rxdb/releases)
- [Changelog](https://github.com/pubkey/rxdb/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pubkey/rxdb/commits/12.2.0)

---
updated-dependencies:
- dependency-name: rxdb
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 11, 2022

Superseded by #464.

@dependabot dependabot bot closed this May 11, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/rxdb-12.2.0 branch May 11, 2022 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant