edgexfoundry / device-opc-ua

Apache License 2.0
28 stars 26 forks source link

Bump github.com/edgexfoundry/device-sdk-go/v2 from 2.1.0 to 2.3.0 #33

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 1 year ago

Bumps github.com/edgexfoundry/device-sdk-go/v2 from 2.1.0 to 2.3.0.

Changelog

Sourced from github.com/edgexfoundry/device-sdk-go/v2's changelog.

[v2.3.0] Levski - 2022-11-09 (Only compatible with the 2.x releases)

Features ✨

  • Add metrics for count of Events and Readings sent (#1239) (#5df0661)
  • Enable service metrics (#94ac6d2)
  • Update device-simple CommandRequestTopic config (#03803f9)
  • Subscribe command request via internal messaging (#aed16fd)
  • Add interface for accessing the Device Service SDK (#16c2613)

Bug Fixes 🐛

  • Publish envelope with empty payload when ds-returnevent=no (#6995182)
  • Fix empty device name when updating device's serviceName (#ff1b5b0)
  • Remove redundant logic of caching profile (#e9867ce)
  • Put cmd return 400 when updating empty string to NonString type (#a1088c2)
  • ProvisionWatcher callbacks return BaseResponse, not 204 No Content. (#3d985db)

Code Refactoring ♻

  • Use bootstrap handlers in go-mod-bootstrap and refactor device command application layer code (#1210) (#e5efdee)
  • Update to use deepCopy of messageBusInfo to avoid external adds (#adba0c6)

Documentation 📖

Build 👷

  • Upgrade to Go 1.18 and alpine 3.16 (#91816c1)

[v2.2.0] Kamakura - 2022-5-11 (Only compatible with the 2.x releases)

Features ✨

  • Add MaxEventSize to limit event size (#ae5b097)
  • Implement ReadingUnits configuration for device profile changes (#daeaa2d)
  • Enable security hardening (#da52579)
  • Version bump to roll-in delayed service start feature (#7a7b6d1)
  • Implement ProtocolProperties validation mechanism (#07054d1)
  • Location of client service obtained from the registry (#936332d)
  • webserver: Include ServiceName in Common Responses (#402f152)

Bug Fixes 🐛

  • Add missing Configuration interface method GetTelemetryInfo (#f9d12fc)
  • Update TestMetricsRequest to not fail when using -race (#aa2b65f)
  • Update validation API 200 response (#7c8475a)
  • configuration: add handling for custom config on /config endpoint (#4aeb844)

Code Refactoring ♻

... (truncated)

Commits
  • b76771b Merge pull request #1257 from lenny-intel/released-go-mods
  • d35a37c build: Released Go Mods
  • 0b0fd86 Merge pull request #1252 from lenny-intel/levski-change-log
  • fe214e2 docs: Levski Change Log
  • 8250e30 Merge pull request #1251 from lenny-intel/go-mods
  • f2401ab build: Update to latest go-mods
  • 21e2314 Merge pull request #1250 from edgexfoundry/dependabot/go_modules/github.com/e...
  • 266727b build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2
  • 5c206d5 Merge pull request #1248 from lenny-intel/go-mods-config-docker
  • 8c06558 build: Latest go-mods, config and Dockerfile fix
  • 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)
jiekechoo commented 3 months ago

upgrade to v3, closed.

dependabot[bot] commented 3 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.