Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Commit

Permalink
Release 3.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Aug 29, 2018
1 parent ca675f9 commit fea9c5d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# Release 3.10.1 (2018-08-29)


### Breaking changes
* None

### Bugs fixed
* Adding a table and creating a subscription for it without having permissions to create the table could result in a `CrossTableLinkTarget` exception being thrown by Core.
* Outward partial sync was fixed to handle the case where temporary link targets have been previously deleted in the reference Realm. This bug could lead to crashes and error messages of type `index out of range` or an assertion of the form `ndx < m_size`. This bug could explain many of the `index out of range` crashes that have been seen. This bug has not led to bad changesets being generated, which means that there should be no remnants of the bug in existing Realms.

### Enhancements
* None

### Installation & rollback instructions
Please see https://docs.realm.io/platform/self-hosted/installation for installation, upgrade and rollback instructions.

### Notable known issues
* None


# Release 3.10.0 (2018-08-28)


Expand Down

0 comments on commit fea9c5d

Please sign in to comment.