kube-metrics-adapter
kube-metrics-adapter copied to clipboard
Bump github.com/influxdata/influxdb-client-go from 0.2.0 to 1.4.0
Bumps github.com/influxdata/influxdb-client-go from 0.2.0 to 1.4.0.
Release notes
Sourced from github.com/influxdata/influxdb-client-go's releases.
v1.4.0
Breaking changes
- #156 Fixing Go naming and code style violations:
- Introducing new *API interfaces with proper name of types, methods and arguments.
- This also affects the
Clientinterface and theOptionstype.- Affected types and methods have been deprecated and they will be removed in the next release.
Bug fixes
- #152 Allow connecting to server on a URL path
- #154 Use idiomatic go style for write channels (internal)
- #155 Fix panic in FindOrganizationByName in case of no permissions
v1.3.0
Features
Bug fixes
- #132 Handle unsupported write type as string instead of generating panic
- #134 FluxQueryResult: support reordering of annotations
v1.2.0
Breaking Changes
- #107 Renamed
InfluxDBClientinterface toClient, so the full nameinfluxdb2.Clientsuits better to Go naming conventions- #125
WriteApi,WriteApiBlocking,QueryApiinterfaces and related objects likePoint,FluxTableMetadata,FluxTableColumn,FluxRecord, moved to theapi( andapi/write,api/query) packages to provide consistent interfaceFeatures
Bug fixes
Documentation
- #112 Clarify how to use client with InfluxDB 1.8+
v1.1.0
Features
- #96 Authorizations API
- #99 Organizations API and Users API
- #100 HTTP request timeout made configurable
Docs
- #101 Added examples to API docs
v1.0.0
... (truncated)
Changelog
Sourced from github.com/influxdata/influxdb-client-go's changelog.
1.4.0 [2020-07-17]
Breaking changes
- #156 Fixing Go naming and code style violations:
- Introducing new *API interfaces with proper name of types, methods and arguments.
- This also affects the
Clientinterface and theOptionstype.- Affected types and methods have been deprecated and they will be removed in the next release.
Bug fixes
- #152 Allow connecting to server on a URL path
- #154 Use idiomatic go style for write channels (internal)
- #155 Fix panic in FindOrganizationByName in case of no permissions
1.3.0 [2020-06-19]
Features
- #131 Labels API
- #136 Possibility to specify default tags
- #138 Fix errors from InfluxDB 1.8 being empty
Bug fixes
- #132 Handle unsupported write type as string instead of generating panic
- #134 FluxQueryResult: support reordering of annotations
1.2.0 [2020-05-15]
Breaking Changes
- #107 Renamed
InfluxDBClientinterface toClient, so the full nameinfluxdb2.Clientsuits better to Go naming conventions- #125
WriteApi,WriteApiBlocking,QueryApiinterfaces and related objects likePoint,FluxTableMetadata,FluxTableColumn,FluxRecord, moved to theapi( andapi/write,api/query) packages to provide consistent interfaceFeatures
Bug fixes
Documentation
- #112 Clarify how to use client with InfluxDB 1.8+
- #115 Doc and examples for reading write api errors
1.1.0 [2020-04-24]
Features
- #100 HTTP request timeout made configurable
- #99 Organizations API and Users API
- #96 Authorization API
Docs
- #101 Added examples to API docs
... (truncated)
Commits
86132d2release version 1.4.02d079cechore: Updating example to fixed API555814cMerge pull request #157 from bonitoo-io/chore/update_readme997ca02chore: After the fixing Go initialism naming conventions, updating such occur...372845aMerge pull request #156 from bonitoo-io/fix/naming-conventionse8aa4ffchore: ignoring known problems, fixing few remaining and allowing running ful...e809998ci: temporarily disabling deprecated API usage checkaeb0c31fix: Fixing Go naming and style violations. Deprecating original API for smoo...cf466f3Merge pull request #154 from andig/write346d7caMerge branch 'master' into write- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
@dependabot rebase
@dependabot rebase
:+1:
:+1: