dependabot[bot] opened a new pull request, #4118: URL: https://github.com/apache/streampipes/pull/4118
Bumps [confluent-kafka](https://github.com/confluentinc/confluent-kafka-python) from 2.12.0 to 2.13.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> <p>v2.13.0 is a feature release with the following features, fixes and enhancements:</p> <h2>Enhancements</h2> <ul> <li>Enforced type hinting for all interfaces</li> <li>Handle OAuth Token Refreshes using background thread for Admin, Producer and Consumer clients (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2130">#2130</a>)</li> <li>Added black and isort linting rules and enforcement to codebase (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2133">#2133</a>, <a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2137">#2137</a>)</li> <li>Enabled direct creation of Message objects (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2128">#2128</a>)</li> <li>Added <code>close()</code> method to producer (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2039">#2039</a>)</li> <li>Added context manager for librdkafka classes to enable easy scope cleanup (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2114">#2114</a>)</li> <li>Expose deterministic partitioner functions (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2116">#2116</a>)</li> <li>Add Accept-Version header for schemas (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2117">#2117</a>)</li> <li>Enhanced the BufferTimeoutManager to flush the librdkafka queue</li> <li>Remove experimental module designation for Async classes (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2143">#2143</a>)</li> <li>Add <code>__len__</code> function to AIOProducer (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2140">#2140</a>)</li> <li>Enhance Message class to include serialisation support and rich comparison (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2153">#2153</a>)</li> <li>Support Strict Validation Flags in Avro Serializers (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2147">#2147</a>)</li> </ul> <h2>Fixes</h2> <ul> <li>Type hint <code>__enter__</code> to return the same object type that called it (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2157">#2157</a>)</li> <li>Fixed <code>Consumer.poll()</code>, <code>Consumer.consume()</code>, <code>Producer.poll()</code>, and <code>Producer.flush()</code> blocking indefinitely and not responding to Ctrl+C (KeyboardInterrupt) signals. The implementation now uses a "wakeable poll" pattern that breaks long blocking calls into smaller chunks (200ms) and periodically re-acquires the Python GIL to check for pending signals. This allows Ctrl+C to properly interrupt blocking operations. Fixes Issues <a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/209">#209</a> and <a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/807">#807</a> (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2126">#2126</a>).</li> <li>Fix support for wrapped Avro unions (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2134">#2134</a>)</li> <li>Fixed segfault exceptions on calls against objects that had closed internal objects (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2122">#2122</a>)</li> <li>Handle evolution during field transformation of schemas (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2121">#2121</a>)</li> <li>Handle null group name to prevent segfault in Admin <code>list_consumer_group_offsets()</code> (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2118">#2118</a>)</li> <li>Ensure schemaId initialization is thread-safe (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2120">#2120</a>)</li> <li>Fix error propagation rule for Python's C API</li> <li>Fix SR delete behavior with client-side caching</li> <li>Don't leave NewTopic partially-initialized on error (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2151">#2151</a>)</li> <li>Fix formatting issue of TopicPartition that causes SystemError on Windows (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2141">#2141</a>)</li> <li>Add Py_None check for msg and offset params in <code>commit()</code> and <code>store_offsets()</code> (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2145">#2145</a>)</li> <li>Fix experimental module references (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2144">#2144</a>)</li> <li>Update outdated example in README.md (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2150">#2150</a>)</li> </ul> <hr /> <p>confluent-kafka-python v2.13.0 is based on librdkafka v2.13.0, see the <a href="https://github.com/confluentinc/librdkafka/releases/tag/v2.13.0">librdkafka release notes</a> for a complete list of changes, enhancements, fixes and upgrade considerations.</p> <h2>Installation</h2> <p>pip install confluent-kafka==2.13.0</p> <h2>v2.13.0b1 - 2025-11-25</h2> <p>This is a beta release intended for <code>--pre</code> installers to get early access to upcoming changes. Exact changes included are:</p> <ul> <li>Enforced type hinting for all interfaces</li> <li>Handle OAuth Token Refreshes</li> <li>Added black and isort linting rules and enforcement to codebase</li> </ul> <!-- 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.13.0 - 2025-12-15</h2> <p>v2.13.0 is a feature release with the following features, fixes and enhancements:</p> <h3>Enhancements</h3> <ul> <li>Enforced type hinting for all interfaces</li> <li>Handle OAuth Token Refreshes using background thread for Admin, Producer and Consumer clients (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2130">#2130</a>)</li> <li>Added black and isort linting rules and enforcement to codebase (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2133">#2133</a>, <a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2137">#2137</a>)</li> <li>Enabled direct creation of Message objects (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2128">#2128</a>)</li> <li>Added <code>close()</code> method to producer (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2039">#2039</a>)</li> <li>Added context manager for librdkafka classes to enable easy scope cleanup (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2114">#2114</a>)</li> <li>Expose deterministic partitioner functions (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2116">#2116</a>)</li> <li>Add Accept-Version header for schemas (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2117">#2117</a>)</li> <li>Enhanced the BufferTimeoutManager to flush the librdkafka queue</li> <li>Remove experimental module designation for Async classes (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2143">#2143</a>)</li> <li>Add <code>__len__</code> function to AIOProducer (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2140">#2140</a>)</li> <li>Enhance Message class to include serialisation support and rich comparison (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2153">#2153</a>)</li> <li>Support Strict Validation Flags in Avro Serializers (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2147">#2147</a>)</li> </ul> <h3>Fixes</h3> <ul> <li>Type hint <code>__enter__</code> to return the same object type that called it (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2157">#2157</a>)</li> <li>Fixed <code>Consumer.poll()</code>, <code>Consumer.consume()</code>, <code>Producer.poll()</code>, and <code>Producer.flush()</code> blocking indefinitely and not responding to Ctrl+C (KeyboardInterrupt) signals. The implementation now uses a "wakeable poll" pattern that breaks long blocking calls into smaller chunks (200ms) and periodically re-acquires the Python GIL to check for pending signals. This allows Ctrl+C to properly interrupt blocking operations. Fixes Issues <a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/209">#209</a> and <a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/807">#807</a> (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2126">#2126</a>).</li> <li>Fix support for wrapped Avro unions (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2134">#2134</a>)</li> <li>Fixed segfault exceptions on calls against objects that had closed internal objects (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2122">#2122</a>)</li> <li>Handle evolution during field transformation of schemas (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2121">#2121</a>)</li> <li>Handle null group name to prevent segfault in Admin <code>list_consumer_group_offsets()</code> (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2118">#2118</a>)</li> <li>Ensure schemaId initialization is thread-safe (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2120">#2120</a>)</li> <li>Fix error propagation rule for Python's C API</li> <li>Fix SR delete behavior with client-side caching</li> <li>Don't leave NewTopic partially-initialized on error (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2151">#2151</a>)</li> <li>Fix formatting issue of TopicPartition that causes SystemError on Windows (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2141">#2141</a>)</li> <li>Add Py_None check for msg and offset params in <code>commit()</code> and <code>store_offsets()</code> (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2145">#2145</a>)</li> <li>Fix experimental module references (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2144">#2144</a>)</li> <li>Update outdated example in README.md (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2150">#2150</a>)</li> </ul> <p>confluent-kafka-python v2.13.0 is based on librdkafka v2.13.0, see the <a href="https://github.com/confluentinc/librdkafka/releases/tag/v2.13.0">librdkafka release notes</a> for a complete list of changes, enhancements, fixes and upgrade considerations.</p> <h2>2.12.2 - 2025-11-06</h2> <p>v2.12.2 is a hotfix for a critical problem found with Schema Registry clients in the 2.12.1 release:</p> <ul> <li>Fix IndexOutOfBoundsException when evolving Avro schema that uses rules</li> </ul> <h2>v2.12.1 - 2025-10-21</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/15789cbe8b4ff751228dec77e636fc99f107eb2f"><code>15789cb</code></a> Final release 2.13.0 (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2162">#2162</a>)</li> <li><a href="https://github.com/confluentinc/confluent-kafka-python/commit/bf798b44160ab5fd52b28db59d029c3c621b100e"><code>bf798b4</code></a> Prepare release candidate 2 (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2158">#2158</a>)</li> <li><a href="https://github.com/confluentinc/confluent-kafka-python/commit/363287f2b3731d469b41737a2b0d56c84809d339"><code>363287f</code></a> Type hint <strong>enter</strong> to return the same object type that called it (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2157">#2157</a>)</li> <li><a href="https://github.com/confluentinc/confluent-kafka-python/commit/0669efc5851327b4e34faf177d51652fe0daba0f"><code>0669efc</code></a> V2.13.0rc (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2156">#2156</a>)</li> <li><a href="https://github.com/confluentinc/confluent-kafka-python/commit/b30765ecacb0adf1789749e7aeda5377ec6021cf"><code>b30765e</code></a> Enhance message class to include serialisation support and rich comparison (#...</li> <li><a href="https://github.com/confluentinc/confluent-kafka-python/commit/9907f095460edbddd22594943de4d512d3fa1675"><code>9907f09</code></a> Mseal/experimental references fix (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2144">#2144</a>)</li> <li><a href="https://github.com/confluentinc/confluent-kafka-python/commit/290546c740ab156451ce0a8d31cb60def987a379"><code>290546c</code></a> Don't leave NewTopic partially-initialized on error (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2151">#2151</a>)</li> <li><a href="https://github.com/confluentinc/confluent-kafka-python/commit/44c5b2890578062518dc8972590a8986c94bd309"><code>44c5b28</code></a> Update outdated example in README.md <a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2149">#2149</a> (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2150">#2150</a>)</li> <li><a href="https://github.com/confluentinc/confluent-kafka-python/commit/76a8b17be00289913592f3eca8a8c6a00d38d7b6"><code>76a8b17</code></a> Support Strict Validation Flags in Avro Serializers (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2147">#2147</a>)</li> <li><a href="https://github.com/confluentinc/confluent-kafka-python/commit/9a137802f111759ca7ba570d84f9c1c7cf257eb8"><code>9a13780</code></a> Make long waiting consumer and producer API wakeable (<a href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/2126">#2126</a>)</li> <li>Additional commits viewable in <a href="https://github.com/confluentinc/confluent-kafka-python/compare/v2.12.0...v2.13.0">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]
