All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- Update to Spring Boot
2.1.6.RELEASE
- Update to
influxdb-java
2.15
- Include
hibernate-validator
as explicit dependency
1.8 - 2018-09-21
- Generate meta-data using the annotation processor
1.7 - 2018-02-18
- Update to Spring Boot
1.5.10.RELEASE
- Updated to
influxdb-java
version2.8
1.6 - 2017-08-03
- Added gzip support
- Added chunking support for queries
- Added possibility to configure connect, read, and write timeouts
- Update to Spring Boot
1.5.3.RELEASE
- Updated to latest
influxdb-java
version
1.5 - 2017-01-18
- Added Docker Compose configuration to launch a InfluxDB test environment
- Updated to latest
influxdb-java
version
1.4 - 2016-07-06
- Added
DefaultInfluxDBTemplate
implementation to simply handlePoint
objects frominfluxdb-java
1.3 - 2016-07-06
- Example application
- Refactoring to use a "better" conversion strategy
1.2 - 2016-06-14
- Fixed typos
1.1 - 2016-04-04
- Documentation and examples
- Refactoring and improvements to use the template and its converters
- Basic Spring Data integration with the official
influxdb-java
library - Generic template (
InfluxDBTemplate
) to interact with InfluxDB