src.dualinventive.com/go/influxdb-logger/CHANGELOG.md

54 lines
1.3 KiB
Markdown

# Change Log
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [1.0.0] - 2019-04-29
* Add support for coexisting device:uid and project:id (BACKEND-367)
## [0.3.1] - 2019-03-13
### Fixed
* Write sample batch points with nanosecond precision instead of millisecond (BACKEND-343)
### Changed
* Use new github.com/influxdata/influxdb1-client/v2 vendor (BACKEND-343)
## [0.3.0] - 2019-01-26
### Changed
* Drop value(s) when type/label is unknown for sensor:data (BACKEND-256)
### Added
* Add support for sensor:data values property receiving multiple samples at once (BACKEND-256)
## [0.2.1] - 2018-07-09
### Changed
* Integrate the new RPC decoder/encoder
* Remove the serve-loop for the reqqueue and replace it with the `dinet.Router`
* Change the GPS struct to comply with newest RPC spec (remove SIV and Fix properties)
## [0.2.0] - 2018-03-13
## Added
* New measurements are added (`device`, `device_error`, `sensor` and `notify`) (BACKEND-91)
## Changed
* Old measurements (device UID's) are no longer used (BACKEND-91)
* Measurement `event` contains new tags (device:group and device:type) (BACKEND-91)
## [0.1.0] - 2018-01-18
Initial release