Skip to content

Releases: influxdata/influxdb-java

2.25

26 Mar 08:21
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump org.assertj:assertj-core from 3.24.2 to 3.25.1 by @dependabot in #988
  • chore(deps): bump org.msgpack:msgpack-core from 0.9.6 to 0.9.7 by @dependabot in #991
  • chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.5 by @dependabot in #989
  • chore(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1 by @dependabot in #985
  • chore(deps-dev): bump org.assertj:assertj-core from 3.25.1 to 3.25.2 by @dependabot in #995
  • chore(deps): bump org.msgpack:msgpack-core from 0.9.7 to 0.9.8 by @dependabot in #992
  • chore/update-ubuntu by @tkyocum in #1008
  • Add support for parameter binding to built queries by @eranl in #1010

New Contributors

Full Changelog: influxdb-java-2.24...influxdb-java-2.25

2.24

14 Dec 07:51
Compare
Choose a tag to compare

Improvements

  • allFields mode to Measurement annotation PR #972
  • Support generic POJO super classes PR #980

2.23

07 Jul 09:18
Compare
Choose a tag to compare

Improvements

  • Add implementation information to Jar manifest PR #847

Fixes

  • Only the request to /write endpoint should be compressed by GZIP PR #851