v8.0.1 (2017-10-11)
- bugfixes
v8.0.0 (2017-10-07)
- added a
IEnumerable<Serie>
extension method for converting ubiquitous series to a strongly typed collection #60 (joakimhew) - added support for parameterized queries #61 (joakimhew)
- added support for sending query data as form data of the request (this is the default now), rather then sending it through Uri params #53 (vgt)
- fixed tag and field key and value escaping in the latest version of InfluxDB #49
- added support for InfluxDB v1.3.x
v7.0.3 (2017-08-19)
v7.0.1 (2017-07-03)
- replaced custom HttpUtility with Uri.EscapeDataString #44 which allows support of additional characters in queries
v7.0.0 (2017-04-23)
This update brought some breaking API changes to the BasicClientModule (.Client) and ClientModuleBase classes. "dbName" and "query" have swapped places so please ensure you check and update your code (since both params are of string type) before deploying this to production. Sorry for not keeping the old signatures, I do this in my spare time and such amount of backwards compatibility would simply require more of my free time to maintain it properly which I don't have at this stage.
List of changes:
- removed user/pass validation from InfluxDbClient instantiation #42
- added epochFormat support in (Base) Client module #40 (semigroupoid)
- added basic chunked responses support #39
- replaced custom HttpUtility with Uri.EscapeDataString #44 which allows support of additional characters in queries
v6.0.1 (2017-20-03)
- batched interval writing maxPointsPerBatch option
- bugfix when fetching user list when no users exist
- added support for InfluxDB and Kapacitor v1.0.0-beta
- performance improvements (HttpClient)
- implemented ConfigureAwait for async methods
- serie module
- diagnostics module
- bugfixes
- saving points custom timestamp bugfix
- added Json.NET to nuget dependencies