Skip to content

Commit

Permalink
Upgrade to Realm Core v10.1.4 and Realm Sync v10.1.5. (#3468)
Browse files Browse the repository at this point in the history
  • Loading branch information
kneth authored Dec 11, 2020
1 parent fab8a71 commit 484ac95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ x.x.x Release notes (yyyy-MM-dd)
* None.

### Fixed
* <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-js/issues/????), since v?.?.?)
* None.
* Integrating changesets from the server would sometimes hit the assertion failure `n != realm::npos` inside `Table::create_object_with_primary_key()` (in JS: `Realm.create()`) when creating an object with a primary key which previously had been used and had incoming links. ([realm/realm-core#4180](https://github.com/realm/realm-core/pull/4180), since v10.0.0)

### 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
* None.
* Upgraded Realm Core from v10.1.3 to v10.1.4.
* Upgraded Realm Sync from v10.1.4 to v10.1.5.

10.1.0 Release notes (2020-12-8)
=============================================================
Expand Down
4 changes: 2 additions & 2 deletions dependencies.list
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME=realm-js
VERSION=10.1.0
REALM_CORE_VERSION=10.1.3
REALM_SYNC_VERSION=10.1.4
REALM_CORE_VERSION=10.1.4
REALM_SYNC_VERSION=10.1.5
NAPI_VERSION=4

0 comments on commit 484ac95

Please sign in to comment.