influxdb-rust icon indicating copy to clipboard operation
influxdb-rust copied to clipboard

Rust Client for the InfluxDB Time Series Database

Results 29 influxdb-rust issues
Sort by recently updated
recently updated
newest added

## Description { describe your changes here } ### Checklist - [x] Formatted code using `cargo fmt --all` - [x] Linted code using clippy - [x] with reqwest feature: `cargo...

Does InfluxDbWriteable trait support nested data types such as nested structs or arrays? If not, is there any plan in the roadmap to do so?

## Description { describe your changes here } ### Checklist - [X] Formatted code using `cargo fmt --all` - [X] Linted code using clippy - [X] with reqwest feature: `cargo...

## Description Update dev-dependencies indoc and async-std ### Checklist - [ ] Formatted code using `cargo fmt --all` - [ ] Linted code using clippy - [ ] with reqwest...

## Description - Downgrade dev-dep tokio so that builds on Rust 1.65 still work - Set MSRV in Cargo.toml - Add `Cargo.lock` so that it is possible to determine what...

Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5 to 6. Release notes Sourced from stefanzweifel/git-auto-commit-action's releases. v6.0.0 Added Throw error early if repository is in a detached state (#357) Fixed Fix PAT instructions with...

dependencies
github_actions

https://blog.rust-lang.org/2025/01/09/Rust-1.84.0.html#cargo-considers-rust-versions-for-dependency-version-selection Our MSRV is currently 1.65, otherwise we cannot find a candidate for the regex-syntax crate which is a transitive dependency.

## Description { describe your changes here } ### Checklist - [ ] Formatted code using `cargo fmt --all` - [ ] Linted code using clippy - [ ] with...

## Description Refactors a possible panic to use graceful error handling ### Checklist - [x] Formatted code using `cargo fmt --all` - [ ] Linted code using clippy - [...