Skip to content

v0.1.0

Choose a tag to compare

@omersiar omersiar released this 16 Apr 09:02
· 4 commits to main since this release
  • I think I found the most obvious bugs by now, so here is the version 0.1
  • Not all authentication mechanisms are tested, so please feel free to create an issue if yours is not working.
  • There is a known issue with the franz-go module where clientSoftwareName/Version not propagated with all requests. If you are not collecting client metrics (KIP-714) this is only a cosmetic issue, otherwise RIPT's FETCH metrics will be missing for now, the good thing a fix is on the way > twmb/franz-go#1298

v0.1 - 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