v0.1.14-devel
Pre-release
      Pre-release
    
        
          ·
          
            85 commits
          
          to dev_early_access_development_branch
          since this release
        
        
        
v0.1.14-devel is a pre-production, early-access release.
Features
- Add metadata to offset commit and offset store (non-promisified API).
 - Add types for logger and loglevel to configuration.
 - Add Producer polling from background thread. This improves performance for cases when send is awaited on.
 - Enable consume optimization from v0.1.13-devel (in Features, 2.) by default for the promisified API.
 
Bug Fixes
- 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.