From 0a97dda4dd0b77449e55b997cf636651e6187634 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Fri, 22 Mar 2024 09:49:12 -0700 Subject: [PATCH] Release v10.49.0 --- CHANGELOG.md | 7 ++++++- Package.swift | 2 +- Realm/Realm-Info.plist | 4 ++-- dependencies.list | 2 +- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b5321c62b..a63d532ba7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -x.y.z Release notes (yyyy-MM-dd) +10.49.0 Release notes (2024-03-22) ============================================================= 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 restore the backup, or it will be deleted after three months. ### Enhancements + * Storage of Decimal128 properties has been optimised similarly to Int properties so that the individual values will take up 0 bits (if all nulls), 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. between 16kB and 4MB in size. ([PR #7492](https://github.com/realm/realm-core/pull/7492)). ### Fixed + * Sorting on binary Data was done by comparing bytes as signed char rather than unsigned char, resulting in very strange orders (since sorting on Data was enabled in v6.0.4) @@ -48,9 +50,11 @@ restore the backup, or it will be deleted after three months. ([#7349](https://github.com/realm/realm-core/issues/7349), since v10.46.0) ### Breaking Changes + * Drop support for opening pre-v5.0.0 Realm files. ### 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 15.3.0. @@ -59,6 +63,7 @@ restore the backup, or it will be deleted after three months. Apple begins requiring Xcode 15 for app store submissions on April 29. ### Internal + * Upgraded realm-core from 13.26.0 to 14.3.0 10.48.1 Release notes (2024-03-15) diff --git a/Package.swift b/Package.swift index 8853aff665..338b080bcf 100644 --- a/Package.swift +++ b/Package.swift @@ -4,7 +4,7 @@ import PackageDescription import Foundation let coreVersion = Version("14.3.0") -let cocoaVersion = Version("10.48.1") +let cocoaVersion = Version("10.49.0") let cxxSettings: [CXXSetting] = [ .headerSearchPath("."), diff --git a/Realm/Realm-Info.plist b/Realm/Realm-Info.plist index 09bf4b588b..1af3afe4cd 100644 --- a/Realm/Realm-Info.plist +++ b/Realm/Realm-Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 10.48.1 + 10.49.0 CFBundleSignature ???? CFBundleVersion - 10.48.1 + 10.49.0 NSHumanReadableCopyright Copyright © 2014-2021 Realm. All rights reserved. NSPrincipalClass diff --git a/dependencies.list b/dependencies.list index 79b6ebee38..1a6462251e 100755 --- a/dependencies.list +++ b/dependencies.list @@ -1,3 +1,3 @@ -VERSION=10.48.1 +VERSION=10.49.0 REALM_CORE_VERSION=v14.3.0 STITCH_VERSION=8bf8ebcff6e804586c30a6ccbadb060753071a42