JDBI v3.0.0-beta3 Release Notes

    • โž• Added Kotlin extension methods to Jdbi class, to work around Kotlin's lack of support for exception transparency: withHandleUnchecked, useHandleUnchecked, inTransactionUnchecked, useTransactionUnchecked, withExtensionUnchecked, useExtensionUnchecked.
    • ๐Ÿ“‡ Renamed org.jdbi:jdbi3 artifact to org.jdbi:jdbi3-core, for consistency with other modules.
    • ๐Ÿ“œ [breaking] StatementContext.getParsedSql() now returns a ParsedSql instead of String
    • ๐Ÿšš [breaking] Remove SqlStatement fetchForward / Reverse ; statements now FORWARD_ONLY