v0.1.12-devel
Pre-release
      Pre-release
    
        
          ·
          
            105 commits
          
          to dev_early_access_development_branch
          since this release
        
        
        
v0.1.12-devel is a pre-production, early-access release.
Features
- Add support for 
listTopicsin the Admin API. - Add support for OAUTHBEARER token refresh callback for both promisified and non promisified API.
 
Bug Fixes
- Fix aliasing bug between 
NodeKafka::ConfandRdKafka::ConfImpl. - Fix issue where 
assign/unassignwere called instead ofincrementalAssign/incrementalUnassignwhile using
the Cooperative Sticky assigner, and setting therebalance_cbas a boolean rather than as a function. - Fix memory leaks in Dispatcher and Conf (both leaked memory at client close).
 - Fix type definitions and make 
KafkaJSandRdKafkaseparate namespaces, while maintaining compatibility
with node-rdkafka's type definitions.