Skip to content

Commit 0aa2929

Browse files
author
Lenny Goodell
authored
Merge pull request #765 from lenny-intel/change-log
docs: Levski Change Log
2 parents adffc7e + f9eef5e commit 0aa2929

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,34 @@
33
## Core Contracts Module (in Go)
44
[Github repository](https://github.com/edgexfoundry/go-mod-core-contracts)
55

6+
## [v2.3.0] - 2022-11-09
7+
8+
### Features ✨
9+
10+
- Reduce the character restriction for name fields ([#49dcdfb](https://github.com/edgexfoundry/go-mod-core-contracts/commits/49dcdfb))
11+
- Add UoM API route and UoM response DTO ([#aa36825](https://github.com/edgexfoundry/go-mod-core-contracts/commits/aa36825))
12+
- Add new SystemEvent DTO ([#c11c1bf](https://github.com/edgexfoundry/go-mod-core-contracts/commits/c11c1bf))
13+
- Add SimpleReading value validation to prevent type mismatch ([#3cd3c74](https://github.com/edgexfoundry/go-mod-core-contracts/commits/3cd3c74))
14+
15+
### Bug Fixes 🐛
16+
17+
- Keep the existing baseUrl path in helper function ([#abc04af](https://github.com/edgexfoundry/go-mod-core-contracts/commits/abc04af))
18+
- Remove DeviceProfileBasicInfo fieldName from validation error messages ([#8656825](https://github.com/edgexfoundry/go-mod-core-contracts/commits/8656825))
19+
20+
### Code Refactoring ♻
21+
22+
- Adding config stem constants ([#33d1416](https://github.com/edgexfoundry/go-mod-core-contracts/commits/33d1416))
23+
- Improve string concatenate logic for Metric DTO ToLineProtocol() ([#c7c3660](https://github.com/edgexfoundry/go-mod-core-contracts/commits/c7c3660))
24+
25+
### Documentation 📖
26+
27+
- Add deprecated annotation to lastConnected and lastReported ([#ab92af2](https://github.com/edgexfoundry/go-mod-core-contracts/commits/ab92af2))
28+
29+
### Build 👷
30+
31+
- Upgrade to Go 1.18 ([#de188ed](https://github.com/edgexfoundry/go-mod-core-contracts/commits/de188ed))
32+
- Add go build tag to exclude DTO validator ([#af18e4a](https://github.com/edgexfoundry/go-mod-core-contracts/commits/af18e4a))
33+
634
## [v2.2.0] - 2022-05-11
735

836
### Features ✨

0 commit comments

Comments
 (0)