Skip to content

Commit 67175e3

Browse files
author
Lenny Goodell
authored
Merge pull request #188 from lenny-intel/levski-change-log
docs: Levski Change Log
2 parents eaa9732 + 1a5879c commit 67175e3

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
33
## Messaging Module (in Go)
44
[Github repository](https://github.com/edgexfoundry/go-mod-messaging)
55

6+
## Change Logs for EdgeX Dependencies
7+
8+
- [go-mod-core-contracts](https://github.com/edgexfoundry/go-mod-core-contracts/blob/main/CHANGELOG.md)
9+
10+
## [v2.3.0] - 2022-11-09
11+
12+
### Features ✨
13+
14+
- Implement Messaging-based CommandClient ([#bcd50ac](https://github.com/edgexfoundry/go-mod-messaging/commits/bcd50ac))
15+
- Add new fields and factory functions for MessageEnvelope ([#a4f6801](https://github.com/edgexfoundry/go-mod-messaging/commits/a4f6801))
16+
- Allow user to bring their own CA in the client ([#aa046c2](https://github.com/edgexfoundry/go-mod-messaging/commits/aa046c2))
17+
- Add NATS Implementation ([#9dc6314](https://github.com/edgexfoundry/go-mod-messaging/commits/9dc6314))
18+
- Add no_zmq build flag ([#51b75ef](https://github.com/edgexfoundry/go-mod-messaging/commits/51b75ef))
19+
20+
### Bug Fixes 🐛
21+
22+
- Add retry of publish if error is EOF ([#54dc8da](https://github.com/edgexfoundry/go-mod-messaging/commits/54dc8da))
23+
- Don't send invalid message as normal message from MQTT ([#7364efb](https://github.com/edgexfoundry/go-mod-messaging/commits/7364efb))
24+
- Handle repeated error better to not spam logs ([#8658677](https://github.com/edgexfoundry/go-mod-messaging/commits/8658677))
25+
26+
### Build 👷
27+
28+
- Upgrade to Go 1.18 ([#55f9df1](https://github.com/edgexfoundry/go-mod-messaging/commits/55f9df1))
29+
630
## [v2.2.0] - 2022-05-11
731

832
### Features ✨

0 commit comments

Comments
 (0)