v0.6.0
What's Changed
-
add conversion functions to convert Vert.x
Buffer
s to kotlinx-ioRawSink
s andSink
s and OkioSink
s andBufferedSink
sThe
Source
conversion functions are not provided because Vert.xBuffer
doesn't provide reading methods with a reader index. -
adapt to the Exposed SELECT DSL design changes and bump Exposed to v0.56.0
The old
deleteWhereStatement
that conflicts with the new one is removed, causing a source and binary incompatible change. -
add API documentation generated by Dokka hosted at https://huanshankeji.github.io/kotlin-common/
-
add CODE_OF_CONDUCT.md and CONTRIBUTING.md
-
use the Kotlin binary compatibility validator
-
add some experimental plus operators for nullable functions/lambdas
-
add some common functions for Exposed and Vert.x SQL Client such as
jdbcUrl
,ClientBuilder<*>.withCoConnectHandler
, andSqlConnectOptions.setUpConventionally
-
add a
CoroutineAutoCloseable
interface likeAutoCloseable
and its version of theuse
extension function