dependabot[bot] opened a new pull request, #3514: URL: https://github.com/apache/streampipes/pull/3514
Bumps [confluent-kafka](https://github.com/confluentinc/confluent-kafka-python) from 2.5.0 to 2.8.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/confluentinc/confluent-kafka-python/releases">confluent-kafka's releases</a>.</em></p> <blockquote> <h2>v2.8.2</h2> <h1>confluent-kafka-python v2.8.2</h1> <h2>v2.8.2 is a maintenance release with the following fixes and enhancements:</h2> <ul> <li>Fixed caching to ensure cached schema matches input. (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1922">#1922</a>)</li> <li>Fix handling of named Avro schemas (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1928">#1928</a>)</li> </ul> <p>confluent-kafka-python v2.8.2 is based on librdkafka v2.8.0, see the <a href="https://github.com/confluentinc/librdkafka/releases/tag/v2.8.0">librdkafka release notes</a> for a complete list of changes, enhancements, fixes and upgrade considerations.</p> <p>Note: Versioning is skipped due to breaking change in v2.8.1. Do not run software with v2.8.1 installed.</p> <h2>v2.8.0</h2> <h1>confluent-kafka-python v2.8.0</h1> <h2>v2.8.0 is a feature release with the features, fixes and enhancements:</h2> <ul> <li>Ensure algorithm query param is passed for CSFLE (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1889">#1889</a>)</li> <li>DGS-19492 Handle records nested in arrays/maps when searching for tags (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1890">#1890</a>)</li> </ul> <p>confluent-kafka-python v2.8.0 is based on librdkafka v2.8.0, see the <a href="https://github.com/confluentinc/librdkafka/releases/tag/v2.8.0">librdkafka release notes</a> for a complete list of changes, enhancements, fixes and upgrade considerations.</p> <h2>v2.7.0</h2> <h1>confluent-kafka-python v2.7.0</h1> <p><strong>Note</strong>: As part of this release, we are deprecating v2.6.2 release and yanking it from PyPI. Please refrain from using v2.6.2. Use v2.7.0 instead.</p> <p><strong>Note</strong>: This release modifies the dependencies of the Schema Registry client. If you are using the Schema Registry client, please ensure that you install the extra dependencies using the following syntax:</p> <pre><code>pip install confluent-kafka[schemaregistry] </code></pre> <p>or</p> <pre><code>pip install confluent-kafka[avro,schemaregistry] </code></pre> <p>Please see the <a href="https://github.com/confluentinc/confluent-kafka-python/blob/HEAD/README.md">https://github.com/confluentinc/confluent-kafka-python/blob/HEAD/README.md</a> for more information related to installing protobuf, jsonschema or rules dependencies.</p> <h2>v2.7.0 is a feature release with the following features, fixes and enhancements:</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/confluentinc/confluent-kafka-python/blob/master/CHANGELOG.md">confluent-kafka's changelog</a>.</em></p> <blockquote> <h2>v2.8.2</h2> <p>v2.8.2 is a maintenance release with the following fixes and enhancements:</p> <ul> <li>Fixed caching to ensure cached schema matches input. (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1922">#1922</a>)</li> <li>Fix handling of named Avro schemas (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1928">#1928</a>)</li> </ul> <p>confluent-kafka-python v2.8.2 is based on librdkafka v2.8.0, see the <a href="https://github.com/confluentinc/librdkafka/releases/tag/v2.8.0">librdkafka release notes</a> for a complete list of changes, enhancements, fixes and upgrade considerations.</p> <p>Note: Versioning is skipped due to breaking change in v2.8.1. Do not run software with v2.8.1 installed.</p> <h2>v2.8.0</h2> <p>v2.8.0 is a feature release with the features, fixes and enhancements:</p> <p>confluent-kafka-python v2.8.0 is based on librdkafka v2.8.0, see the <a href="https://github.com/confluentinc/librdkafka/releases/tag/v2.8.0">librdkafka release notes</a> for a complete list of changes, enhancements, fixes and upgrade considerations.</p> <h2>v2.7.0</h2> <p>v2.7.0 is a feature release with the features, fixes and enhancements present in v2.6.2 including the following fix:</p> <ul> <li>Added missing dependency on googleapis-common-protos when using protobufs. (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1881">#1881</a>, <a href="https://github.com/tenzer"><code>@​tenzer</code></a>)</li> </ul> <p>confluent-kafka-python v2.7.0 is based on librdkafka v2.6.1, see the <a href="https://github.com/confluentinc/librdkafka/releases/tag/v2.6.1">librdkafka release notes</a> for a complete list of changes, enhancements, fixes and upgrade considerations.</p> <h2>v2.6.2</h2> <blockquote> <p>[!WARNING] Due to an error in which we included dependency changes to a recent patch release, Confluent recommends users to <strong>refrain from upgrading to 2.6.2</strong> of Confluent Kafka. Confluent will release a new minor version, 2.7.0, where the dependency changes will be appropriately included. Users who have already upgraded to 2.6.2 and made the required dependency changes are free to remain on that version and are recommended to upgrade to 2.7.0 when that version is available. Upon the release of 2.7.0, the 2.6.2 version will be marked deprecated. We apologize for the inconvenience and appreciate the feedback that we have gotten from the community.</p> </blockquote> <p>v2.6.2 is a feature release with the following features, fixes and enhancements:</p> <p>Note: This release modifies the dependencies of the Schema Registry client. If you are using the Schema Registry client, please ensure that you install the extra dependencies using the following syntax:</p> <pre><code>pip install confluent-kafka[schemaregistry] </code></pre> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/confluentinc/confluent-kafka-python/commit/d6a4e08fc7cc01bbbf29b6d0f040c7843b799f3c"><code>d6a4e08</code></a> Version v2.8.2rc1 (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1929">#1929</a>)</li> <li><a href="https://github.com/confluentinc/confluent-kafka-python/commit/95cb644f077930a58b628def88ef039ea41c79f7"><code>95cb644</code></a> Fix handling of named Avro schemas (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1928">#1928</a>)</li> <li><a href="https://github.com/confluentinc/confluent-kafka-python/commit/790bc8742af13d31bc892d7096c5f4a74938b53f"><code>790bc87</code></a> Changes for v2.8.1 release (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1926">#1926</a>)</li> <li><a href="https://github.com/confluentinc/confluent-kafka-python/commit/57608cea277f216950f9854657404420dcd4ce75"><code>57608ce</code></a> Ensure cached schema matches input (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1922">#1922</a>)</li> <li><a href="https://github.com/confluentinc/confluent-kafka-python/commit/4a3694bf7908cee8b474ee83095c114d522cacf4"><code>4a3694b</code></a> Add basic OAuth support to Schema Registry (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1919">#1919</a>)</li> <li><a href="https://github.com/confluentinc/confluent-kafka-python/commit/e1196768faa1d9ef04605d6e3eabd2514da11083"><code>e119676</code></a> DGS-19711 Support Protobuf oneof fields in Data Contract rules (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1921">#1921</a>)</li> <li><a href="https://github.com/confluentinc/confluent-kafka-python/commit/1f85b8d28e7aa972b4bdb24d2a5ff3251c564dea"><code>1f85b8d</code></a> Feat: Add custom JSON encoder/decoder support (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1917">#1917</a>)</li> <li><a href="https://github.com/confluentinc/confluent-kafka-python/commit/0c2de3742719e32d5fc83d481e7ed5e9b98b8f32"><code>0c2de37</code></a> Optimization to cache json validators (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1918">#1918</a>)</li> <li><a href="https://github.com/confluentinc/confluent-kafka-python/commit/5f706570c27d909a7c419126aaca28302bcb51b4"><code>5f70657</code></a> MINOR refactor to prevent AttributeError when accessing None (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1914">#1914</a>)</li> <li><a href="https://github.com/confluentinc/confluent-kafka-python/commit/ca8bc22f48ae6c0d87040be10a9d65168f19960b"><code>ca8bc22</code></a> Installation test to ensure the extra dependencies don't change their name (#...</li> <li>Additional commits viewable in <a href="https://github.com/confluentinc/confluent-kafka-python/compare/v2.5.0...v2.8.2">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
