realm-java v0.82 Release Notes

Release Date: 2015-07-28 // over 8 years ago
    • 💥 BREAKING CHANGE: Fields with annotation @PrimaryKey are indexed automatically now. Older schemas require a migration.
    • 0️⃣ RealmConfiguration.setModules() now accept ignore null values which Realm.getDefaultModule() might return.
    • Trying to access a deleted Realm object throw throws a proper IllegalStateException.
    • ➕ Added in-memory Realm support.
    • 👻 Closing realm on another thread different from where it was created now throws an exception.
    • Realm will now throw a RealmError when Realm's underlying storage engine encounters an unrecoverable error.
    • @Index annotation can also be applied to byte/short/int/long/boolean/Date now.
    • 🛠 Fixed a bug where RealmQuery objects are prematurely garbage collected.
    • ✂ Removed RealmQuery.between() for link queries.