Skip to content

rocketmq-client-go-1.2.4

Compare
Choose a tag to compare
@ShannonDing ShannonDing released this 22 Oct 12:44
6bb5243

The main goal of this release is to support some new features, e.g. send an orderly message by sharing key and send transaction messages.

Feature

  • [PR-222] - feat(producer): support lite producer to send message by sharding key 
  • [PR-225] - feat(consumer): add set max cachesize api to support simple flow-control 
  • [PR-261] - feat(transaction): add transaction producer message

Improvement

  • [PR-251] - delete useless GroupName and make subscribe method correct

Bug

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