realm-java v4.2.0 Release Notes

Release Date: 2017-11-17 // over 6 years ago
  • โœจ Enhancements

    • โž• Added support for using non-encrypted Realms in multiple processes. Some caveats apply. Read doc for more info (#1091).
    • โž• Added support for importing primitive lists from JSON (#5362).
    • ๐Ÿ”€ [ObjectServer] Support SSL validation using Android TrustManager (no need to specify trustedRootCA in SynConfiguration if the certificate is installed on the device), fixes (#4759).
    • โž• Added the and() function to RealmQuery in order to improve readability.

    ๐Ÿ› Bug Fixes

    • Leaked file handler in the Realm Transformer (#5521).
    • ๐Ÿ”’ Potential fix for "RealmError: Incompatible lock file" crash (#2459).

    Internal

    • โšก๏ธ Updated JavaAssist to 3.22.0-GA.
    • โฌ†๏ธ Upgraded to Realm Sync 2.1.4.
    • โฌ†๏ธ Upgraded to Realm Core 4.0.3.

    Credits

    • Thanks to @rakshithravi1997 for adding RealmQuery.and() (#5520).