Skip to content

6.5.0

Compare
Choose a tag to compare
@bednar bednar released this 29 Aug 09:02
· 308 commits to master since this release

Breaking Changes

FluxDSL

The percentile() function renamed to quantile().

Features

  1. #366: Added an endpoint to query with InfluxQL (v1) for more info see README.md.

Bug Fixes

  1. #390: Rename percentile() function renamed to quantile() [FluxDSL]
  2. #398: Append task option at the end of script

Dependencies

Update dependencies:

Build:

  • #389: scala-collection-compat_2.12 to 2.8.1
  • #392: gson to 2.9.1
  • #396: micrometer-registry-influx to 1.9.3
  • #402: spring-boot to 2.7.3

Maven Plugin:

  • #391: maven-bundle-plugin to 5.1.8
  • #395: maven-site-plugin to 3.12.1
  • #399: maven-project-info-reports-plugin to 3.4.1
  • #401: maven-javadoc-plugin to 3.4.1
  • #404: maven-checkstyle-plugin to 3.2.0

Provided:

  • #403: slf4j-api to 2.0.0

Test:

  • #400: mockito to 4.7.0