Realm v0.88.1 Release Notes

  • ๐Ÿ› Bug fixes

    • Prevent throwing NullPointerException in RealmConfiguration.equals(RealmConfiguration) when RxJava is not in the classpath (#2416).
    • RealmTransformer fails because of missing annotation classes in user's project (#2413).
    • โž• Added SONAME header to shared libraries (#2432).
    • now DynamicRealmObject.toString() correctly shows null value as "null" and the format is aligned to the String from typed RealmObject (#2439).
    • ๐Ÿ›  Fixed an issue occurring while resolving ReLinker in apps using a library based on Realm (#2415).