Skip to content

Commit

Permalink
Release 10.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Jul 30, 2023
1 parent b01f4f3 commit 933abaa
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
x.y.z Release notes (yyyy-MM-dd)
10.42.0 Release notes (2023-07-30)
=============================================================

### Enhancements

* Add support for building for visionOS and add Xcode 15 binaries to the
release package. visionOS currently requires installing Realm via either
Swift Package Manager or by using a XCFramework as CocoaPods and Carthage do
Expand All @@ -11,8 +13,9 @@ x.y.z Release notes (yyyy-MM-dd)
performance benefits, but cuts the size of the library by ~15%.

### Fixed

* Fix nested properties observation on a `Projections` not notifying when there is a property change.
([#8276](https://github.com/realm/realm-swift/issues/8276), since v10.34.0).
([#8276](https://github.com/realm/realm-swift/issues/8276), since v10.34.0).
* Fix undefined symbol error for `UIKit` when linking Realm to a framework using SPM.
([#8308](https://github.com/realm/realm-swift/issues/8308), since v10.41.0)
* If the app crashed at exactly the wrong time while opening a freshly
Expand All @@ -23,17 +26,20 @@ x.y.z Release notes (yyyy-MM-dd)
([Core #6827](https://github.com/realm/realm-core/issues/6827), since v10.31.0)

### Breaking Changes

* Legacy non-xcframework Carthage installations are no longer supported. Please
ensure you are using `--use-xcframeworks` if installing via Carthage.

### Compatibility

* Realm Studio: 14.0.1 or later.
* APIs are backwards compatible with all previous releases in the 10.x.y series.
* Carthage release for Swift is built with Xcode 14.3.1.
* CocoaPods: 1.10 or later.
* Xcode: 14.1-15 beta 4.
* Xcode: 14.1-15 beta 5.

### Internal

* Upgraded realm-core from 13.17.0 to 13.17.1
* Release packages were being uploaded to several static.realm.io URLs which
are no longer linked to anywhere. These are no longer being updated, and
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PackageDescription
import Foundation

let coreVersion = Version("13.17.1")
let cocoaVersion = Version("10.41.1")
let cocoaVersion = Version("10.42.0")

let cxxSettings: [CXXSetting] = [
.headerSearchPath("."),
Expand Down
4 changes: 2 additions & 2 deletions Realm/Realm-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>10.41.1</string>
<string>10.42.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>10.41.1</string>
<string>10.42.0</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2014-2021 Realm. All rights reserved.</string>
<key>NSPrincipalClass</key>
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.41.1
VERSION=10.42.0
REALM_CORE_VERSION=13.17.1
STITCH_VERSION=1eb31b87154cf7af6cbe50ab2732e2856ca499c7

0 comments on commit 933abaa

Please sign in to comment.