requery v1.5.0 Release Notes

Release Date: 2018-01-08 // about 6 years ago
    • ๐Ÿ—„ Deprecates RxJava 1.0 support in order to bring improvements to RxJava 2.0 support in a future version
    • 0๏ธโƒฃ Default indexes now include table name in the index name
    • ๐Ÿ‘Œ Support setting generated member visibility (for removing synthetic accessors)
    • ๐Ÿ‘Œ Support package private code generation for reduced method count on Android
    • ๐Ÿ›  Fix NoSuchElementException during table generation of an entity with no keys
    • ๐Ÿ›  Fix Android proguard rules
    • ๐Ÿ›  Fix EntityDataStore synchronization that could dead lock
    • ๐Ÿ›  Fix inserting empty collection returning null key set
    • ๐Ÿ›  Fix Kotlin ClassCastException when using long/int key types in the insert returning query
    • ๐Ÿ›  Fix CloseableIterator accumulation when using Result functions
    • ๐Ÿ›  Fix Connection not closed when exception thrown from a raw query