From c619512ed75937ed3425df9343dc592f39bd8a43 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Fri, 10 Sep 2021 12:04:05 -0700 Subject: [PATCH] Release v10.15.0 --- CHANGELOG.md | 21 +++++++++++++-------- Package.swift | 2 +- Realm/Realm-Info.plist | 4 ++-- dependencies.list | 2 +- 4 files changed, 17 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8331fcf65b..186889a78e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ -x.y.z Release notes (yyyy-MM-dd) +10.15.0 Release notes (2021-09-10) ============================================================= + ### Enhancements -* Add `async` `Realm.asyncOpen` and `App.login` methods. + +* Add `async` versions of the `Realm.asyncOpen` and `App.login` methods. * ThreadSafeReference no longer pins the source transaction version for anything other than a Results created by filtering a collection. This means that holding on to thread-safe references to other things (such as Objects) @@ -14,10 +16,13 @@ x.y.z Release notes (yyyy-MM-dd) ([Core #4839](https://github.com/realm/realm-core/pull/4839)) ### Fixed -* Adding an unmanaged object to a Realm that was declared with `@StateRealmObject` would throw - the exception `"Cannot add an object with observers to a Realm"`. -* The `RealmCollectionChange` docs refered to indicies in modifications as the 'new' collection. This is - incorrect and the docs now state that modifications refer to the previous version of the collection. ([Cocoa #7390](https://github.com/realm/realm-cocoa/issues/7390)) + +* Adding an unmanaged object to a Realm that was declared with + `@StateRealmObject` would throw the exception `"Cannot add an object with + observers to a Realm"`. +* The `RealmCollectionChange` docs refered to indicies in modifications as the + 'new' collection. This is incorrect and the docs now state that modifications + refer to the previous version of the collection. ([Cocoa #7390](https://github.com/realm/realm-cocoa/issues/7390)) * Fix crash in `RLMSyncConfiguration.initWithUser` error mapping when a user is disabled/deleted from MongoDB Realm dashboard. ([Cocoa #7399](https://github.com/realm/realm-cocoa/issues/7399), since v10.0.0) * If the application crashed at the wrong point when logging a user in, the @@ -25,9 +30,8 @@ x.y.z Release notes (yyyy-MM-dd) SyncUser::State::LoggedIn" when a synchronized Realm is opened with that user. ([Core #4875](https://github.com/realm/realm-core/issues/4875), since v10.0.0) - - ### Compatibility + * Realm Studio: 11.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 12.5.1. @@ -35,6 +39,7 @@ x.y.z Release notes (yyyy-MM-dd) * Xcode: 12.2-13.0 beta 5. ### Internal + * Upgraded realm-core from 11.3.1 to 11.4.1 10.14.0 Release notes (2021-09-03) diff --git a/Package.swift b/Package.swift index 85a5ac5830..ef356037ce 100644 --- a/Package.swift +++ b/Package.swift @@ -4,7 +4,7 @@ import PackageDescription import Foundation let coreVersionStr = "11.4.1" -let cocoaVersionStr = "10.14.0" +let cocoaVersionStr = "10.15.0" let coreVersionPieces = coreVersionStr.split(separator: ".") let coreVersionExtra = coreVersionPieces[2].split(separator: "-") diff --git a/Realm/Realm-Info.plist b/Realm/Realm-Info.plist index aac055ab29..0f43703108 100644 --- a/Realm/Realm-Info.plist +++ b/Realm/Realm-Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 10.14.0 + 10.15.0 CFBundleSignature ???? CFBundleVersion - 10.14.0 + 10.15.0 NSHumanReadableCopyright Copyright © 2014-2021 Realm. All rights reserved. NSPrincipalClass diff --git a/dependencies.list b/dependencies.list index 59e1948591..f5886ba96f 100755 --- a/dependencies.list +++ b/dependencies.list @@ -1,3 +1,3 @@ -VERSION=10.14.0 +VERSION=10.15.0 REALM_CORE_VERSION=11.4.1 STITCH_VERSION=45504b796f90c58ab56a3d4c34f1031f23d7e199