Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.23 KB

CHANGELOG.md

File metadata and controls

46 lines (29 loc) · 1.23 KB

Changelog

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.

3.2.0 - 2019-04-07

Added

  • Support for field values of the type double, ulong, short and ushort

3.1.0 - 2018-08-29

  • Write request body to when getting exception while sending

3.0.1-beta - 2017-12-06

Changed

  • Correctly pass in exception when calling Logger.Error

3.0.0-beta - 2017-12-06

Changed

  • Changed Logger.Error to take an exception along with the message

2.1.0 - 2017-09-02

Added

  • Dotnet Core 2.0 support

2.0.0 - 2017-08-30

Added

  • 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

Changed

  • All optional options is moved into the InfluxDbOptions class, only the endpoint URI remains in the client constructor.

1.2.3

Changes before and including this version wasn't track.