Skip to content

Commit

Permalink
Merge pull request #3506 from realm/kneth/sync-10.1.6
Browse files Browse the repository at this point in the history
Upgrade to Realm Sync v10.1.6
  • Loading branch information
kneth authored Jan 15, 2021
2 parents 059d1cb + 60fcc7f commit 63fdb68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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?.?.?)
* Fixed a bug where elements in the `User#identities` array would have a `userId` which was actually an `id` of the identity. ([#3481](https://github.com/realm/realm-js/pull/3481), since v10.0.0-beta.13)
* Fixed a bug which could lead to a `BadChangeset Error` (`ProtocolErrorCode=212`).

### 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 Sync from v10.1.5 to v10.1.6.

10.1.2 Release notes (2020-12-16)
=============================================================
Expand Down
2 changes: 1 addition & 1 deletion dependencies.list
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME=realm-js
VERSION=10.1.2
REALM_CORE_VERSION=10.1.4
REALM_SYNC_VERSION=10.1.5
REALM_SYNC_VERSION=10.1.6
NAPI_VERSION=4

0 comments on commit 63fdb68

Please sign in to comment.