Skip to content

Commit

Permalink
Release 10.38.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dianaafanador3 committed Apr 28, 2023
1 parent 7a33bab commit 00e098a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
x.y.z Release notes (yyyy-MM-dd)
10.38.3 Release notes (2023-04-28)
=============================================================
### Enhancements

* Improve performance of cancelling a write transactions after making changes. If no KVO observers are used this is now constant time rather than taking time proportional to the number of changes to be rolled back. Cancelling a write transaction with KVO observers is 10-20% faster. ([Core PR #6513](https://github.com/realm/realm-core/pull/6513)).

### Fixed

<!-- ### Breaking Changes - ONLY INCLUDE FOR NEW MAJOR version -->
* Performing a large number of queries without ever performing a write resulted in steadily increasing memory usage, some of which was never fully freed due to an unbounded cache ([#7978](https://github.com/realm/realm-swift/issues/7978), since v10.27.0).

### 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.9.3 to 13.9.4

10.38.2 Release notes (2023-04-25)
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import PackageDescription
import Foundation

let cocoaVersionStr = "10.38.2"
let coreVersionStr = "13.9.4"
let cocoaVersionStr = "10.38.3"

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.38.2</string>
<string>10.38.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>10.38.2</string>
<string>10.38.3</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.38.2
VERSION=10.38.3
REALM_CORE_VERSION=13.9.4
STITCH_VERSION=71030fb0bd4dbde1ee7e90d7abbf8168b1881772

0 comments on commit 00e098a

Please sign in to comment.