Skip to content

v0.2.0

Compare
Choose a tag to compare
@alm0ra alm0ra released this 15 Jun 09:07
· 11 commits to main since this release
098d94e

⚠️ Breaking Change Notice

This release includes a breaking change introduced by me:

In mockafka, both message keys and values are now required to be binary (bytes).
This aligns with how real Kafka behaves and ensures stricter type safety. Existing tests or usage that rely on string or non-binary inputs may break and need to be updated accordingly.

What's Changed

Full Changelog: v0.1.63...v0.2.0