Skip to content

Latest commit

 

History

History
73 lines (44 loc) · 1.8 KB

File metadata and controls

73 lines (44 loc) · 1.8 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v0.2.0 - 2026-04-23

Added

  • RIPT now can also run as a cli utility

Fixed

  • Handling empty assignments
  • Empty state topic, bootstrap guard
  • Kafka clientSoftwareName and Version not propogating with all requests (bug at upstream franz-go module)

Changed

  • Upgraded franz-go v1.21.0

v0.1.0 - 2026-04-16

Added

  • Kafka clientSoftwareName and Version required by the KIP-714 with a caveat see Known Issues below

Fixed

  • Timestamps were resetting when multiple instances of RIPT are running

Changed

  • Upgraded Go 1.26
  • Upgraded franz-go v1.20.7
  • Upgraded Gin v1.12.0
  • Stale partitions in topic detail modal are now colored as yellow, consistent with table view

Known Issues

v0.0.2 - 2026-04-11

Added

  • Clear (×) button on the topic search input
  • Direct page navigation
  • Prevent scans from running while snapshots are being saved
  • Configurable static files directory for the web dashboard

Changed

  • Cleaned up and reduced code across API, tracker, state manager, and models
  • Snapshots are now saved more efficiently

Removed

  • Test harness and testing code from main app
  • Various dead code and unnecessary nil checks

Fixed

  • Graceful shutdown when broker connection is lost
  • Default topic creation timeout
  • Overlapping is-invalid regex validation indicator

v0.0.1 - 2026-04-04

Added

  • Initial version