Skip to content

v0.1.14-devel

Pre-release
Pre-release
Compare
Choose a tag to compare
@milindl milindl released this 17 May 12:21
· 85 commits to dev_early_access_development_branch since this release

v0.1.14-devel is a pre-production, early-access release.

Features

  1. Add metadata to offset commit and offset store (non-promisified API).
  2. Add types for logger and loglevel to configuration.
  3. Add Producer polling from background thread. This improves performance for cases when send is awaited on.
  4. Enable consume optimization from v0.1.13-devel (in Features, 2.) by default for the promisified API.

Bug Fixes

  1. Fix issues with the header conversions from promisified API to the non-promisified API to match
    the type signature and allow Buffers to be passed as header values in the C++ layer.