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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
12.5.0 (2025-01-02)
Breaking Changes
Support for UWP on arm32 has been removed due to the Windows SDK no longer supporting 32-bit ARM. (PR #3683)
Support for Xamarin projects has been deprecated. While we still expect the SDK to work, we no longer actively test against Xamarin as it has been end-of-life'd by Microsoft since May. (PR #3683)
Support for .NET 6 is deprecated. We still expect everything to work, but we'll retarget the SDK to the latest LTS version (8.0) in a future release. (PR #3683)
Fixed
Fix crash during client app shutdown when Logger log level is set higher than Info. (Core 14.12.1)
If File::rw_lock() fails to open a file the exception message does not contain the filename. (Core 14.12.1)
Fallback to hashed filename will fail if length of basename is between 240 and 250. (Core 14.12.1)
Having a query with a number of predicates ORed together may result in a crash on some platforms (strict weak ordering check failing on iphone). (Core 14.13.0)