Skip to content

Releases: EvidentSolutions/dalesbred

v1.3.7

12 Jul 17:04

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.6...v1.3.7

v1.3.6

12 Jul 16:39

Choose a tag to compare

What's Changed

  • Update website's Java 8 reference/example by @janneri in #52
  • Fix byte[] instantiation on MariaDB Connector/J 3.x (#54)

New Contributors

Full Changelog: v1.3.5...v1.3.6

v1.3.5

02 Mar 08:40

Choose a tag to compare

Changes

  • Support @DalesbredInstantiator on static methods
  • Migrate build to Gradle 7.2
  • Specify optional dependencies as Gradle's features
  • Bump dependencies to latest versions

Full Changelog: v1.3.4...v1.3.5

v1.3.4

02 Mar 08:22

Choose a tag to compare

Changes

  • Replace @SQL-annotation in all methods with @Language("SQL") since IDEA does
    not detect @Language from a meta-annotation anymore.

v1.3.3

02 Mar 08:22

Choose a tag to compare

Bug fixes

  • Fix query timeouts

v1.3.2

02 Mar 08:21

Choose a tag to compare

Changes

Support passing primitive key and values types for findMap.

v1.3.1

02 Mar 08:20

Choose a tag to compare

  • Add support for statement timeouts (#45)
  • Upgraded the version of optional Kotlin dependency to 1.3.61.

v1.3.0

01 Aug 13:09

Choose a tag to compare

New features

  • Add Java 9 module automatic module names for jars. (#41)
  • Support pretty printing of ResultTables

Changes

  • Updated the versions of optional dependencies.

Bug fixes

  • Fix reference to @DalesbredInstantiator in exception message

v1.2.5

25 Aug 11:18

Choose a tag to compare

New features

  • Add optional fetch size and direction to SqlQuery (#37)

v1.2.4

05 Jun 20:32

Choose a tag to compare

New features

  • Add optional Kotlin-support; org.dalesbred.integration.kotlin package adds Kotlin extensions to Database.
  • Add updateUnique to Database (#32)