Releases: driftluo/InfluxDBClient-rs
Releases · driftluo/InfluxDBClient-rs
0.5.0
Upgrade tokio to 1.0
Change some api
0.4.5
Implement PartialEq on types to allow easier testing
0.4.4
remove 'i' char in tag‘s integer serialization
0.4.3
add support to authentication with jwt token
0.4.2
response type may combination all kind of value, should use json value to parse
0.4.1
Allow to use rustls-tls instead of openssl with a feature
0.4.0
- Use async io on http client
- Change lots of api
0.3.6
Avoid .unwrap() in ping/get_version
0.3.5
- Upgrade ssl dependencies
- Modify part of the code with clippy
0.3.4
Support chunked responses.
Thinks for @miracle2k work.