eargollo / smartthings-influx

A simple program to bring to Influx your SmartThings data through the SmartThings API. No SmartApp installation needed.
Apache License 2.0
22 stars 6 forks source link

Bump github.com/influxdata/influxdb-client-go/v2 from 2.3.1-0.20210518120617-5d1fff431040 to 2.13.0 #72

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps github.com/influxdata/influxdb-client-go/v2 from 2.3.1-0.20210518120617-5d1fff431040 to 2.13.0.

Release notes

Sourced from github.com/influxdata/influxdb-client-go/v2's releases.

2.13.0

Features

  • #394 Add DataToPoint utility to convert a struct to a write.Point

Dependencies

  • #393 Replace deprecated io/ioutil
  • #392 Upgrade deepmap/oapi-codegen to new major version

v2.12.4

2.12.4 [2023-11-03]

Bug fixes

  • #386 Remove deprecated pkg/errors
  • #387 Upgrade deepmap/oapi-codegen

v2.12.3

2.12.3 [2023-03-29]

Bug fixes

  • Update golang.org/x/net from 0.0.0-20210119194325-5f4716e94777 to 0.7.0

v2.12.2

2.12.2 [2023-01-26]

Bug fixes

  • #368 Allowing proxy from environment variable

v2.12.1

2.12.1 [2022-12-01]

Bug fixes

  • #363 Generated server stubs return also error message from InfluxDB 1.x forward compatible API.
  • #364 Fixed panic when retrying over a long period without a server connection.

Documentation

  • #366 Readme improvements:
    • Added GOPATH installation description
    • Added error handling to Basic Example.

v2.12.0

2.12.0 [2022-10-27]

Features

  • #358:
    • Added possibility to set an application name, which will be part of the User-Agent HTTP header:
      • Set using Options.SetApplicationName
      • Warning message is written to log if an application name is not set

... (truncated)

Changelog

Sourced from github.com/influxdata/influxdb-client-go/v2's changelog.

2.13.0 [2023-12-05]

Features

  • #394 Add DataToPoint utility to convert a struct to a write.Point

Dependencies

  • #393 Replace deprecated io/ioutil
  • #392 Upgrade deepmap/oapi-codegen to new major version

2.12.4 [2023-11-03]

Bug fixes

  • #386 Remove deprecated pkg/errors
  • #387 Upgrade deepmap/oapi-codegen

2.12.3 [2023-03-29]

Bug fixes

  • Update golang.org/x/net from 0.0.0-20210119194325-5f4716e94777 to 0.7.0

2.12.2 [2023-01-26]

Bug fixes

  • #368 Allowing proxy from environment variable

2.12.1 [2022-12-01]

Bug fixes

  • #363 Generated server stubs return also error message from InfluxDB 1.x forward compatible API.
  • #364 Fixed panic when retrying over a long period without a server connection.

Documentation

  • #366 Readme improvements:
    • Added GOPATH installation description
    • Added error handling to Basic Example.

2.12.0 [2022-10-27]

Features

  • #358:
    • Added possibility to set an application name, which will be part of the User-Agent HTTP header:
      • Set using Options.SetApplicationName

... (truncated)

Commits


Dependabot compatibility score

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 - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)