|
10 | 10 | - [go-mod-secrets](https://github.com/edgexfoundry/go-mod-secrets/blob/main/CHANGELOG.md) (indirect dependency) |
11 | 11 | - [go-mod-configuration](https://github.com/edgexfoundry/go-mod-configuration/blob/main/CHANGELOG.md) (indirect dependency) |
12 | 12 |
|
| 13 | +## [v3.0.0] Minnesota - 2023-05-31 (Only compatible with the 3.x releases) |
| 14 | + |
| 15 | +### Features ✨ |
| 16 | +- Update for common config ([#119](https://github.com/edgexfoundry/device-gpio/pull/119)) |
| 17 | + ```text |
| 18 | + BREAKING CHANGE: Configuration file is changed to remove common config settings |
| 19 | + ``` |
| 20 | +- Use latest SDK for MessageBus Request API ([#77](https://github.com/edgexfoundry/device-gpio/pull/77)) |
| 21 | + ```text |
| 22 | + BREAKING CHANGE: Commands via MessageBus topic configuration are changed |
| 23 | + ``` |
| 24 | +- Remove ZeroMQ MessageBus capability ([#76](https://github.com/edgexfoundry/device-gpio/pull/76)) |
| 25 | + ```text |
| 26 | + BREAKING CHANGE: ZeroMQ MessageBus capability no longer available |
| 27 | + ``` |
| 28 | +
|
| 29 | +### Bug Fixes 🐛 |
| 30 | +- Correct the line number overflow issue ([#4751037](https://github.com/edgexfoundry/device-gpio/commits/4751037)) |
| 31 | +- Correct GOFLAGS ([#d032a2a](https://github.com/edgexfoundry/device-gpio/commits/d032a2a)) |
| 32 | +- **snap:** Refactor to avoid conflicts with readonly config provider directory ([#137](https://github.com/edgexfoundry/device-gpio/issues/137)) ([#21c70a6](https://github.com/edgexfoundry/device-gpio/commits/21c70a6)) |
| 33 | +
|
| 34 | +### Code Refactoring ♻ |
| 35 | +- Change configuration and devices files format to YAML ([#146](https://github.com/edgexfoundry/device-gpio/pull/146)) |
| 36 | + ```text |
| 37 | + BREAKING CHANGE: Configuration files are now in YAML format, Default file name is now configuration.yaml |
| 38 | + ``` |
| 39 | +- **snap:** Update command and metadata sourcing ([#131](https://github.com/edgexfoundry/device-gpio/issues/131)) ([#6427482](https://github.com/edgexfoundry/device-gpio/commits/6427482)) |
| 40 | +- **snap:** Drop the support for legacy snap env options ([#79](https://github.com/edgexfoundry/device-gpio/issues/79)) |
| 41 | + ```text |
| 42 | + BREAKING CHANGE: |
| 43 | + - Drop the support for legacy snap options with env. prefix |
| 44 | + - Upgrade edgex-snap-hooks to v3 |
| 45 | + - Upgrade edgex-snap-testing Github action to v3 |
| 46 | + - Add snap's Go module to dependabot |
| 47 | + - Other minor refactoring |
| 48 | + ``` |
| 49 | +
|
| 50 | +### Build 👷 |
| 51 | +- Update to Go 1.20, Alpine 3.17 and linter v1.51.2 ([#c426106](https://github.com/edgexfoundry/device-gpio/commits/c426106)) |
| 52 | +
|
13 | 53 | ## [v2.3.0] - Levski - 2022-05-11 - (Only compatible with the 2.x releases) |
14 | 54 |
|
15 | 55 | ### Features ✨ |
|
0 commit comments