Release v0.0.2
This version is now available under https://crates.io/crates/influxdb.
Changes
- URLEncode Query before sending it to InfluxDB, which caused some empty returns (#5)
- Improved Test Coverage: There's now even more tests verifying correctness of the crate (#5)
- It's no longer necessary to supply a wildcard generic when working with
serde_integration
:client.json_query::<Weather>(query)
instead ofclient.json_query::<Weather, _>(query)
As always, this version is running in our production software, but your mileage may vary.