Skip to content

Latest commit

 

History

History
executable file
·
54 lines (37 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

executable file
·
54 lines (37 loc) · 1.25 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, adheres to Semantic Versioning, and is generated by Changie.

v0.2.0 - 2022-06-13

Added

  • ability to tail from multiple partitions without setting group_id, using --partition=all flag

Changed

  • Go version upgraded from 1.16 to 1.18

v0.1.5 - 2021-12-31

Added

  • Snap release for linux

v0.1.4 - 2021-12-30

Added

  • Windows Scoop Release

v0.1.3 - 2021-10-29

Added

  • Homebrew release
  • Validations for proto specific flags

v0.1.2 - 2021-08-08

Added

  • close KafkaReader on app termination (#1)
  • Examples for kafkatail help command

Fixed

  • consume from all partition when group_id is specified (#2)

v0.1.1 - 2021-07-07

Fixed

  • Validation error when whitespace is used instead of = in command flags

v0.1.0 - 2021-07-03

Added

  • Tail from specific datetime for a topic
  • Tail from specific partition for a topic
  • Tail from a specific offset on a topic partition
  • Tail proto messages after decoding from a topic
  • version info flag
  • Tail plaintext messages from a topic