Skip to content

Releases: scalikejdbc/scalikejdbc-async

version 0.20.0

11 May 15:17
Compare
Choose a tag to compare

Changes

This release includes dependency updates such as scalikejdbc minor bumps and improvements by @xuwei-k. Although scalikejdbc 4.3 includes a new ORM feature, unfortunately the library never works along with this async module. The ORM works only with JDBC drivers.

Diff

0.19.0...0.20.0

version 0.19.0

17 Jan 23:35
Compare
Choose a tag to compare

Changes

This release includes dependency updates such as scalikejdbc minor bumps and improvements by @xuwei-k

Diff

0.18.0...0.19.0

version 0.18.0

17 Apr 02:53
Compare
Choose a tag to compare

Changes

  • Compatibility jasync-sql 2.1.9+ (#381)

Diff

0.17.0...0.18.0

version 0.17.0

11 Jan 14:05
Compare
Choose a tag to compare

Changes

Diff

0.16.0...0.17.0

version 0.16.0

09 Jan 08:32
Compare
Choose a tag to compare

Changes

Diff

0.15.0...0.16.0

version 0.15.0

01 Nov 09:12
Compare
Choose a tag to compare

Changes

  • Scala 3 support
  • ScalikeJDBC 4.0 compatibility

Diff

0.14.0...0.15.0

0.12.0

01 Jul 08:04
Compare
Choose a tag to compare
  • add Scala 2.13 support
  • drop Scala 2.11 support
  • migrate to jasync-sql from mauricio/postgresql-async

version 0.7.0

22 Dec 00:05
Compare
Choose a tag to compare
version 0.7.0

version 0.4.0

04 Jun 22:40
Compare
Choose a tag to compare
  • ScalikeJDBC 2.0 API compatible
  • #18 Fixed issue with transaction handling by @beenokle

version 0.3.4

08 Jan 16:57
Compare
Choose a tag to compare
  • #13 Upgrade dependencies by @kxbmap
  • #14 Added implicit EC parameter to TxAsyncDBSession#begin/rollback/commit by @kxbmap
  • Fixed play example using Play 2.2.1, bumped dependencies