Bump InfluxDB.Client from 1.17.0 to 1.18.0
Created by: dependabot[bot]
Bumps InfluxDB.Client from 1.17.0 to 1.18.0.
Release notes
Sourced from InfluxDB.Client's releases.
1.18.0
Features
- #184: Add possibility to specify
WebProxy
for Client- #185: Use
group()
function in output Flux query. See details - Group function [LINQ]- #186: Produce a typed HTTP exception
- #188: Switch
pivot()
anddrop()
function to achieve better performanceBug Fixes
- #183: Propagate runtime exception to EventHandler
Changelog
Sourced from InfluxDB.Client's changelog.
1.18.0 [2021-04-30]
Features
- #184: Add possibility to specify
WebProxy
for Client- #185: Use
group()
function in output Flux query. See details - Group function [LINQ]- #186: Produce a typed HTTP exception
- #188: Switch
pivot()
anddrop()
function to achieve better performanceBug Fixes
- #183: Propagate runtime exception to EventHandler
Commits
-
38f4c62
chore(release): release version 1.18.0 [skip ci] -
8c12186
docs: add dev version to CHANGELOG -
de4464e
feat(linq): switch pivot() and drop() function to achieve better perf (#188) -
92ccdce
feat: produce a typed HTTP exception (#186) -
2e3d9d5
docs: correct title -
86f3e4e
docs: add version [skip CI] -
f979d7b
feat(linq): usegroup()
function in output Flux query (#185) -
c58a62a
feat: add possibility to specifyWebProxy
for Client (#184) -
dda3270
fix: propagate runtime exception to EventHandler (#183) -
890d862
chore(release): prepare for next development iteration 1.18.0 - See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually