Skip to content

Releases: driftluo/InfluxDBClient-rs

0.5.0

06 Feb 08:29
259c5f4
Compare
Choose a tag to compare

Upgrade tokio to 1.0
Change some api

0.4.5

12 Nov 02:36
2725982
Compare
Choose a tag to compare

Implement PartialEq on types to allow easier testing

0.4.4

12 Oct 08:35
Compare
Choose a tag to compare

remove 'i' char in tag‘s integer serialization

0.4.3

11 Oct 03:34
Compare
Choose a tag to compare

add support to authentication with jwt token

0.4.2

02 Jun 05:48
Compare
Choose a tag to compare

response type may combination all kind of value, should use json value to parse

0.4.1

07 Apr 07:21
Compare
Choose a tag to compare

Allow to use rustls-tls instead of openssl with a feature

0.4.0

12 Mar 04:52
Compare
Choose a tag to compare
  1. Use async io on http client
  2. Change lots of api

0.3.6

31 Oct 02:31
Compare
Choose a tag to compare

Avoid .unwrap() in ping/get_version

0.3.5

20 Sep 02:58
d5172c6
Compare
Choose a tag to compare
  1. Upgrade ssl dependencies
  2. Modify part of the code with clippy

0.3.4

06 Jun 02:26
Compare
Choose a tag to compare

Support chunked responses.

Thinks for @miracle2k work.