rocketmq-client-go-2.1.0-rc5
Pre-release
Pre-release
The main goal of this release is to improve stability, usability, and fix bugs and the source code of this release is the copy of the master which has merged from the native branch before.
New Feature
- [ISSUE #457] feat(nameserver): support name server resolver.
- [ISSUE #489] feat(log): support log level set and add more log in offset.
Improvement
- [ISSUE #474] feat(trace): support name server resolver in TraceConfig.
- [ISSUE #483] fix README.md typo.
Bug
- [ISSUE #472] fix(heartbeat): the value of the message mode, type, and the consume flag is wrong in the heartbeat data.
- [ISSUE #495] fix(producer): set default of SendResult.Status and fix panic bug.
- [ISSUE #504] fix(reconsume): subMsgs should be used instead of msgs in consume goroutine.
- [ISSUE #527] fix(nameserver): panic in nameserver size is changed.