Skip to content

Commit 4c4413a

Browse files
Release 10.51.0 (#8614)
1 parent a9efda1 commit 4c4413a

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

CHANGELOG.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
x.y.z Release notes (yyyy-MM-dd)
1+
10.51.0 Release notes (2024-06-06)
22
=============================================================
33
### Enhancements
4+
45
* Added support for storing nested collections (List and Map not ManagedSet) in a `AnyRealmValue`.
56
```swift
67
class MixedObject: Object {
@@ -34,6 +35,7 @@ x.y.z Release notes (yyyy-MM-dd)
3435
([Core #6154](https://github.com/realm/realm-core/issues/6154))
3536

3637
### Fixed
38+
3739
* Accessing `App.currentUser` from within a notification produced by `App.switchToUser()`
3840
(which includes notifications for a newly logged in user) would deadlock.
3941
([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)
5052
if `deleteRealmIfMigrationNeeded` is set to true.
5153
([Core #7747](https://github.com/realm/realm-core/issues/7747), since v10.49.0).
5254

53-
<!-- ### Breaking Changes - ONLY INCLUDE FOR NEW MAJOR version -->
54-
5555
### Compatibility
56+
5657
* Realm Studio: 15.0.0 or later.
5758
* APIs are backwards compatible with all previous releases in the 10.x.y series.
5859
* Carthage release for Swift is built with Xcode 15.4.0.
5960
* CocoaPods: 1.10 or later.
6061
* Xcode: 15.1.0-15.4.0.
6162

6263
### Internal
64+
6365
* Upgraded realm-core from v14.6.2 to 14.9.0
6466

6567
10.50.1 Release notes (2024-05-21)

Package.swift

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

66
let coreVersion = Version("14.9.0")
7-
let cocoaVersion = Version("10.50.1")
7+
let cocoaVersion = Version("10.51.0")
88

99
let cxxSettings: [CXXSetting] = [
1010
.headerSearchPath("."),

Realm/Realm-Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>10.50.1</string>
20+
<string>10.51.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>10.50.1</string>
24+
<string>10.51.0</string>
2525
<key>NSHumanReadableCopyright</key>
2626
<string>Copyright © 2014-2021 Realm. All rights reserved.</string>
2727
<key>NSPrincipalClass</key>

dependencies.list

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION=10.50.1
1+
VERSION=10.51.0
22
REALM_CORE_VERSION=v14.9.0
33
STITCH_VERSION=b4f0184c963eed8f6cc5e857fac147bef10966d7

0 commit comments

Comments
 (0)