Skip to content

0.5.5 - 2025-12-19

Choose a tag to compare

@github-actions github-actions released this 19 Dec 09:06

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

File Platform Checksum
kafka-remapper-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
kafka-remapper-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
kafka-remapper-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
kafka-remapper-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum