All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Support for field values of the type
double
,ulong
,short
andushort
- Write request body to when getting exception while sending
- Correctly pass in exception when calling Logger.Error
- Changed Logger.Error to take an exception along with the message
- Dotnet Core 2.0 support
- FAKE build script.
- ILogger interface with default implementation write to the console.
- Implemented InfluxDbOptions class, to configure optional options.
- Better debugging experience by adding DebuggerDisplayAttribute to InfluxDbClient.
- Added unit tests to improve quality
- All optional options is moved into the InfluxDbOptions class, only the endpoint URI remains in the client constructor.
Changes before and including this version wasn't track.