Skip to content
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.

build(deps): bump realm from 10.0.0-beta.6 to 10.1.0 in /server #129

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2020

Bumps realm from 10.0.0-beta.6 to 10.1.0.

Changelog

Sourced from realm's changelog.

10.1.0 Release notes (2020-12-8)

Enhancements

  • Added support of OpenID Connect credential for the Google authentication provider. (#3383)

Fixed

  • Fixing the construction of Realm instances declararing the schema, when running in the React Native Chrome debugging mode, by removing it. Note: This is not considered a breaking change, since this behaviour was never documented. (#3442, since v10.0.0)
  • Fixed a bug that would prevent eventual consistency during conflict resolution. Affected clients would experience data divergence and potentially consistency errors as a result if they experienced conflict resolution between cycles of Create-Erase-Create for objects with primary keys.

Compatibility

  • MongoDB Realm Cloud.
  • APIs are backwards compatible with all previous releases of Realm JavaScript in the 10.x.y series.
  • File format: generates Realms with format v20 (reads and upgrades file format v5 or later for non-synced Realm, upgrades file format v10 for synced Realms).

Internal

  • Upgraded to Realm Sync from v10.1.3 to v10.1.4
  • The sync client now requires a server that speaks protocol version 2 (Cloud version 20201202 or newer).

10.0.2 Release notes (2020-12-5)

Enhancements

  • None.

Fixed

  • Fixed an issue in toJSON(), in combination with primaryKeys, where data from another table could be returned. (#3331, since v10.0.0)
  • Fixed an issue in toJSON() where data would output as {}, it now returns the data base64 encoded. (#3356, since v10.0.0)
  • Fixed a bug where setting shouldCompactOnLaunch would lead to a crash with the error Fatal error in HandleScope::HandleScope (on node.js). (since v1.0.0)
  • TS: RealmInsertionModel<T> used in realm.create<T>(...) now ignores functions on Class Models. (#3421, since v10.0.0)
  • Fixing the creation of an RPC session when running in React Native Chrome debugging mode. (#3411, #3358, #3361, since v10.0.0)
  • Fixed a crash in case insensitive query on indexed string properties when nothing matches. (realm/realm-cocoa#6836, since v6.0.0)
  • Fixed a bug where queries for the size of a list of primitive nullable ints returned size + 1. (realm/realm-core#4016, since v6.0.0)
  • Files upgraded on 32-bit devices could end up being inconsistent resulting in Key not found exception to be thrown. ([Error when deleting RealmObject: Key not found realm/realm-java#6992)(https://github-redirect.dependabot.com/Error when deleting RealmObject: Key not found realm/realm-java#6992), since v6.0.5)

Compatibility

  • MongoDB Realm Cloud.
  • APIs are backwards compatible with all previous releases of Realm JavaScript in the 10.x.y series.
  • File format: generates Realms with format v20 (reads and upgrades file format v5 or later for non-synced Realm, upgrades file format v10 for synced Realms).

Internal

  • Upgraded to Realm Core from v10.0.0 to v10.1.3
  • Upgraded to Realm Sync from v10.0.0 to v10.1.3

6.1.5 Release notes (2020-11-4)

Enhancements

  • None.

Fixed

  • Fixed a bug preventing caching of Realm instances. In certain cases, the Realm file would grow without any new objects added. (#3322, since v6.0.0).
  • Fixed an issue in toJSON(), in combination with primaryKeys, where data from another table could be returned. (#3331, since v6.1.0)

... (truncated)

Commits
  • 56d9961 [v10.1.0] Bump version
  • c6617bb Update to Realm Sync v10.1.4 (#3449)
  • 474295d Restoring CHANGELOG template
  • 8abd7c5 Renamed google-login test to avoid running it in node
  • 5a83b6b Releasing Realm Web v1.1.0
  • c2bc4f6 Updated the instructions to publish
  • d1f1f28 Google OAuth OpenId Connect (#3440)
  • 33fc9f0 Fixing _expandEmbeddedObjectSchemas must be of type 'function' (#3446)
  • 58c4eb0 Adding changelog template
  • 13370b5 [10.0.2] Bump version
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by kneth, a new releaser for realm since your current version.


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)

@dependabot dependabot bot requested a review from Admiralfeb as a code owner December 9, 2020 00:08
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 9, 2020
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 14, 2020

Superseded by #135.

@dependabot dependabot bot closed this Dec 14, 2020
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/server/realm-10.1.0 branch December 14, 2020 00:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants