Releases: dhth/kplay
Releases · dhth/kplay
v2.0.0
v1.1.0
v1.1.0
Adds the capability to fetch messages without committing them back to Kafka, and the ability to persist a single message on demand.
Changelog
v1.0.0
v1.0.0
This release adds support for dynamically parsing protobuf encoded messages. It also simplifies the visual interface.
Added
- Allow dynamic parsing of protobuf encoded messages
- Allow setting up of "profiles" for various Kafka topics, each with its own details related to brokers, message encoding, authentication, etc.
- Allow authentication via AWS MSK IAM
- Show topic and consumer group info in the footer
Changed
- Message metadata and value are now shown in a single viewport
- The command line interface; most of the configuration is now taken from the config file
Removed
- Keymaps to maximize message metadata or value viewport
Changelog
- a227a27 build: dependency upgrades
- 65858fb build: dependency upgrades
- 88ec209 build: upgrade to go 1.22.5
- b265394 build: upgrade to go 1.23.5, +dep upgrades
- 4e62d24 chore(deps): updates, linting fixes, +gh actions
- b8bc7ce chore: better error handling (#27)
- 91b11e7 chore: dependency upgrades
- f4042d4 chore: make value viewport bigger
- 7c7abbe chore: show details for first msg automatically (#29)
- 2db0dca feat: add sasl support
- bf3033e feat: allow dynamic parsing of proto encoded messages (#31)
- 4d7b434 feat: allow reading messages with no encoding (#32)
- c848c0a feat: show topic name in the footer, +styling tweaks
- 6982fc0 feat: simplify message details pane (#30)
- c0184df feat: visual tweaks
- 9a6e9ff refactor: cleaner code structure (#28)