Skip to content

2.2.0

Compare
Choose a tag to compare
@bednar bednar released this 30 Apr 05:32
· 490 commits to master since this release

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 or
  • influxdb-client-scala_2.13

Features

  1. #211: Add supports for Scala cross versioning [2.12, 2.13]
  2. #213: Supports empty logic operator [FluxDSL]
  3. #216: Allow to specify a name of column in last function [FluxDSL]
  4. #218: Supports enum types in mapping into POJO
  5. #220: Create client supporting OSGi environments
  6. #221: Add feature definition and documentation for Apache Karaf support
  7. #222: Add Kotlin WriteApi

Dependencies

  1. #222: Update dependencies:
    • Kotlin to 1.4.32
  2. #222: Update plugins:
    • dokka-maven-plugin to 1.4.30