Skip to content

v2.3.0

Compare
Choose a tag to compare
@vlastahajek vlastahajek released this 30 Apr 14:43
· 218 commits to master since this release

Breaking change

#253 Interface log.Logger extended with LogLevel() uint getter.

Features

#241,#248 Synced with InfluxDB 2.0.5 swagger:

  • Setup (onboarding) now sends correctly retentionDuration if specified
  • RetentionRule used in Bucket now contains ShardGroupDurationSeconds to specify the shard group duration.

Documentation

  1. #242 Documentation improvements:
  2. #251 Fixed Readme.md formatting

Bug fixes

  1. #252 Fixed panic when reading not present standard Flux columns from FluxRecord
  2. #253 Conditional debug logging of buffers
  3. #254 Fixed golint issues