Releases: edgexfoundry/device-snmp-go
Releases · edgexfoundry/device-snmp-go
v3.1.1
v3.1.0 - Napa
[v3.1.0] Napa - 2023-11-15 (Only compatible with the 3.x releases)
Changelog
First-party Dependencies
- device-sdk-go
- go-mod-core-contracts
- go-mod-bootstrap (indirect dependency)
- go-mod-messaging (indirect dependency)
- go-mod-registry (indirect dependency)
- go-mod-secrets (indirect dependency)
- go-mod-configuration (indirect dependency)
✨ Features
BREAKING CHANGE: Remove snap packaging ([#322](https://github.com/edgexfoundry/device-snmp-go/issues/322))
♻ Code Refactoring
- Remove obsolete comments from config file (#323) (e3ad67b…)
- Remove github.com/pkg/errors from Attribution.txt (c47c4ed…)
👷 Build
🤖 Continuous Integration
- Add automated release workflow on tag creation (67706f8…)
v3.0.0 - Minnesota
[3.0.0] Minnesota - 2023-05-31 (Only compatible with the 3.x releases)
Changelog
First-party Dependencies
- device-sdk-go
- go-mod-core-contracts
- go-mod-bootstrap (indirect dependency)
- go-mod-messaging (indirect dependency)
- go-mod-registry (indirect dependency)
- go-mod-secrets (indirect dependency)
- go-mod-configuration (indirect dependency)
Features ✨
- Add device validation function (#284)
BREAKING CHANGE: Implement `ValidateDevice` function to validate device protocol properties for core-metadata
- Update for common config (#255)
BREAKING CHANGE: Configuration file is changed to remove common config settings
- Use latest SDK for MessageBus Request API (#211)
BREAKING CHANGE: Commands via MessageBus topic configuration are changed
- Remove ZeroMQ MessageBus capability (#210)
BREAKING CHANGE: ZeroMQ MessageBus capability no longer available
Bug Fixes 🐛
Code Refactoring ♻
- Change configuration and devices files format to YAML (#279)
BREAKING CHANGE: Configuration files are now in YAML format, Default file name is now configuration.yaml
- snap: Update command and metadata sourcing (#266) (#965f04e)
- snap: Drop the support for legacy snap env options (#213)
BREAKING CHANGE: - Drop the support for legacy snap options with env. prefix - Upgrade edgex-snap-hooks to v3 - Upgrade edgex-snap-testing Github action to v3 - Add snap's Go module to dependabot - Other minor refactoring
Build 👷
- Update to Go 1.20, Alpine 3.17 and linter v1.51.2 (#06818cd)