v0.12.0
What's new
From #13, this release introduces automatic data format detection for read/write operations and migrates from individual format flags (--raw, --mrt, --exa) to a unified --format flag with auto-detection support. It adds a bind address feature to the connect stage, refactors utility functions, and includes comprehensive JSON format documentation.
From #14, the release implements connection retry logic with exponential backoff and jitter for TCP and WebSocket client connections, addressing issue #12. The changes introduce new command-line flags --retry and --retry-max to enable configurable retry behavior, along with supporting infrastructure for safe channel operations and unified timeout handling.
Many thanks to @mwichtlh for work on this release!
Full Changelog: v0.11.0...v0.12.0