Skip to content

Commit

Permalink
Upgrade to core v14.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Aug 30, 2024
1 parent 7ffcc11 commit 9903e64
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 12 deletions.
22 changes: 16 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,33 @@
x.y.z Release notes (yyyy-MM-dd)
10.53.1 Release notes (2024-08-30)
=============================================================

### Enhancements
* None.

* Add the file path to the exception thrown by File::rw_lock() when it fails to
open the file. ([Core #7999](https://github.com/realm/realm-core/issues/7999))

### Fixed
* <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-swift/issues/????), since v?.?.?)
* None.

<!-- ### Breaking Changes - ONLY INCLUDE FOR NEW MAJOR version -->
* Fix a potential crash during process termination when Logger log level is set
higher than Info. ([Core #7969](https://github.com/realm/realm-core/issues/7969), since v10.45.0)
* The check for maximum path length was incorrect and lengths between 240 and
250 would fail to use the hashed fallback ([Core #8007](https://github.com/realm/realm-core/issues/8007), since v10.0.0).
* API misuse resulting in an exception being thrown from within a callback
would sometimes terminate due to hitting `REALM_UNREACHABLE()` rather than
the exception being propagated to the caller
([Core #7836](https://github.com/realm/realm-core/issues/7836)).

### Compatibility

* Realm Studio: 15.0.0 or later.
* APIs are backwards compatible with all previous releases in the 10.x.y series.
* Carthage release for Swift is built with Xcode 15.4.0.
* CocoaPods: 1.10 or later.
* Xcode: 15.1.0-16 beta 5.

### Internal
* Upgraded realm-core from ? to ?

* Upgraded realm-core from v14.12.0 to 14.12.1

10.53.0 Release notes (2024-08-20)
=============================================================
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import PackageDescription
import Foundation

let coreVersion = Version("14.12.0")
let cocoaVersion = Version("10.53.0")
let coreVersion = Version("14.12.1")
let cocoaVersion = Version("10.53.1")

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.53.0</string>
<string>10.53.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>10.53.0</string>
<string>10.53.1</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2014-2021 Realm. All rights reserved.</string>
<key>NSPrincipalClass</key>
Expand Down
4 changes: 2 additions & 2 deletions dependencies.list
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION=10.53.0
REALM_CORE_VERSION=v14.12.0
VERSION=10.53.1
REALM_CORE_VERSION=v14.12.1
STITCH_VERSION=2f308db6f65333728a101d1fecbb792f9659a5ce

0 comments on commit 9903e64

Please sign in to comment.