Skip to content

Releases: real-digital/pyconnect

Pyconnect Version 0.5.1

29 Apr 11:42
2063086
Compare
Choose a tag to compare

Breaking changes

  • update confluent-kafka-python to version 1.6.1
  • Use DeserializingConsumer instead of deprecated AvroConsumer and SerializingProducer instead of AvroProducer
  • remove RichAvroConsumer

Other changes

  • replace pipenv with poetry
  • use docker-compose for tests
  • use poetry to publish packages

Added a retry option for Sink

13 Jul 11:05
f34ea72
Compare
Choose a tag to compare

Enabled the Sink to retry committing offsets in case of failure. The maximum number of retries is configurable through
the sink_commit_retry_count field.

Pyconnect Version 0.4.4

08 Jul 10:48
Compare
Choose a tag to compare

Enable JSON logging using loguru

Pyconnect Version 0.4.3

23 Apr 07:33
dd7c12f
Compare
Choose a tag to compare

Fix bug caused by synchronous committing of empty offsets variable.

Pyconnect Version 0.4.2

14 Apr 14:01
c7de0db
Compare
Choose a tag to compare

Make consumer offset commits synchronous.

Pyconnect Version 0.4.1

14 Feb 12:28
53fb922
Compare
Choose a tag to compare

Version 0.4.1

  • Add PYCONNECT_HASH_SENSITIVE_VALUES to specify if sensitive values should get logged as a hash or totally hidden.