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

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

This release removes the prefix InfluxDb of most types in this library and reexports the types under the influxdb:: path. In most cases, you can directly use the types now: e.g. influxdb::Client vs influxdb::client::InfluxDbClient.

Added

  • Switch to cargo-readme for README generation (@senden9)
  • Contributing Guidelines, Code of Conduct and Issue Templates

Changed

  • Removed dependency itertools (@mvucenovic)
  • Replace internal representation in query of Any by an enum (@pcpthm)
  • Remove InfluxDb in type names
  • Replace ToString with Into<String>

Fixed

  • Fix Crates.io detecting license incorrectly (@mimetypes)
  • Don't commit Cargo.lock (@msrd0)
  • Fix and Enforce Clippy Lints (@msrd0)

Don't miss a new influxdb-rust release

NewReleases is sending notifications on new releases.