Skip to content

Commit

Permalink
Upgrade to core 14.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dianaafanador3 committed Jun 3, 2024
1 parent ecefddc commit f2e21bf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
x.y.z Release notes (yyyy-MM-dd)
=============================================================
### Enhancements
* None.
* Report the originating error that caused a client reset to occur.
([Core #6154](https://github.com/realm/realm-core/issues/6154))

### Fixed
* Accessing `App.currentUser` from within a notification produced by `App.switchToUser()`
Expand All @@ -16,6 +17,9 @@ x.y.z Release notes (yyyy-MM-dd)
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
([Core #7627](https://github.com/realm/realm-core/issues/7627), since v10.50.0).
* After compacting, a file upgrade would be triggered. This could cause loss of data
if `deleteRealmIfMigrationNeeded` is set to true.
([Core #7747](https://github.com/realm/realm-core/issues/7747), since v10.49.0).

<!-- ### Breaking Changes - ONLY INCLUDE FOR NEW MAJOR version -->

Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import PackageDescription
import Foundation

let coreVersion = Version("14.8.0")
let coreVersion = Version("14.9.0")
let cocoaVersion = Version("10.50.1")

let cxxSettings: [CXXSetting] = [
Expand Down
2 changes: 1 addition & 1 deletion dependencies.list
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION=10.50.1
REALM_CORE_VERSION=v14.8.0
REALM_CORE_VERSION=v14.9.0
STITCH_VERSION=b4f0184c963eed8f6cc5e857fac147bef10966d7

0 comments on commit f2e21bf

Please sign in to comment.