跳到主要内容

Release Notes - Apache RocketMQ Client Go- Version 1.2.4

· 阅读需 1 分钟

Below is a summary of the issues addressed in the version 1.2.4 release of RocketMQ Client Go. For full documentation of the release, a guide to get started, please refer to Quick Start.

Improvement

  • [ISSUE-222] - feat(producer): support lite producer to send message by sharding key.
  • [ISSUE-225] - feat(consumer): add set max cachesize api to support simple flow-control.
  • [ISSUE-261] - feat(transaction): add transaction producer message.
  • [ISSUE-251] - delete useless GroupName and make subscribe method correct.

Bug

  • [ISSUE-246] - fix(travis):remove unnecessary script in travis.yml.
  • [ISSUE-248] - fix(golint): fix warnings for golint check.