Skip to content

Releases: NovatecConsulting/influxdb-dwh-exporter

Release 2.5

04 Mar 08:34
3eca5d0

Choose a tag to compare

Add regex extractor to use database from query body

Release 2.4

06 Feb 15:04
3a3634f

Choose a tag to compare

Update Spring Boot to 3.4.2

BREAKING CHANGES:

This version uses the Spring Integration for InfluxDB 2.x, since the previous influx dependency has been removed from Spring.
Thus, the configuration of the influx-dwh-exporter has changed. Please take a look at the current application.yml

Now the Influx configuration requires the token, org and bucket to access the database.

Additionally, every dwh-metric requires a database name. Thus every metric should contain a name, database, and query. For InfluxDB version 2 the database name is the same as the bucket name. Again check the application.yml for an example.

Release 2.3

26 Nov 14:21

Choose a tag to compare

Update Spring Boot to 3.3.5

Release 2.2

06 Sep 12:14
12de9ef

Choose a tag to compare

Updates dependencies to improve security

Release 2.1

26 May 07:37

Choose a tag to compare

Updates Spring Boot to 3.1.0.

Release 2.0

17 May 07:32

Choose a tag to compare

Updates Spring Boot to 3.0.6.

Important notice

Starting from this release influxdb-dwh-exporter requires at minimum a JVM version 17.

Release 1.6

03 May 09:20

Choose a tag to compare

Updates Spring Boot to version 2.7.11

Version 1.5

29 Mar 06:56

Choose a tag to compare

  • Updates Spring Boot to version 2.7.10
  • Updates to Gradle 8.0.2
  • Introduces dependabot to automatically keep dependencies up to date

Full Changelog: 1.4...1.5

Version 1.4

18 Jan 16:08

Choose a tag to compare

Adding readme