Skip to content

Releases: alm0ra/mockafka-py

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

v0.1.54

10 Apr 07:57
031359f
Compare
Choose a tag to compare

Fixes

  • Issue #61: The commit() method was not functioning correctly when provided with an input message, resulting in various issues. This has been rectified.
  • Parametrized test cases have been added to enhance testing coverage.

v0.1.53

23 Mar 13:33
7507116
Compare
Choose a tag to compare

Fixes

  • #52 send_and_wait() method args

v0.1.52

11 Mar 16:40
6efadf2
Compare
Choose a tag to compare

What's Changed

  • Bump mkdocs-material from 9.5.10 to 9.5.12 by @dependabot in #42
  • Bump mkdocstrings from 0.24.0 to 0.24.1 by @dependabot in #41
  • Fix Bug in produce when topic does not exist