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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-1
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Added
11
11
12
-
- reqwest-based http client (enabled by default)
12
+
## [0.5.0] - 2021-11-04
13
+
14
+
### Added
15
+
16
+
- Reqwest client for Tokio 1.0 support
17
+
- New client constructor `with_http_client` ([@nshaaban-cPacket](https://github.com/nshaaban-cPacket) in [#94](https://github.com/influxdb-rs/influxdb-rust/pull/94))
18
+
19
+
### Changed
20
+
21
+
- default client is the new reqwest client
13
22
- deprecate `<dyn Query>::raw_read_query` in favour of `ReadQuery::new`
23
+
-`Client::query` now accepts both owned and borrowed queries as argument
0 commit comments