WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Use async await
* Fix integration tests
* Update the readme to use async await
* Indicate minimum required rust version
1.39 due to async / await
* Replace RunOnDrop with manual test harness function
* Update reqwest to v0.10
* Enable missing tokio features
* Fix error handling
* Fix docs
* Add minimum Rust version to test suite
* Document rewrite to async / await
* Fix clippy errors
* Allow main functions in docs
* Reformat code
* Use stable clippy and rustfmt
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
### Changed
11
+
12
+
- Rewrite to `async` / `await`. Rust 1.39 is now the minimum required Rust version.
13
+
10
14
## [0.0.5] - 2019-08-16
11
15
12
16
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`.
0 commit comments