Skip to content

rocketmq-client-go-2.1.0-rc5

Pre-release
Pre-release
Compare
Choose a tag to compare
@ShannonDing ShannonDing released this 03 Sep 04:04
3d5dab0

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

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.