Releases: alm0ra/mockafka-py
Releases · alm0ra/mockafka-py
v0.1.62
What's Changed
- Fix return types and annotations on FakeAIOKafkaConsumer's topics by @PeterJCLaw in #140
- Have FakeAIOKafkaConsumer.topics better match the real behaviour by @PeterJCLaw in #141
- Bump certifi from 2024.2.2 to 2024.7.4 by @dependabot in #128
- Bump urllib3 from 2.2.1 to 2.2.2 by @dependabot in #129
- Bump jinja2 from 3.1.3 to 3.1.4 by @dependabot in #130
- Bump requests from 2.31.0 to 2.32.2 by @dependabot in #131
- Bump pytest-asyncio from 0.23.7 to 0.23.8 by @dependabot in #135
- Bump mypy from 1.10.1 to 1.11.0 by @dependabot in #134
- Bump mkdocs-material from 9.5.27 to 9.5.29 by @dependabot in #133
- Bump pytest from 8.3.1 to 8.3.2 by @dependabot in #136
Full Changelog: v0.1.61...v0.1.62
v0.1.61
What's Changed
- Bump zipp from 3.17.0 to 3.19.2 by @dependabot in #125
- Bump confluent-kafka from 2.4.0 to 2.5.0 by @dependabot in #124
- Bump mkdocs-material from 9.5.27 to 9.5.29 by @dependabot in #123
- Bump setuptools from 69.1.1 to 70.0.0 by @dependabot in #127
Full Changelog: v0.1.60...v0.1.61
v0.1.60
What's Changed
- Small packaging fixes by @PeterJCLaw in #108
- Bump aiokafka from 0.10.0 to 0.11.0 by @dependabot in #104
- Fix implementation of repeated single-message fetching by @PeterJCLaw in #110
- Make linting config available locally by @PeterJCLaw in #113
- Fix a couple of flaky tests which depended on partition ordering by @PeterJCLaw in #111
- Add type checking via mypy in CI by @PeterJCLaw in #114
- [Snyk] Security upgrade zipp from 3.15.0 to 3.19.1 by @alm0ra in #121
- Flesh out FakeAIOKafkaConsumer by @PeterJCLaw in #112
- Use aiokafka's ConsumerRecord type to match its API by @PeterJCLaw in #115
- Bump mkdocs-material from 9.5.27 to 9.5.28 by @dependabot in #119
- Enforce type validity and publish types in the package by @PeterJCLaw in #116
- Add type hints & raises error when consumer is closed by @alm0ra in #122
New Contributors
- @PeterJCLaw made their first contribution in #108
Full Changelog: v0.1.58...v0.1.60a
v0.1.58
What's Changed
- Bump tox from 4.14.2 to 4.15.1 by @dependabot in #98
- Bump mkdocs-material from 9.5.25 to 9.5.26 by @dependabot in #97
- Bump pytest from 8.2.1 to 8.2.2 by @dependabot in #96
- Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 by @dependabot in #99
- Bump mkdocs-material from 9.5.25 to 9.5.27 by @dependabot in #100
- fix(consumer): make consume return proper number of messages by @skonik in #102
- Bump mkdocs-material from 9.5.25 to 9.5.27 by @dependabot in #101
- Bump mypy from 1.9.0 to 1.10.1 by @dependabot in #103
New Contributors
Full Changelog: v0.1.57...v0.1.58
v0.1.57
v0.1.56
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
- @massooti made their first contribution in #79
- @setmao made their first contribution in #86
- @MrkGrgsn made their first contribution in #83
Full Changelog: v0.1.55...v0.1.56
v0.1.55
v0.1.54
v0.1.53
v0.1.52
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