Skip to content

Bump confluent-kafka from 1.6.0 to 1.7.0

Afonso Mukai requested to merge dependabot/pip/confluent-kafka-1.7.0 into main

Created by: dependabot[bot]

Dependabot is rebasing this PR

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps confluent-kafka from 1.6.0 to 1.7.0.

Release notes

Sourced from confluent-kafka's releases.

v1.7.0 is a maintenance release with the following fixes and enhancements:

  • Add error_cb to confluent_cloud.py example (#1096).
  • Clarify that doc output varies based on method (@​slominskir, #1098).
  • Docs say Schema when they mean SchemaReference (@​slominskir, #1092).
  • Add documentation for NewTopic and NewPartitions (#1101).

confluent-kafka-python is based on librdkafka v1.7.0, see the librdkafka release notes for a complete list of changes, enhancements, fixes and upgrade considerations.

v1.6.1

v1.6.1 is a feature release:

  • KIP-429 - Incremental consumer rebalancing support.
  • OAUTHBEARER support.

Fixes

  • Add return_record_name=True to AvroDeserializer (@​slominskir, #1028)
  • Fix deprecated schema.Parse call (@​casperlehmann, #1006).
  • Make reader schema optional in AvroDeserializer (@​97nitt, #1000).
  • Add **kwargs to legacy AvroProducer and AvroConsumer constructors to support all Consumer and Producer base class constructor arguments, such as logger (@​venthur, #699).
  • Add bool for permanent schema delete (@​slominskir, #1029).
  • The avro package is no longer required for Schema-Registry support (@​jaysonsantos, #950).
  • Only write to schema cache once, improving performance (@​fimmtiu, #724).
  • Improve Schema-Registry error reporting (@​jacopofar, #673).
  • producer.flush() could return a non-zero value without hitting the specified timeout.

confluent-kafka-python is based on librdkafka v1.6.1, see the librdkafka release notes for a complete list of changes, enhancements, fixes and upgrade considerations.

Changelog

Sourced from confluent-kafka's changelog.

v1.7.0

v1.7.0 is a maintenance release with the following fixes and enhancements:

  • Add error_cb to confluent_cloud.py example (#1096).
  • Clarify that doc output varies based on method (@​slominskir, #1098).
  • Docs say Schema when they mean SchemaReference (@​slominskir, #1092).
  • Add documentation for NewTopic and NewPartitions (#1101).

confluent-kafka-python is based on librdkafka v1.7.0, see the librdkafka release notes for a complete list of changes, enhancements, fixes and upgrade considerations.

v1.6.1

v1.6.1 is a feature release:

  • KIP-429 - Incremental consumer rebalancing support.
  • OAUTHBEARER support.

Fixes

  • Add return_record_name=True to AvroDeserializer (@​slominskir, #1028)
  • Fix deprecated schema.Parse call (@​casperlehmann, #1006).
  • Make reader schema optional in AvroDeserializer (@​97nitt, #1000).
  • Add **kwargs to legacy AvroProducer and AvroConsumer constructors to support all Consumer and Producer base class constructor arguments, such as logger (@​venthur, #699).
  • Add bool for permanent schema delete (@​slominskir, #1029).
  • The avro package is no longer required for Schema-Registry support (@​jaysonsantos, #950).
  • Only write to schema cache once, improving performance (@​fimmtiu, #724).
  • Improve Schema-Registry error reporting (@​jacopofar, #673).
  • producer.flush() could return a non-zero value without hitting the specified timeout.

confluent-kafka-python is based on librdkafka v1.6.1, see the librdkafka release notes for a complete list of changes, enhancements, fixes and upgrade considerations.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Merge request reports