Skip to content

Bump InfluxDB.Client from 3.0.0 to 3.1.0

麦壳饼请求将dependabot/nuget/InfluxDB.Client-3.1.0合并到master

Created by: dependabot[bot]

Bumps InfluxDB.Client from 3.0.0 to 3.1.0.

Release notes

Sourced from InfluxDB.Client's releases.

3.1.0

Features

  1. #239: Add support for Asynchronous queries [LINQ]
  2. #240: Add IsMeasurement option to Column attribute for dynamic measurement names in POCO classes
  3. #246, #251: Add support for deserialization of POCO column property types with a "Parse" method, such as Guid
  4. #249: Add support for LINQ Contains subqueries [LINQ]
  5. #256: Add support for Anonymous authentication - anonymous authentication is used if the user does not specify a token or an username with password

Dependencies

  1. #252: Update dependencies:
    • NUnit to 3.13.2
    • NUnit3TestAdapter to 4.0.0
Changelog

Sourced from InfluxDB.Client's changelog.

3.1.0 [2021-10-22]

Features

  1. #239: Add support for Asynchronous queries [LINQ]
  2. #240: Add IsMeasurement option to Column attribute for dynamic measurement names in POCO classes
  3. #246, #251: Add support for deserialization of POCO column property types with a "Parse" method, such as Guid
  4. #249: Add support for LINQ Contains subqueries [LINQ]
  5. #256: Add support for Anonymous authentication - anonymous authentication is used if the user does not specify a token or an username with password

Dependencies

  1. #252: Update dependencies:
    • NUnit to 3.13.2
    • NUnit3TestAdapter to 4.0.0
Commits
  • 208e793 chore(release): release version 3.1.0 [skip ci]
  • 10ba63f fix: example for creating new Bucket with Permission (#248)
  • 547f156 chore(test): update NUnit and NUnit3TestAdapter dependency (#252)
  • 35729ae feat: Allow Anonymous (#256)
  • 1b8eccb feat: add support for LINQ Contains subqueries (#249)
  • aae088f docs: fix warning
  • e0fb46f fix: Deserialize parseable POCO properties to the nullable underlying type (#...
  • 65a2b8e fix: failing tests
  • f88e5bb feat: add support for deserialization of POCO column property types with a "P...
  • 1d5db86 feat: added IsMeasurement option to Column attribute (#240)
  • Additional commits viewable in compare view

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 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)

合并请求报告

加载中