Skip to content

Release v0.0.2

Compare
Choose a tag to compare
@Empty2k12 Empty2k12 released this 23 Jun 13:36

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.