Skip to content

Releases: alm0ra/mockafka-py

v0.2.1

15 Jul 07:36
Compare
Choose a tag to compare

What's Changed

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

v0.2.0

15 Jun 09:07
098d94e
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v0.1.61

19 Jul 12:06
f564594
Compare
Choose a tag to compare

What's Changed

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

v0.1.60

14 Jul 21:53
5b02f75
Compare
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
Compare
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
Compare
Choose a tag to compare

fix latest relaease

v0.1.56

19 May 09:52
Compare
Choose a tag to compare

What's Changed

  • Fix/aiokafka consume strategy by @alm0ra in #68
  • Fix/ error handling in CustomDict class by @massooti in #79
  • Feature/add stop in aioproducer by @setmao in #86
  • Fix/Add annotations future statement globally (support python 3.8) by @MrkGrgsn in #83

New Contributors

Full Changelog: v0.1.55...v0.1.56

v0.1.55

16 Apr 13:50
2eb4b51
Compare
Choose a tag to compare

What's Changed

  • add more tests and reformat with ruff by @alm0ra in #66
  • shuffle consuming from topic and partition by @alm0ra in #67
  • FakeConsumer match with confluent-kafka-python API in .consume() method by @alm0ra in #67

Full Changelog: v0.1.54...v0.1.55