Skip to content

Conversation

@ThetaSinner
Copy link
Contributor

Description

Added a new feature reqwest-client-native-tls-vendored for the reqwest client. This allows using reqwest without the final binary needing to link against the system libssl which is important for me because my build environment doesn't provide system libraries.

I've checked that this feature solves my problem by building against this crate locally. I've also added it to your CI pipeline so it will get checked. I hope that's the right way to go about checking this change!

Checklist

  • Formatted code using cargo fmt --all
  • Linted code using clippy
    • with reqwest feature: cargo clippy --manifest-path influxdb/Cargo.toml --all-targets --no-default-features --features use-serde,derive,reqwest-client -- -D warnings
    • with surf feature: cargo clippy --manifest-path influxdb/Cargo.toml --all-targets --no-default-features --features use-serde,derive,hyper-client -- -D warnings
  • Updated README.md using cargo doc2readme -p influxdb --expand-macros
  • Reviewed the diff. Did you leave any print statements or unnecessary comments?
  • Any unfinished work that warrants a separate issue captured in an issue with a TODO code comment

@Empty2k12 Empty2k12 merged commit a9a9835 into influxdb-rs:main Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants