Release Notes
Added
- CHANGELOG.md following Keep a Changelog format
- CLAUDE.md AI/contributor guidance document
- Core library README for crates.io publishing
- crates.io publishing in release workflow
- Scoop publishing for Windows package manager
- Comprehensive Installation section in README (Homebrew, Shell, PowerShell, Scoop, Docker)
- "Try It Yourself" section with example configurations
- Comparison table with Kroxylicious, Conduktor Gateway, and kafka-proxy
- Documentation table linking to all guides
Changed
- Updated comparison table to accurately reflect Conduktor's Concentrated Topics feature
- License badge updated to Apache-2.0
Fixed
- E2E test target name in workflow (e2e → e2e_tests)
- Benchmark command in workflow (added --bench partition_remapping flag)
- CI test failures for formatting and clippy lints
Install kafka-remapper-cli 0.5.5
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/osodevops/kafka-partition-remapper/releases/download/v0.5.5/kafka-remapper-cli-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/osodevops/kafka-partition-remapper/releases/download/v0.5.5/kafka-remapper-cli-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install osodevops/tap/kafka-remapper-cli
Download kafka-remapper-cli 0.5.5