dependabot[bot] opened a new pull request, #3548:
URL: https://github.com/apache/streampipes/pull/3548

   Bumps 
[confluent-kafka](https://github.com/confluentinc/confluent-kafka-python) from 
2.5.0 to 2.9.0.
   <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.9.0</h2>
   <h1>confluent-kafka-python v2.9.0</h1>
   <h2>v2.9.0 is a feature release with the following fixes and 
enhancements:</h2>
   <p>Add Client Credentials OAuth support for Schema Registry (<a 
href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1919";>#1919</a>)
   Add custom OAuth support for Schema Registry (<a 
href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1925";>#1925</a>)
   confluent-kafka-python v2.9.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.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>
   <!-- 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.9.0</h2>
   <p>v2.9.0 is a feature release with the following fixes and enhancements:</p>
   <ul>
   <li>Add Client Credentials OAuth support for Schema Registry (<a 
href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1919";>#1919</a>)</li>
   <li>Add custom OAuth support for Schema Registry (<a 
href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1925";>#1925</a>)</li>
   <li>Add utilities to convert decimals from/to Protobuf (<a 
href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1946";>#1946</a>)</li>
   <li>Add support for passing schema ID during serialization (<a 
href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1949";>#1949</a>)</li>
   </ul>
   <p>confluent-kafka-python v2.9.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.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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/confluentinc/confluent-kafka-python/commit/9fe730c8ba209963a648eb1bd95508e07e836538";><code>9fe730c</code></a>
 V2.9.0rc (<a 
href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1951";>#1951</a>)</li>
   <li><a 
href="https://github.com/confluentinc/confluent-kafka-python/commit/4606799922ed2841dad1b8bd141813aefb65292b";><code>4606799</code></a>
 Add support for passing schema ID during serialization (<a 
href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1949";>#1949</a>)</li>
   <li><a 
href="https://github.com/confluentinc/confluent-kafka-python/commit/09772d5d9e143b5245d28703a6e0c4e8f60ecf52";><code>09772d5</code></a>
 Minor fix to cache to ensure schema matches input (<a 
href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1948";>#1948</a>)</li>
   <li><a 
href="https://github.com/confluentinc/confluent-kafka-python/commit/08e878b381b73bd81b399d062516a1e151865708";><code>08e878b</code></a>
 DGS-20014 Add utilities to convert decimals from/to Protobuf (<a 
href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1946";>#1946</a>)</li>
   <li><a 
href="https://github.com/confluentinc/confluent-kafka-python/commit/5f94067dac6708e1c23adf408209e532e3c4ae78";><code>5f94067</code></a>
 Replaced deprecated httpx param data with content (<a 
href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1945";>#1945</a>)</li>
   <li><a 
href="https://github.com/confluentinc/confluent-kafka-python/commit/a1c3d0a8b0cb2099de29558f284b89550fd9d28a";><code>a1c3d0a</code></a>
 MINOR refactor of DEK creation (<a 
href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1943";>#1943</a>)</li>
   <li><a 
href="https://github.com/confluentinc/confluent-kafka-python/commit/b585f24c8411c1722f7588ebb38b4199c13bf211";><code>b585f24</code></a>
 Add support for custom OAuth functions (<a 
href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1925";>#1925</a>)</li>
   <li><a 
href="https://github.com/confluentinc/confluent-kafka-python/commit/497ef2ab4a3fc0d85b89dad563054eca4fccff74";><code>497ef2a</code></a>
 DGS-19840 Ensure use of DEK object is thread-safe (<a 
href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1930";>#1930</a>)</li>
   <li><a 
href="https://github.com/confluentinc/confluent-kafka-python/commit/3f40f1906ee4c0f9a6aec10be8cee47bc9072230";><code>3f40f19</code></a>
 Add test with record refs (<a 
href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1932";>#1932</a>)</li>
   <li><a 
href="https://github.com/confluentinc/confluent-kafka-python/commit/8b9afc0446ea0a9863b36dbb8db7c67d300358ff";><code>8b9afc0</code></a>
 Fix typo in changelog (<a 
href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1931";>#1931</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/confluentinc/confluent-kafka-python/compare/v2.5.0...v2.9.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=confluent-kafka&package-manager=pip&previous-version=2.5.0&new-version=2.9.0)](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]

Reply via email to