sqldelight v1.5.3 Release Notes

Release Date: 2021-11-23 // over 2 years ago
  • โž• Added

    • [JDBC Driver] Open JdbcDriver for 3rd party driver implementations (#2672 by [Philip Wedemann][hfhbd])
    • [MySQL Dialect] Add missing functions for time increments (#2671 by [Sam Doward][sdoward])
    • [Coroutines Extension] Add M1 targets for coroutines-extensions (by [Philip Dukhov][PhilipDukhov])

    ๐Ÿ”„ Changed

    • [Paging3 Extension] Distribute sqldelight-android-paging3 as JAR instead of AAR (#2634 by [Marco Romano][julioromano])
    • ๐Ÿ›  Property names which are also soft keywords will now be suffixed with underscores. For instance value will be exposed as value_

    ๐Ÿ›  Fixed

    • [Compiler] Don't extract variables for duplicate array parameters (by [Alexander Perfilyev][aperfilyev])
    • ๐Ÿ“‡ [Gradle Plugin] add kotlin.mpp.enableCompatibilityMetadataVariant. (#2628 by [Martin Bonnin][martinbonnin])
    • ๐Ÿ”Œ [IDE Plugin] Find usages processing requires a read action