Skip to content

Realm Core v13.23.2

Compare
Choose a tag to compare
@jedelbo jedelbo released this 27 Oct 10:41
· 756 commits to master since this release

13.23.2 Release notes

Enhancements

  • None.

Fixed

  • Deleting an object in an asymmetric table would cause a crash. Likely to solve #1537, since v12.1.0.
  • Implement BIO_CTRL_GET_KTLS_SEND and BIO_CTRL_GET_KTLS_RECV as OpenSSL versions < 3.0.4 depend on it.

Breaking changes

  • Added separate enum for callback handler result values in the platform networking C API. (PR #7015)
  • Platform networking CAPI now uses different callback types depending on where callback is used. (PR #7015)

Compatibility

  • Fileformat: Generates files with format v23. Reads and automatically upgrade from fileformat v5.

Internals

  • Update JSON library from 3.7.3 to 3.11.2.
  • Updated async_write_binary in the Default Socket Provider to properly return a status to the callback handler. (PR #7015)