Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2025

Bumps github.com/edgexfoundry/device-sdk-go/v4 from 4.0.0-dev.26 to 4.0.0.

Release notes

Sourced from github.com/edgexfoundry/device-sdk-go/v4's releases.

v4.0.0

What's Changed

... (truncated)

Changelog

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

[4.0.0] Odessa - 2025-03-12 (Only compatible with the 4.x releases)

✨ Features

  • Update to use the new message envelope in go-mod-messaging (77f7962…)

BREAKING CHANGE: Change MessageEnvelope payload from a byte array to a generic type

  • Ensure AutoEvent execution happens at the configured interval (#1680) (9af0642…)
  • Add device up/down detection (4e68cb5…)
  • Implement AutoEvent onChangeThreshold (44a1270…)
  • Support null value in reading instead of nil reading value (#1639) (791e380…)
  • Enable PIE support for ASLR and full RELRO (4175f78…)
  • Allow reading value to be null (888d014…)
  • Add new APIs to stop the device discovery/profile scan (bbccac4…)
  • Publish System Events for device discovery and profile scan progress (6d5cd89…)
  • Add /profilescan API (e6ed876…)
  • Update auto discovery interval parsing error logs (3f018f6…)
  • Reduce numbers of inactive goroutine to optimize performance (#1580) (50e812d…)
  • Allow empty profileName in Device (b7a2f1e…)
  • Add openziti support (#1569) (decf7a4…)

♻ Code Refactoring

BREAKING CHANGE: update go module to v4

🐛 Bug Fixes

  • Add core-metadata dependency check (f602b1d…)
  • Initialize DeviceService.Properties with an empty map (89b0421…)
  • Only one ldflags flag is allowed (2b424e5…)
  • Update the status code to 400 for write commands that contain invalid values(44ddd41…)
  • Remove device profile from the cache properly (7eb1c14…)
  • Avoid running auto events for empty profile (f35974c…)
  • Improve error handling and response for ProfileScan (2c0f4ed…)
  • Use atomic operation to provision profile (36fb107…)
  • Convert the Device Labels value from string to string slice (0d5b88d…)
  • Address CVE in Alpine base image (bb3b780…)
  • Set proper transform flag for Set command (#1578) (97b36af…)

📖 Documentation

  • Correct the ProtocolDriver links in README (581c97a…)

... (truncated)

Commits
  • 5620c64 ci(lts-release): LTS release v4.0.0 @​1736bff
  • 1736bff build: Update to released go-mods for odessa (#1704)
  • d1fbc77 Merge pull request #1702 from edgexfoundry/dependabot/go_modules/github.com/p...
  • 42da15a build(deps): bump github.com/panjf2000/ants/v2 from 2.11.1 to 2.11.2
  • 3b8bfbe build: update to bootstrap 4.0.2 (#1701)
  • 2292029 Merge pull request #1700 from judehung/update-release-odessa
  • 940f952 build: Update to released odessa go modules
  • 893a173 docs: Update changelog for 4.0 release (#1693)
  • a657f15 Merge pull request #1696 from lindseysimple/issue-1695
  • 9d2ef85 fix: Remove the deprecated AddRoute method
  • See full diff 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 show <dependency name> 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)

Bumps [github.com/edgexfoundry/device-sdk-go/v4](https://github.com/edgexfoundry/device-sdk-go) from 4.0.0-dev.26 to 4.0.0.
- [Release notes](https://github.com/edgexfoundry/device-sdk-go/releases)
- [Changelog](https://github.com/edgexfoundry/device-sdk-go/blob/main/CHANGELOG.md)
- [Commits](edgexfoundry/device-sdk-go@v4.0.0-dev.26...v4.0)

---
updated-dependencies:
- dependency-name: github.com/edgexfoundry/device-sdk-go/v4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Mar 11, 2025
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 32.58%. Comparing base (367e7ce) to head (95a4cf6).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #458   +/-   ##
=======================================
  Coverage   32.58%   32.58%           
=======================================
  Files           3        3           
  Lines         356      356           
=======================================
  Hits          116      116           
  Misses        227      227           
  Partials       13       13           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@cloudxxx8 cloudxxx8 merged commit 30c083a into main Mar 12, 2025
4 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.0.0 branch March 12, 2025 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants