InfluxCommunity / influxdb3-csharp

The C# .NET Client that provides a simple and convenient way to interact with InfluxDB 3.
https://InfluxCommunity.github.io/influxdb3-csharp/
MIT License
24 stars 6 forks source link

feat: add gzip support #33

Closed alespour closed 1 year ago

alespour commented 1 year ago

Proposed Changes

Checklist

codecov[bot] commented 1 year ago

Codecov Report

Merging #33 (292de82) into main (75cc2f7) will not change coverage. Report is 1 commits behind head on main. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main       #33   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        12    +2     
  Lines          736       775   +39     
=========================================
+ Hits           736       775   +39     
Files Changed Coverage Δ
Client/Config/InfluxDBClientConfigs.cs 100.00% <100.00%> (ø)
Client/Config/WriteOptions.cs 100.00% <100.00%> (ø)
Client/InfluxDBClient.cs 100.00% <100.00%> (ø)
Client/Internal/GzipHandler.cs 100.00% <100.00%> (ø)