requery v1.1.0 Release Notes

    • ๐Ÿ‘Œ Support extendable query types. RxJava and RxJava 2.0 result conversion methods are now separated into different classes. This is a minor API change that should not effect most code.
    • ๐Ÿ‘Œ Support Reactor Core extensions
    • ๐Ÿ‘Œ Support custom column definitions for table generation
    • ๐Ÿ‘Œ Support for @Entity(copyable) shallow copying via generated copy() method
    • Kotlin findByKey returns nullable value
    • ๐Ÿ›  Fix ClassNotFoundException referencing a RxJava 1.0 class when using RxJava 2.0
    • ๐Ÿ›  Fix OneToMany cascaded elements incorrectly updated instead of inserted
    • ๐Ÿ›  Fix stackoverflow in ManagedTransaction.begin()
    • ๐Ÿ›  Fix foreign key support using Android SQLCipher database
    • ๐Ÿ›  Fix multiple blob arguments in Android query expression
    • ๐Ÿ›  Fix some compilation issues using Android Jack compiler