Realm v2.2.0 Release Notes

Release Date: 2016-11-12 // over 7 years ago
  • Object Server API Changes (In Beta)

    • โž• Added support for SyncUser.getManagementRealm() and permission changes.

    ๐Ÿ› Bug fixes

    • 0๏ธโƒฃ Kotlin projects no longer create the RealmDefaultModule if no Realm model classes are present (#3746).
    • โœ‚ Remove includedescriptorclasses option from ProGuard rule file in order to support built-in shrinker of Android Gradle Plugin (#3714).
    • ๐Ÿ”€ Unexpected RealmMigrationNeededException was thrown when a field was added to synced Realm.

    โœจ Enhancements

    • โž• Added support for the annotationProcessor configuration provided by Android Gradle Plugin 2.2.0 or later. Realm plugin adds its annotation processor to the annotationProcessor configuration instead of apt configuration if it is available and the com.neenbedankt.android-apt plugin is not used. In Kotlin projects, kapt is used instead of the annotationProcessor configuration (#3026).