Releases: tulios/kafkajs
Releases · tulios/kafkajs
v1.4.0
[1.4.0] - 2018-10-09
Fixed
- Potential offset loss when updating offsets for resolved partitions #124
- Refresh metadata on lock timeout #131
- Cleans up stale brokers on metadata refresh #131
- Force metadata refresh on
ECONNREFUSED
#134 - Handle API version not supported #135
- Handle v0.10 messages on v0.11 Fetch API #143
Added
- Admin delete topics #117
- Update metadata api and allow to disable auto topic creation #118
- Use highest available API version #135 #146
- Admin describe and alter configs #138
- Validate message format in producer #142
- Consumers can detect that a topic was updated and force a rebalance #136
Changed
v1.3.1
v1.3.0
[1.3.0] - 2018-08-06
Fixed
- Skip unsubscribed topic assignment #86
- Refresh metadata when producing to a topic without metadata #87
- Discard messages with a lower offset than requested #100
Added
- Add consumer auto commit policies #89
- Notify user when setting heartbeat interval to same or higher than session timeout #91
- Constantly refresh metadata based on
metadataMaxAge
#94 - New instrumentation events #95
- Expose loggers #97 #102
- Add offset management operations to the admin client #101
- Support to record batch compression #103
- Handle missing username/password during authentication #104