Enhancements
- Add the file path to the exception thrown by File::rw_lock() when it fails to
open the file. (Core #7999)
Fixed
- Filtering notifications with a LinkingObjects property as the final element
could sometimes give wrong results
(Core #7530, since v10.11.0) - Fix a potential crash during process termination when Logger log level is set
higher than Info. (Core #7969, since v10.45.0) - The check for maximum path length was incorrect and lengths between 240 and
250 would fail to use the hashed fallback (Core #8007, since v10.0.0). - API misuse resulting in an exception being thrown from within a callback
would sometimes terminate due to hittingREALM_UNREACHABLE()
rather than
the exception being propagated to the caller
(Core #7836).
Compatibility
- Realm Studio: 15.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 15.4.0.
- CocoaPods: 1.10 or later.
- Xcode: 15.1.0-16 beta 5.
Internal
- Upgraded realm-core from v14.12.0 to 14.12.1