Skip to content

Releases: nasa-gcn/gcn-kafka-python

Version 0.3.3

23 Aug 17:07
Compare
Choose a tag to compare

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

05 May 01:37
Compare
Choose a tag to compare

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

18 Apr 00:52
Compare
Choose a tag to compare

What's Changed

  • Use the timeout kwarg to consume() in examples by @titodalcanton in #14
  • Fig segfault when subscribing to non-existent topics. by @lpsinger in #18

New Contributors

Full Changelog: v0.3.0...v0.3.1

Version 0.3.0

07 Oct 16:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.3.0

Version 0.2.3

25 Aug 03:25
Compare
Choose a tag to compare
v0.2.3

Add unit test for gcn_kafka/oidc.py

Version 0.2.2

19 Aug 21:16
1c70782
Compare
Choose a tag to compare
v0.2.2

Expand the kwargs in the update config call (#8)

Version 0.2.1

19 Aug 20:32
cb89251
Compare
Choose a tag to compare

What's Changed

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

Version 0.2.0

16 Aug 18:23
02d8cea
Compare
Choose a tag to compare
  • Add config_from_env function.

Version 0.1.2

08 Jun 21:00
Compare
Choose a tag to compare
v0.1.2

Add project URL

Version 0.1.1

08 Jun 17:59
Compare
Choose a tag to compare
v0.1.1

Fix MIME type for long_description