realm-java v4.1.0 Release Notes

Release Date: 2017-10-20 // over 6 years ago
  • ✨ Enhancements

    • Realm.deleteRealm() and RealmConfiguration.assetFile() are multi-processes safe now.

    🐛 Bug Fixes

    • 🛠 Fix some potential database corruption caused by deleting the Realm file while a Realm instance are still opened in another process or the sync client thread.
    • ➕ Added realm.ignoreKotlinNullability as a kapt argument to disable treating kotlin non-null types as @Required (#5412) (introduced in v3.6.0).
    • ⏱ Increased http connect/write timeout for low bandwidth network.