Skip to content

Commit 0a97dda

Browse files
committed
Release v10.49.0
1 parent 49c5912 commit 0a97dda

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
x.y.z Release notes (yyyy-MM-dd)
1+
10.49.0 Release notes (2024-03-22)
22
=============================================================
33

44
This version introduces a new Realm file format version (v24). Opening existing
@@ -11,6 +11,7 @@ upgrade. Downgrading to older versions of Realm will attempt to automatically
1111
restore the backup, or it will be deleted after three months.
1212

1313
### Enhancements
14+
1415
* Storage of Decimal128 properties has been optimised similarly to Int
1516
properties so that the individual values will take up 0 bits (if all nulls),
1617
32 bits, 64 bits or 128 bits depending on what is needed.
@@ -19,6 +20,7 @@ restore the backup, or it will be deleted after three months.
1920
between 16kB and 4MB in size. ([PR #7492](https://github.com/realm/realm-core/pull/7492)).
2021

2122
### Fixed
23+
2224
* Sorting on binary Data was done by comparing bytes as signed char rather than
2325
unsigned char, resulting in very strange orders (since sorting on Data was
2426
enabled in v6.0.4)
@@ -48,9 +50,11 @@ restore the backup, or it will be deleted after three months.
4850
([#7349](https://github.com/realm/realm-core/issues/7349), since v10.46.0)
4951

5052
### Breaking Changes
53+
5154
* Drop support for opening pre-v5.0.0 Realm files.
5255

5356
### Compatibility
57+
5458
* Realm Studio: 14.0.1 or later.
5559
* APIs are backwards compatible with all previous releases in the 10.x.y series.
5660
* Carthage release for Swift is built with Xcode 15.3.0.
@@ -59,6 +63,7 @@ restore the backup, or it will be deleted after three months.
5963
Apple begins requiring Xcode 15 for app store submissions on April 29.
6064

6165
### Internal
66+
6267
* Upgraded realm-core from 13.26.0 to 14.3.0
6368

6469
10.48.1 Release notes (2024-03-15)

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PackageDescription
44
import Foundation
55

66
let coreVersion = Version("14.3.0")
7-
let cocoaVersion = Version("10.48.1")
7+
let cocoaVersion = Version("10.49.0")
88

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

Realm/Realm-Info.plist

Lines changed: 2 additions & 2 deletions
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.48.1</string>
20+
<string>10.49.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>10.48.1</string>
24+
<string>10.49.0</string>
2525
<key>NSHumanReadableCopyright</key>
2626
<string>Copyright © 2014-2021 Realm. All rights reserved.</string>
2727
<key>NSPrincipalClass</key>

dependencies.list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION=10.48.1
1+
VERSION=10.49.0
22
REALM_CORE_VERSION=v14.3.0
33
STITCH_VERSION=8bf8ebcff6e804586c30a6ccbadb060753071a42

0 commit comments

Comments
 (0)