Skip to content

Releases: indix/kafkajs-lz4

2.0.0-beta.0

04 Dec 09:02
2.0.0-beta.0
6e764dd
Compare
Choose a tag to compare
2.0.0-beta.0 Pre-release
Pre-release

[2.0.0] - 2020-12-04

Changed

  • ⚑️ Replace core dependency lz4 with the much better maintained lz4-asm library. Note that this requires Node v10 or above to work!
  • Upgraded all dependencies (including running tests on Kafka v2.5.0)
  • Replace Travis CI with Github Actions.
  • Migrate to ESLint from TSLint (now that the TSLint project is deprecated).

1.2.1

14 Aug 09:36
Compare
Choose a tag to compare

Fixed

  • TS errors in tests β€” via 688a42c.

1.2.0

14 Aug 09:25
Compare
Choose a tag to compare

Fixed

  • Node.js v12 compatibility β€” via #1. Thanks @ankon!

1.1.0

30 Sep 04:02
Compare
Choose a tag to compare

Changed

  • Updated return type for codec() from class property to function.

1.0.2

30 Sep 04:01
Compare
Choose a tag to compare

Added

  • ⚑️ Full end-to-end tests on Kafka.

1.0.1

30 Sep 04:01
Compare
Choose a tag to compare

Changed

  • Relicensed to MIT.

1.0.0

29 Sep 02:19
Compare
Choose a tag to compare

Added

  • Initial release πŸŽ‰