Skip to content

Releases: alm0ra/mockafka-py

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

v0.1.51

27 Feb 17:48
ce787c7
Compare
Choose a tag to compare

Fixes:

  • update readme and add examples of using async support
  • add more unit tests

v0.1.49

27 Feb 16:46
Compare
Choose a tag to compare

Release Note: Version 0.1.48

Fixes:

  • fix document deploy

v0.1.48

27 Feb 16:28
8aedad8
Compare
Choose a tag to compare

Release Note: Version 0.1.48

Features:

  • Async Support Added: In this release, we have incorporated async support into our software, making it compatible with aiokafka. This addition enhances the flexibility and performance of our platform, enabling smoother integration with asynchronous programming paradigms.

Refactors:

  • Expanded Test Coverage: We have augmented our test suite by adding more comprehensive test cases specifically tailored to validate the newly introduced async support. This ensures robustness and reliability across various usage scenarios.

Documentation:

  • Updated Documentation for aiokafka Feature: Our documentation has been meticulously updated to encompass the details and usage instructions related to the new aiokafka feature. This ensures that users have access to accurate and up-to-date information, facilitating seamless integration and utilization.

v0.1.45

24 Dec 08:02
Compare
Choose a tag to compare
handle if topic is null or ''

v0.1.44

24 Dec 07:53
Compare
Choose a tag to compare

Hotfix

  • do not raise an exception when produce on topic does not exist

v0.1.43

19 Nov 16:27
Compare
Choose a tag to compare

#HotFix

  • Disable timeout in consumer

v0.1.42

19 Nov 09:04
Compare
Choose a tag to compare

HotFix

  • fix message value()

v0.1.41

19 Nov 08:19
Compare
Choose a tag to compare

Hotfix

  • change default clean=False for admin client

v0.1.4

19 Nov 07:59
Compare
Choose a tag to compare

BugFix

- make kafka store singleton