Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen authored Jul 23, 2024
1 parent d035227 commit f3db7f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
* `AppConfiguration.app` is no longer used by Atlas Device Sync. It will be removed in future SDK releases and should not be used. ([#6785](https://github.com/realm/realm-js/issues/6785))

### Enhancements
* Added support for "bridgeless" React Native on iOS and Android, a part of the "new architecture". ([#6737](https://github.com/realm/realm-js/pull/6737))
* Added progress notifications support for Flexible Sync using an `estimate` as the new callback argument. The `estimate` is roughly equivalent to an estimated value of `transferred / transferable` in the deprecated Partition-Based Sync callback. ([#6743](https://github.com/realm/realm-js/pull/6743))
```typescript
realm.syncSession?.addProgressNotification(
Expand Down

0 comments on commit f3db7f1

Please sign in to comment.