Skip to content

Commit

Permalink
RJS-2831: Upgrade to Realm Core v14.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kneth committed Jun 4, 2024
1 parent 22c294d commit 62b1951
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,19 @@
* None

### Enhancements
* None
* Report the originating error that caused a client reset to occur. ([realm/realm-core#6154](https://github.com/realm/realm-core/issues/6154))

### Fixed
* A non-streaming progress notifier would not immediately call its callback after registration. Instead you would have to wait for a download message to be received to get your first update - if you were already caught up when you registered the notifier you could end up waiting a long time for the server to deliver a download that would call/expire your notifier. ([#7627](https://github.com/realm/realm-core/issues/7627), since v12.8.0)
* After compacting, a file upgrade would be triggered. This could cause loss of data for synced Realms. ([realm/realm-core#7747](https://github.com/realm/realm-core/issues/7747), since 12.7.0-rc.0)

### Compatibility
* React Native >= v0.71.4
* Realm Studio v15.0.0.
* File format: generates Realms with format v24 (reads and upgrades file format v10).

### Internal
* Upgraded Realm Core from v14.7.0 to v14.9.0.
* Upgraded Realm Core from v14.7.0 to v14.9.0. ([#6701](https://github.com/realm/realm-js/issues/6701))

## 12.9.0 (2024-05-23)

Expand Down Expand Up @@ -1075,4 +1076,4 @@ realm.write(() => {

### Internal
* Re-implemented the entire SDK leveraging code generation for the binding between NAPI / JSI and Realm Core.
* Renamed our `master` branch to `main`.
* Renamed our `master` branch to `main`.
2 changes: 1 addition & 1 deletion packages/realm/bindgen/vendor/realm-core
Submodule realm-core updated 111 files

0 comments on commit 62b1951

Please sign in to comment.