Releases: nasa-gcn/gcn-kafka-python
Releases · nasa-gcn/gcn-kafka-python
Version 0.3.3
What's Changed
- Update doc strings and comments for confluent-kafka workarounds by @lpsinger in #23
- adding documentation about known confluent-kafka-python bug by @Courey in #25
- Remove group.id setting for earliest offset example by @lpsinger in #24
- Broaden config_from_env types from dict to Mapping by @lpsinger in #28
- Add record error handling to sample code by @lpsinger in #27
- Require confluent-kafka >= 2.2.0 by @lpsinger in #29
New Contributors
Full Changelog: v0.3.2...v0.3.3
Version 0.3.2
What's Changed
- Run unit tests for Python 3.10 and Python 3.11 by @lpsinger in #19
- Disallow confluent-kafka-python 2.1.1 by @lpsinger in #21
Full Changelog: v0.3.1...v0.3.2
Version 0.3.1
What's Changed
- Use the
timeout
kwarg toconsume()
in examples by @titodalcanton in #14 - Fig segfault when subscribing to non-existent topics. by @lpsinger in #18
New Contributors
- @titodalcanton made their first contribution in #14
Full Changelog: v0.3.0...v0.3.1
Version 0.3.0
Version 0.2.3
v0.2.3 Add unit test for gcn_kafka/oidc.py
Version 0.2.2
v0.2.2 Expand the kwargs in the update config call (#8)
Version 0.2.1
What's Changed
- Ignore None type values in kwargs by @dakota002 in #7
Full Changelog: v0.2.0...v0.2.1
Version 0.2.0
- Add
config_from_env
function.
Version 0.1.2
v0.1.2 Add project URL
Version 0.1.1
v0.1.1 Fix MIME type for long_description