requery v1.5.0 Release Notes
Release Date: 2018-01-08 // over 5 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