Releases: tulios/kafkajs
Releases · tulios/kafkajs
v1.5.0-beta.2
[1.5.0-beta.2] - 2019-02-13
Fixed
- Handle undefined message key when producing with 0.11 #247
- Fix consumer restart on find coordinator errors #253
- Crash consumer on codec not implemented error #256
- Fix error message on invalid username or password #270
- Restart consumer on crashes due to retriable error #269
- Remove deleted topics from the cluster target group #273
Changed
- Change Node engine requirement to >=8.6.0 #250
- Don't include lockfile and vscode files in package #264
Added
- Allow configuring log level at runtime #278
v1.5.0-beta.1
v1.4.7
v1.5.0-beta.0
[1.5.0-beta.0] - 2019-01-08
Changed
- Add transactional attributes to record batch #199
- Ignore control records #208
- Filter aborted messages on the consumer #223 #210 #228
- Make Round robin assigner forward
userdata
#231
Added
- Protocol
FindCoordinator
v1 #189 - Protocol
InitProducerId
v0 #190 - Protocol
AddPartitionsToTxn
v0 #191 - Protocol
AddOffsetsToTxn
v0 #194 - Protocol
TxnOffCommit
v0 #195 - Protocol
EndTxn
v0 #198 - Protocol
ListOffsets
v1 and v2 #217 #209 - Accept max in-flight requests on the connection #216
- Idempotent producer #203
- Transactional producer #206
- Protocol
SASLAuthenticate
#229 - Add SendOffsets to consumer
eachBatch
#232 - Add network instrumentation events #233
- Allow users to provide offsets to the
commitOffsetsIfNecessary
#235
v1.4.6
v1.4.5
v1.4.4
v1.4.3
v1.4.2
v1.4.1
[1.4.1] - 2018-10-17
Fixed
- Decode multiple RecordBatch on protocol Fetch v4 #179
- Skip incomplete record batches #182
- Producer with
acks=0
never resolve #181
Added
- Runtime flag for displaying buffers in debug output #176
- Add ZSTD to compression codecs and types #157
- Admin get topic metadata #174
Changed
- Add description to lock instances #178