Skip to content

Commit a4d7310

Browse files
Release v10.49.2
1 parent efa4cb5 commit a4d7310

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

CHANGELOG.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
x.y.z Release notes (yyyy-MM-dd)
1+
10.49.2 Release notes (2024-04-17)
22
=============================================================
3+
34
### Enhancements
5+
46
* The default base url in `AppConfiguration` has been updated to point to `services.cloud.mongodb.com`. See https://www.mongodb.com/docs/atlas/app-services/domain-migration/ for more information. ([#8512](https://github.com/realm/realm-swift/issues/8512))
57

68
### Fixed
7-
* <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-swift/issues/????), since v?.?.?)
9+
810
* Fixed a crash that would occur when an http error 401 or 403 is returned upon
911
opening a watch stream for a MongoDB collection. ([#8519](https://github.com/realm/realm-swift/issues/8519))
1012
* Fix an assertion failure "m_lock_info && m_lock_info->m_file.get_path() == m_filename" that appears to be related to opening a Realm while the file is in the process of being closed on another thread. ([#8507](https://github.com/realm/realm-swift/issues/8507))
@@ -14,10 +16,9 @@ x.y.z Release notes (yyyy-MM-dd)
1416
* Added privacy manifest to Core's Swift package ([Swift #8535](https://github.com/realm/realm-swift/issues/8535))
1517
* Fixed crash when integrating removal of already removed dictionary key ([Core #7488](https://github.com/realm/realm-core/issues/7488), since v10.0.0)
1618

17-
<!-- ### Breaking Changes - ONLY INCLUDE FOR NEW MAJOR version -->
18-
1919
### Compatibility
20-
* Realm Studio: 14.0.1 or later.
20+
21+
* Realm Studio: 15.0.0 or later.
2122
* APIs are backwards compatible with all previous releases in the 10.x.y series.
2223
* Carthage release for Swift is built with Xcode 15.3.0.
2324
* CocoaPods: 1.10 or later.

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PackageDescription
44
import Foundation
55

66
let coreVersion = Version("14.5.2")
7-
let cocoaVersion = Version("10.49.1")
7+
let cocoaVersion = Version("10.49.2")
88

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

Realm/Realm-Info.plist

+2-2
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.49.1</string>
20+
<string>10.49.2</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>10.49.1</string>
24+
<string>10.49.2</string>
2525
<key>NSHumanReadableCopyright</key>
2626
<string>Copyright © 2014-2021 Realm. All rights reserved.</string>
2727
<key>NSPrincipalClass</key>

dependencies.list

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION=10.49.1
1+
VERSION=10.49.2
22
REALM_CORE_VERSION=v14.5.2
33
STITCH_VERSION=8bf8ebcff6e804586c30a6ccbadb060753071a42

0 commit comments

Comments
 (0)