Skip to content

Commit 18e5bdd

Browse files
authored
docs: Update changelog for 3.0 (#489)
Signed-off-by: Cloud Tsai <cloudxxx8@gmail.com>
1 parent b7c00ec commit 18e5bdd

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

CHANGELOG.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,62 @@
1212
- [go-mod-secrets](https://github.com/edgexfoundry/go-mod-secrets/blob/main/CHANGELOG.md) (indirect dependency)
1313
- [go-mod-configuration](https://github.com/edgexfoundry/go-mod-configuration/blob/main/CHANGELOG.md) (indirect dependency)
1414

15+
## [v3.0.0] Minnesota - 2023-05-31 (Only compatible with the 3.x releases)
16+
17+
### Features ✨
18+
- Add device validation function ([#452](https://github.com/edgexfoundry/device-modbus-go/pull/452))
19+
```text
20+
BREAKING CHANGE: Implement `ValidateDevice` function to validate device protocol properties for core-metadata
21+
```
22+
- Update for common config ([#413](https://github.com/edgexfoundry/device-modbus-go/pull/413))
23+
```text
24+
BREAKING CHANGE: Configuration file is changed to remove common config settings
25+
```
26+
- Use latest SDK for MessageBus Request API ([#408](https://github.com/edgexfoundry/device-modbus-go/pull/408))
27+
```text
28+
BREAKING CHANGE: Commands via MessageBus topic configuration are changed
29+
```
30+
- Remove ZeroMQ MessageBus capability ([#397](https://github.com/edgexfoundry/device-modbus-go/pull/397))
31+
```text
32+
BREAKING CHANGE: ZeroMQ MessageBus capability no longer available
33+
```
34+
35+
### Bug Fixes 🐛
36+
- Fix protocol properties parsing error ([#261bb0a](https://github.com/edgexfoundry/device-modbus-go/commits/261bb0a))
37+
- **snap:** Refactor to avoid conflicts with readonly config provider directory ([#437](https://github.com/edgexfoundry/device-modbus-go/issues/437)) ([#9bc48e7](https://github.com/edgexfoundry/device-modbus-go/commits/9bc48e7))
38+
39+
### Code Refactoring ♻
40+
- Use integer for minimum and maximum properties ([#450](https://github.com/edgexfoundry/device-modbus-go/pull/450))
41+
```text
42+
BREAKING CHANGE: Use integer for minimum and maximum properties
43+
```
44+
- Change configuration and devices files format to YAML ([#445](https://github.com/edgexfoundry/device-modbus-go/pull/445))
45+
```text
46+
BREAKING CHANGE: Configuration files are now in YAML format, Default file name is now configuration.yaml
47+
```
48+
- Change protocol properties to use typed values ([#422](https://github.com/edgexfoundry/device-modbus-go/pull/422))
49+
```text
50+
BREAKING CHANGE:
51+
- Update `Port`, `UnitID`, `Timeout`, `IdleTimeout` of modbus-tcp properties from string to integer
52+
- Update `UnitID`, `BaudRate`, `DataBits`, `StopBits`, `Timeout`, `IdleTimeout` of modbus-rtu properties from string to integer
53+
```
54+
- **snap:** Update command and metadata sourcing ([#432](https://github.com/edgexfoundry/device-modbus-go/issues/432)) ([#d976059](https://github.com/edgexfoundry/device-modbus-go/commits/d976059))
55+
- **snap:** Drop the support for legacy snap env options ([#400](https://github.com/edgexfoundry/device-modbus-go/issues/400))
56+
```text
57+
BREAKING CHANGE:
58+
- Drop the support for legacy snap options with env. prefix
59+
- Upgrade edgex-snap-hooks to v3
60+
- Upgrade edgex-snap-testing Github action to v3
61+
- Add snap's Go module to dependabot
62+
- Other minor refactoring
63+
```
64+
65+
### Documentation 📖
66+
- Add main branch Warning ([#478](https://github.com/edgexfoundry/device-modbus-go/issues/478)) ([#5189b6b](https://github.com/edgexfoundry/device-modbus-go/commits/5189b6b))
67+
68+
### Build 👷
69+
- Update to Go 1.20, Alpine 3.17 and linter v1.51.2 ([#426](https://github.com/edgexfoundry/device-modbus-go/issues/426)) ([#7c5acbb](https://github.com/edgexfoundry/device-modbus-go/commits/7c5acbb))
70+
1571
## [v2.3.0] Levski - 2022-11-09 (Only compatible with the 2.x releases)
1672
1773
### Features ✨

0 commit comments

Comments
 (0)