All Versions
73
Latest Version
Avg Release Cycle
32 days
Latest Release
-
Changelog History
Page 5
Changelog History
Page 5
-
v0.8.67 Changes
- ๐ Minor API addition to connection builder.
- ๐ Change nullable* extension functions to internal.
-
v0.8.66 Changes
- โ Add Prepared statement close support to
SuspendingConnection
.
- โ Add Prepared statement close support to
-
v0.8.65 Changes
- ๐ Fix Prepared statements are never closed.
- โ Add JSON type support to mysql: https://github.com/jasync-sql/jasync-sql/pull/84
- โก๏ธ Update versions - Kotlin 1.3.20, Coroutines 1.1.1, netty 4.1.33.
-
v0.8.64 Changes
- ๐ Fix sporadic NPE in logs - suppress error in some more cases.
-
v0.8.63 Changes
- ๐ Fix warnings.
-
v0.8.62 Changes
- ๐ Fix warnings.
- โ Add epoll support: https://github.com/jasync-sql/jasync-sql/issues/67. See also https://github.com/jasync-sql/jasync-sql/wiki/Native-Transport.
-
v0.8.59 Changes
- โก๏ธ Update dependencies:
- kotlin 1.3.11
- coroutines 1.1.0
- kotlin-logging 1.6.22
- โก๏ธ Update dependencies:
-
v0.8.58 Changes
- โก๏ธ Update netty to
4.1.32.Final
. - ๐ Fix issue https://github.com/jasync-sql/jasync-sql/issues/63
- โก๏ธ Update netty to
-
v0.8.56 Changes
- โ Warnings cleanup.
- ๐ Fix visibility modifiers.
- ๐ฒ Issue #59 - add logging to debug it.