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-48] - feat(producer): support lite producer to send message by sharding key
- [PR-49] - feat(consumer): support orderly consume messages
- [PR-50] - feat(producer): support timeout support and log setting for client
- [PR-51] - feat(transaction): support sending transaction messages
Improvement
- [PR-41] - update the install method in read me file