requery v1.1.1 Release Notes

    • ๐Ÿ‘Œ Support new KotlinReactiveEntityStore/KotlinRxEntityStore for RxJava 2.0 & RxJava 1.0
    • ๐Ÿ‘Œ Support improved compile errors when an invalid relationship is defined
    • ๐Ÿ‘Œ Support improved handling of entity associations marked with @Key
    • ๐Ÿ‘Œ Support kotlin-kapt plugin for annotation processing
    • ๐Ÿ‘Œ Support kotlin raw queries
    • ๐Ÿ›  Fix incorrect type in raw queries for integer values on Oracle
    • ๐Ÿ›  Fix Java 8 date time conversion for zoned times
    • ๐Ÿ›  Fix empty index name during table generation
    • ๐Ÿ›  Fix ClassCastException when using a custom converter that converted to a collection in a query
    • ๐Ÿ›  Fix NPE when using non relational attributes in a junction table
    • ๐Ÿ›  Fix Kotlin withTransaction rollback
    • ๐Ÿ›  Fix Kotlin join on condition incorrect sql generated