github influxdb-rs/influxdb-rust v0.0.2
Release v0.0.2

latest releases: v0.7.2, v0.7.1, v0.7.0...
4 years ago

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 of client.json_query::<Weather, _>(query)

As always, this version is running in our production software, but your mileage may vary.

Don't miss a new influxdb-rust release

NewReleases is sending notifications on new releases.