Current section

Files

Jump to
erlkaf CHANGELOG.MD
Raw

CHANGELOG.MD

### Changelog:
##### v1.1.3
- Add support for Trevis CI
- Remove plists from deps
- Available via HEX
##### v1.1.2
- Fix crash when stopping erlkaf while using consumers
- Update esq dependency
##### v1.1.1
- Add missing app dependency
##### v1.1.0
- Based on librdkafka v0.11.5
- Add support for the new broker configs: ssl_curves_list, ssl_sigalgs_list, ssl_keystore_location, ssl_keystore_password, fetch_max_bytes
- Add support for the new topic configs: queuing_strategy, compression_level, partitioner
- Fix build process on OSX High Sierra
- Upgrade deps to work on OTP 21 (thanks to Tomislav Trajakovic)
##### v1.0
- Initial implementation (both producer and consumer) supporting most of the features available in librdkafka.
- Based on librdkafka v0.11.3
- Tested on Mac OSX, Ubuntu 14.04 LTS, Ubuntu 16.04 LTS