Skip to content

Commit efa4cb5

Browse files
Upgrade to core 14.5.2
1 parent 2f0274f commit efa4cb5

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ x.y.z Release notes (yyyy-MM-dd)
1111
* Fixed diverging history due to a bug in the replication code when setting default null values (embedded objects included). ([Core #7536](https://github.com/realm/realm-core/issues/7536))
1212
* Null pointer exception may be triggered when logging out and async commits callbacks not executed. ([Core #7434](https://github.com/realm/realm-core/issues/7434))
1313
* `AppConfiguration.baseUrl` will now return the default value of the url when not set rather than `nil`. ([#8512](https://github.com/realm/realm-swift/issues/8512))
14+
* Added privacy manifest to Core's Swift package ([Swift #8535](https://github.com/realm/realm-swift/issues/8535))
15+
* Fixed crash when integrating removal of already removed dictionary key ([Core #7488](https://github.com/realm/realm-core/issues/7488), since v10.0.0)
1416

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

@@ -22,7 +24,8 @@ x.y.z Release notes (yyyy-MM-dd)
2224
* Xcode: 14.2-15.3.0.
2325

2426
### Internal
25-
* Upgraded realm-core from 14.4.1 to 14.5.0
27+
28+
* Upgraded realm-core from 14.4.1 to 14.5.2
2629

2730
10.49.1 Release notes (2024-03-22)
2831
=============================================================

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import PackageDescription
44
import Foundation
55

6-
let coreVersion = Version("14.5.0")
6+
let coreVersion = Version("14.5.2")
77
let cocoaVersion = Version("10.49.1")
88

99
let cxxSettings: [CXXSetting] = [

dependencies.list

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
VERSION=10.49.1
2-
REALM_CORE_VERSION=v14.5.0
2+
REALM_CORE_VERSION=v14.5.2
33
STITCH_VERSION=8bf8ebcff6e804586c30a6ccbadb060753071a42

0 commit comments

Comments
 (0)