2.2.0
Breaking Changes
This release introduces a support to cross-built Scala Client against Scala 2.12
and 2.13
.
You have to replace your dependency from: influxdb-client-scala
to:
influxdb-client-scala_2.12
orinfluxdb-client-scala_2.13
Features
- #211: Add supports for Scala cross versioning [
2.12
,2.13
] - #213: Supports empty logic operator [FluxDSL]
- #216: Allow to specify a name of
column
inlast
function [FluxDSL] - #218: Supports enum types in mapping into POJO
- #220: Create client supporting OSGi environments
- #221: Add feature definition and documentation for Apache Karaf support
- #222: Add
Kotlin
WriteApi