Releases: omersiar/ript
Releases · omersiar/ript
v0.1.0
- 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
- SoftwareNameAndVersion not propagated to internal group coordinator connection (bug at franz-go module)
v0.0.2
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
Full Changelog: v0.0.1...v0.0.2
Initial Release
Notice: Not all Auth mechanisms are tested. Only SSL and PLAINTEXT confirmed to be working. Please raise an issue if RIPT is not working for your cluster.