edgexfoundry / device-opc-ua

Apache License 2.0
28 stars 26 forks source link

Bump github.com/edgexfoundry/go-mod-core-contracts/v2 from 2.1.0 to 2.2.0 #21

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps github.com/edgexfoundry/go-mod-core-contracts/v2 from 2.1.0 to 2.2.0.

Changelog

Sourced from github.com/edgexfoundry/go-mod-core-contracts/v2's changelog.

[v2.2.0] - 2022-05-11

Features ✨

  • add new method for CommandClient (#a13ffb3)
  • Add new device profile API clients (#3d2ca3b)
  • Add Units property to reading DTO and model (#637851d)
  • Add Metric DTO to hold data for a single metric (#6f432a9)
  • Add DTOs for device profile changes (#ee12520)
  • Remove DeviceProfile deviceResources validate gt=0 (#fd99e17)
  • Add new routes for device profile changes (#e5aff1a)
  • extend DeviceServiceCallbackClient to support validation API (#20c4465)
  • Add ServiceName to Common DTOs (#043134c)
  • update device validation route (#a30116e)
  • add validate API route for device service (#e6de2b0)
  • security: Add a new constant for security-spiffe-token-provider (#306938c)

Test

  • Generate mock CommandClient for unit test (#9b8e31f)

Bug Fixes 🐛

  • Remove redundant URL escaping from Client lib (#c67fdec)
  • Remove JSON omitempty from SimpleReading value (#d83bf3a)
  • Update device resource/command DTO (#59aa69d)
  • Add yaml:inline to DeviceProfile DTO DeviceProfileBasicInfo (#4d80223)
  • Update the ReadWrite validation to include WR (#708) (#b3917be)
  • update network connectivity problem error kind (#a52b776)
  • Adding the missed PATCH method in REST Address DTO (#a113ab0)

Build 👷

  • security: Enable gosec and default linter set (#6ac863c)
Commits
  • 3ab1cb4 Merge pull request #733 from lenny-intel/change-log
  • 4c8ed07 build: Update change log for V2.2.0
  • 8a28422 Merge pull request #731 from weichou1229/issue-730
  • c67fdec fix: Remove redundant URL escaping from Client lib
  • b7d7850 Merge pull request #727 from hahattan/issue-713
  • a13ffb3 feat: add new method for CommandClient
  • f15f824 Merge pull request #726 from weichou1229/issue-725
  • d83bf3a fix: Remove JSON omitempty from SimpleReading value
  • ca0d31f Merge pull request #724 from jinlinGuan/issue-723
  • 3d2ca3b feat: Add new device profile API clients
  • 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)
dependabot[bot] commented 1 year ago

Superseded by #32.