Skip to content

Releases: mslenc/asyncdb

v1.6.1

Choose a tag to compare

@mslenc mslenc released this 18 Jan 21:27
  • netty upgraded to 4.1.105

v1.6.0

Choose a tag to compare

@mslenc mslenc released this 26 Sep 13:27

Added basic support for connecting to MySQL 8 (finally)

v1.4.0

Choose a tag to compare

@mslenc mslenc released this 09 Aug 21:47
  • updated dependencies

v1.3.1

Choose a tag to compare

@mslenc mslenc released this 13 Mar 18:36
  • no changes in code, just updated gradle

v1.3.0

Choose a tag to compare

@mslenc mslenc released this 27 Sep 00:21
  • generated keys are now a full result set, no longer assuming it would always just be one or more BIGINTs

v1.2.0

Choose a tag to compare

@mslenc mslenc released this 11 Mar 15:39
  • added (non-async) JDBC version

v1.1.2

Choose a tag to compare

@mslenc mslenc released this 06 Nov 00:40
  • now also publishing source and javadoc

v1.1.1

Choose a tag to compare

@mslenc mslenc released this 06 Nov 00:32
  • just some minor refactoring, to make other implementations of DbRow easier

v1.1.0

Choose a tag to compare

@mslenc mslenc released this 05 Nov 18:17
  • added startTransaction(), commit() and rollback()
  • connections now always reset, to avoid resource and transaction leaks

v1.0.0

Choose a tag to compare

@mslenc mslenc released this 04 Nov 19:36

First stable release. The API should no longer change significantly.