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
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.8.0] - 2026-02-19
11
+
12
+
### Added
13
+
- Feature for vendored native TLS ([#138](https://github.com/influxdb-rs/influxdb-rust/pull/138))
14
+
- Support for version 0.3 of the time crate ([#151](https://github.com/influxdb-rs/influxdb-rust/pull/))
15
+
- Support for renaming the time field when using the derive macro ([#162](https://github.com/influxdb-rs/influxdb-rust/pull/162))
16
+
17
+
### Changed
18
+
- The `use-serde` feature was renamed to `serde` ([#146](https://github.com/influxdb-rs/influxdb-rust/pull/))
19
+
- The `Error` type has been improved ([#150](https://github.com/influxdb-rs/influxdb-rust/pull/150) and [#139](https://github.com/influxdb-rs/influxdb-rust/pull/139))
20
+
- The `InfluxDbWriteable` has become fail-able ([#174](https://github.com/influxdb-rs/influxdb-rust/pull/174))
21
+
-`reqwest` has been updated to 0.13 ([#184](https://github.com/influxdb-rs/influxdb-rust/pull/184))
22
+
- The MSRV has been increased to 1.71 ([#184](https://github.com/influxdb-rs/influxdb-rust/pull/184))
23
+
10
24
### Removed
11
-
-`<dyn Query>::raw_read_query`, deprecated in 0.5.0, was removed
25
+
- Support for any HTTP backend through the `surf` crate ([#168](https://github.com/influxdb-rs/influxdb-rust/pull/168))
26
+
-`<dyn Query>::raw_read_query`, deprecated in 0.5.0, was removed ([#169](https://github.com/influxdb-rs/influxdb-rust/pull/169))
27
+
- Support for non-UTC date time types ([#174](https://github.com/influxdb-rs/influxdb-rust/pull/174))
0 commit comments