Skip to content

Commit

Permalink
Upgrade to core 13.10.1 (#8227)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne authored May 5, 2023
1 parent 9266efa commit 08ee98e
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 6 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
10.39.1 Release notes (2023-05-05)
=============================================================

### Enhancements

* New notifiers can now be registered in write transactions until changes have
actually been made in the write transaction. This makes it so that new
notifications can be registered inside change notifications triggered by
beginning a write transaction (unless a previous callback performed writes).
([#4818](https://github.com/realm/realm-swift/issues/4818)).
* Reduce the memory footprint of an automatic (discard or recover) client reset
when there are large incoming changes from the server.
([Core #6567](https://github.com/realm/realm-core/issues/6567)).

### 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.
* CocoaPods: 1.10 or later.
* Xcode: 13.4-14.3.

### Internal

* Upgraded realm-core from 13.10.0 to 13.10.1.

10.39.0 Release notes (2023-05-03)
=============================================================

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 coreVersionStr = "13.10.0"
let cocoaVersionStr = "10.39.0"
let coreVersionStr = "13.10.1"
let cocoaVersionStr = "10.39.1"

let coreVersionPieces = coreVersionStr.split(separator: ".")
let coreVersionExtra = coreVersionPieces[2].split(separator: "-")
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.39.0</string>
<string>10.39.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>10.39.0</string>
<string>10.39.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.39.0
REALM_CORE_VERSION=13.10.0
VERSION=10.39.1
REALM_CORE_VERSION=13.10.1
STITCH_VERSION=71030fb0bd4dbde1ee7e90d7abbf8168b1881772

0 comments on commit 08ee98e

Please sign in to comment.