File tree 4 files changed +9
-7
lines changed
4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
- x.y.z Release notes (yyyy-MM-dd )
1
+ 10.51.0 Release notes (2024-06-06 )
2
2
=============================================================
3
3
### Enhancements
4
+
4
5
* Added support for storing nested collections (List and Map not ManagedSet) in a `AnyRealmValue`.
5
6
```swift
6
7
class MixedObject: Object {
@@ -34,6 +35,7 @@ x.y.z Release notes (yyyy-MM-dd)
34
35
([Core #6154](https://github.com/realm/realm-core/issues/6154))
35
36
36
37
### Fixed
38
+
37
39
* Accessing `App.currentUser` from within a notification produced by `App.switchToUser()`
38
40
(which includes notifications for a newly logged in user) would deadlock.
39
41
([Core #7670](https://github.com/realm/realm-core/issues/7670), since v10.50.0).
@@ -50,16 +52,16 @@ x.y.z Release notes (yyyy-MM-dd)
50
52
if `deleteRealmIfMigrationNeeded` is set to true.
51
53
([Core #7747](https://github.com/realm/realm-core/issues/7747), since v10.49.0).
52
54
53
- <!-- ### Breaking Changes - ONLY INCLUDE FOR NEW MAJOR version -->
54
-
55
55
### Compatibility
56
+
56
57
* Realm Studio: 15.0.0 or later.
57
58
* APIs are backwards compatible with all previous releases in the 10.x.y series.
58
59
* Carthage release for Swift is built with Xcode 15.4.0.
59
60
* CocoaPods: 1.10 or later.
60
61
* Xcode: 15.1.0-15.4.0.
61
62
62
63
### Internal
64
+
63
65
* Upgraded realm-core from v14.6.2 to 14.9.0
64
66
65
67
10.50.1 Release notes (2024-05-21)
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import PackageDescription
4
4
import Foundation
5
5
6
6
let coreVersion = Version ( " 14.9.0 " )
7
- let cocoaVersion = Version ( " 10.50.1 " )
7
+ let cocoaVersion = Version ( " 10.51.0 " )
8
8
9
9
let cxxSettings : [ CXXSetting ] = [
10
10
. headerSearchPath( " . " ) ,
Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >FMWK </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >10.50.1 </string >
20
+ <string >10.51.0 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleVersion </key >
24
- <string >10.50.1 </string >
24
+ <string >10.51.0 </string >
25
25
<key >NSHumanReadableCopyright </key >
26
26
<string >Copyright © 2014-2021 Realm. All rights reserved. </string >
27
27
<key >NSPrincipalClass </key >
Original file line number Diff line number Diff line change 1
- VERSION=10.50.1
1
+ VERSION=10.51.0
2
2
REALM_CORE_VERSION=v14.9.0
3
3
STITCH_VERSION=b4f0184c963eed8f6cc5e857fac147bef10966d7
You can’t perform that action at this time.
0 commit comments