Download
- Source: rocketmq-client-go-2.0.0-source-release.tar.gz [PGP] [SHA512]
Below is a summary of the issues addressed in the version 2.0.0 release of RocketMQ Client Go. For full documentation of the release, a guide to get started, please refer to Quick Start.
Improvement
- [FEATURE-1] - Features in 2.0.0-alpha1.
- [FEATURE-2] - Features in 2.0.0-alpha2.
- [FEATURE-3] - Features in 2.0.0-alpha3.
- [FEATURE-4] - Features in 2.0.0-rc1.
- [FEATURE-5] - Features in 2.0.0-rc2.
Bug
- [ISSUE-438] - Add WithNameServerDomain for producer opt.
- [ISSUE-437] - Fix the issue that can not consume the messages in the retry topic.
- [ISSUE-445] - UpdateNameServerAddress shoule be called before producer start to avoid to lead to a panic.
- [ISSUE-449] - Correct msgid using unique id.
- [ISSUE-450] - Ignore eof error when conn closed.
- [ISSUE-462] - Fix the trace message was send failed.