Release v0.0.5
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
withInto<String>
Fixed
- Fix Crates.io detecting license incorrectly (@mimetypes)
- Don't commit Cargo.lock (@msrd0)
- Fix and Enforce Clippy Lints (@msrd0)