You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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))
5
7
6
8
### Fixed
7
-
* <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-swift/issues/????), since v?.?.?)
9
+
8
10
* Fixed a crash that would occur when an http error 401 or 403 is returned upon
9
11
opening a watch stream for a MongoDB collection. ([#8519](https://github.com/realm/realm-swift/issues/8519))
10
12
* 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))
* Added privacy manifest to Core's Swift package ([Swift #8535](https://github.com/realm/realm-swift/issues/8535))
15
17
* Fixed crash when integrating removal of already removed dictionary key ([Core #7488](https://github.com/realm/realm-core/issues/7488), since v10.0.0)
16
18
17
-
<!-- ### Breaking Changes - ONLY INCLUDE FOR NEW MAJOR version -->
18
-
19
19
### Compatibility
20
-
* Realm Studio: 14.0.1 or later.
20
+
21
+
* Realm Studio: 15.0.0 or later.
21
22
* APIs are backwards compatible with all previous releases in the 10.x.y series.
22
23
* Carthage release for Swift is built with Xcode 15.3.0.
0 commit comments