v0.1.13-devel
Pre-release
Pre-release
·
93 commits
to dev_early_access_development_branch
since this release
v0.1.13-devel is a pre-production, early-access release.
Features
- Add support for
storeOffsets
in the consumer API. - Add optimization while consuming, in cases where the size of messages pending in our subscription is less than the consumer cache size.
Bug Fixes
- Fix memory leak in incremental assign (@martijnimhoff, #35).
- Fix various issues with typings, and reconcile typings, JavaScript code, and MIGRATION.md to be consistent.