Skip to content

Releases: alm0ra/mockafka-py

v0.2.3

12 Nov 16:48
41b0c61

Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.2

20 Aug 09:19
d994fb9

Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

15 Jul 07:36

Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

15 Jun 09:07
098d94e

Choose a tag to compare

⚠️ 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

v0.1.63

20 Feb 14:05
e9733a8

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.62...v0.1.63

v0.1.62

05 Aug 15:15
5dbaca6

Choose a tag to compare

What's Changed

Full Changelog: v0.1.61...v0.1.62

v0.1.61

19 Jul 12:06
f564594

Choose a tag to compare

What's Changed

Full Changelog: v0.1.60...v0.1.61

v0.1.60

14 Jul 21:53
5b02f75

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.58...v0.1.60a

v0.1.58

03 Jul 13:51
2aea1e2

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.57...v0.1.58

v0.1.57

04 Jun 18:49
99f232e

Choose a tag to compare

fix latest relaease