Skip to content

Releases: tulios/kafkajs

v1.5.0-beta.2

19 Apr 19:40
d1d05d1
Compare
Choose a tag to compare

[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

19 Apr 19:40
Compare
Choose a tag to compare

[1.5.0-beta.1] - 2019-01-17

Fixed

  • Rolling upgrade from 0.10 to 0.11 causes unknown magic byte errors #246

Changed

  • Validate consumer groupId #244

Added

  • Expose network queue size event to consumers, producers and admin #245

v1.4.7

19 Apr 19:40
Compare
Choose a tag to compare

[1.4.7] - 2019-01-17

Fixed

  • Rolling upgrade from 0.10 to 0.11 causes unknown magic byte errors #246

v1.5.0-beta.0

19 Apr 19:40
Compare
Choose a tag to compare

[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

19 Apr 19:40
Compare
Choose a tag to compare

[1.4.6] - 2018-12-03

Fixed

  • Always assign partitions based on subscribed topics #227

v1.4.5

19 Apr 19:41
Compare
Choose a tag to compare

[1.4.5] - 2018-11-28

Fixed

  • Fix crash in mitigation for receiving metadata for unsubscribed topics #221

Added

  • Add CRASH instrumentation event for the consumer #221

v1.4.4

19 Apr 19:41
Compare
Choose a tag to compare

[1.4.4] - 2018-10-29

Fixed

  • Protocol produce v3 wasn't filtering undefined timestamps and was sending timestamp 0 (NaN converted) for all messages #188

v1.4.3

19 Apr 19:41
Compare
Choose a tag to compare

[1.4.3] - 2018-10-22

Changed

  • Version 1.4.2 without test files

v1.4.2

19 Apr 19:41
Compare
Choose a tag to compare

[1.4.2] - 2018-10-22

Changed

  • Allow messages with a value of null to support tombstones #185

v1.4.1

19 Apr 19:41
Compare
Choose a tag to compare

[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