dependabot[bot] opened a new pull request, #18: URL: https://github.com/apache/beam-starter-java-provider/pull/18
Bumps `beam.version` from 2.71.0 to 2.72.0. Updates `org.apache.beam:beam-sdks-java-google-cloud-platform-bom` from 2.71.0 to 2.72.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/beam/releases">org.apache.beam:beam-sdks-java-google-cloud-platform-bom's releases</a>.</em></p> <blockquote> <h2>Beam 2.72.0 release</h2> <p>We are happy to present the new 2.72.0 release of Beam. This release includes both improvements and new functionality. See the <a href="https://github.com/apache/beam/blob/HEAD/get-started/downloads/#2720-2026-03-??">download page</a> for this release.</p> <!-- raw HTML omitted --> <p>For more information on changes in 2.72.0, check out the <a href="https://github.com/apache/beam/milestone/39">detailed release notes</a>.</p> <h2>Highlights</h2> <ul> <li>Flink 2.0 support (<a href="https://redirect.github.com/apache/beam/issues/36947">#36947</a>).</li> </ul> <h3>I/Os</h3> <ul> <li>Add Datadog IO support (Java) (<a href="https://redirect.github.com/apache/beam/issues/37318">#37318</a>).</li> <li>Remove Pubsublite IO support, since service will be deprecated in March 2026. (<a href="https://redirect.github.com/apache/beam/issues/37375">#37375</a>).</li> <li>(Java) ClickHouse - migrating from the legacy JDBC driver (v0.6.3) to ClickHouse Java Client v2 (v0.9.6). See the <a href="https://beam.apache.org/releases/javadoc/current/org/apache/beam/sdk/io/clickhouse/ClickHouseIO.html">class documentation</a> for migration guide (<a href="https://redirect.github.com/apache/beam/issues/37610">#37610</a>).</li> <li>(Java) Upgraded GoogleAdsIO to use GoogleAdsIO API v23 (<a href="https://redirect.github.com/apache/beam/issues/37620">#37620</a>).</li> </ul> <h3>New Features / Improvements</h3> <ul> <li>(Python) Added exception chaining to preserve error context in CloudSQLEnrichmentHandler, processes utilities, and core transforms (<a href="https://redirect.github.com/apache/beam/issues/37422">#37422</a>).</li> <li>(Python) Added a pipeline option <code>--experiments=pip_no_build_isolation</code> to disable build isolation when installing dependencies in the runtime environment (<a href="https://redirect.github.com/apache/beam/issues/37331">#37331</a>).</li> </ul> <h3>Deprecations</h3> <ul> <li>(Python) Removed previously deprecated list_prefix method for filesystem interfaces (<a href="https://redirect.github.com/apache/beam/issues/37587">#37587</a>).</li> </ul> <h3>Bugfixes</h3> <ul> <li>Fixed (Yaml) issue with validate compatible method (<a href="https://redirect.github.com/apache/beam/issues/37588">#37588</a>).</li> <li>Fixed (Yaml) issue with Create transform dealing with different type elements (<a href="https://redirect.github.com/apache/beam/issues/37585">#37585</a>).</li> </ul> <h3>Security Fixes</h3> <ul> <li>Fixed <a href="https://www.cve.org/CVERecord?id=CVE-2024-28397">CVE-2024-28397</a> by switching from js2py to pythonmonkey (Yaml) (<a href="https://redirect.github.com/apache/beam/issues/37560">#37560</a>).</li> </ul> <h2>List of Contributors</h2> <p>According to git shortlog, the following people contributed to the 2.72.0 release. Thank you to all contributors!</p> <p>Abdelrahman Ibrahim, Ahmed Abualsaud, Andrew Crites, Arun Pandian, Ben Feinstein, Bentsi Leviav, Celeste Zeng, Danny McCormick, Danny Mccormick, Derrick Williams, Elia LIU, Ganesh, Jack McCluskey, Kenneth Knowles, Labesse Kévin, M Junaid Shaukat, Mansi Singh, Mattie Fu, Nayan Mathur, Pablo Estrada, Pirzada Ahmad Faraz, Radek Stankiewicz, Radosław Stankiewicz, Robert Bradshaw, Rohan Sah, RuiLong J., Sakthivel Subramanian, Sam Whittle, Shaheer Amjad, Shunping Huang, Steven van Rossum, Tarun Annapareddy, Tobias Kaymak, Valentyn Tymofieiev, Vitaly Terentyev, Yi Hu, XQ Hu, ZIHAN DAI, apanich, chenxuesdu, claudevdm, franzonia137</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/beam/blob/master/CHANGES.md">org.apache.beam:beam-sdks-java-google-cloud-platform-bom's changelog</a>.</em></p> <blockquote> <h1>[2.72.0] - 2026-03-30</h1> <h2>Highlights</h2> <ul> <li>Flink 2.0 support (<a href="https://redirect.github.com/apache/beam/issues/36947">#36947</a>).</li> </ul> <h2>I/Os</h2> <ul> <li>Add Datadog IO support (Java) (<a href="https://redirect.github.com/apache/beam/issues/37318">#37318</a>).</li> <li>Remove Pubsublite IO support, since service will be deprecated in March 2026. (<a href="https://redirect.github.com/apache/beam/issues/37375">#37375</a>).</li> <li>(Java) ClickHouse - migrating from the legacy JDBC driver (v0.6.3) to ClickHouse Java Client v2 (v0.9.6). See the <a href="https://beam.apache.org/releases/javadoc/current/org/apache/beam/sdk/io/clickhouse/ClickHouseIO.html">class documentation</a> for migration guide (<a href="https://redirect.github.com/apache/beam/issues/37610">#37610</a>).</li> <li>(Java) Upgraded GoogleAdsIO to use GoogleAdsIO API v23 (<a href="https://redirect.github.com/apache/beam/issues/37620">#37620</a>).</li> <li>(Java) Added support for withMinRowCountForPageSizeCheck to ParquetIO.Sink to avoid OOM when writing large columns (<a href="https://redirect.github.com/apache/beam/issues/37740">#37740</a>).</li> </ul> <h2>New Features / Improvements</h2> <ul> <li>(Python) Added exception chaining to preserve error context in CloudSQLEnrichmentHandler, processes utilities, and core transforms (<a href="https://redirect.github.com/apache/beam/issues/37422">#37422</a>).</li> <li>(Python) Added a pipeline option <code>--experiments=pip_no_build_isolation</code> to disable build isolation when installing dependencies in the runtime environment (<a href="https://redirect.github.com/apache/beam/issues/37331">#37331</a>).</li> <li>(Python) Added support for tagged output typehints (<a href="https://redirect.github.com/apache/beam/issues/37434">#37434</a>).</li> </ul> <h2>Deprecations</h2> <ul> <li>(Python) Removed previously deprecated list_prefix method for filesystem interfaces (<a href="https://redirect.github.com/apache/beam/issues/37587">#37587</a>).</li> </ul> <h2>Bugfixes</h2> <ul> <li>Fixed (Yaml) issue with validate compatible method (<a href="https://redirect.github.com/apache/beam/issues/37588">#37588</a>).</li> <li>Fixed (Yaml) issue with Create transform dealing with different type elements (<a href="https://redirect.github.com/apache/beam/issues/37585">#37585</a>).</li> </ul> <h2>Security Fixes</h2> <ul> <li>Fixed <a href="https://www.cve.org/CVERecord?id=CVE-2024-28397">CVE-2024-28397</a> by switching from js2py to pythonmonkey (Yaml) (<a href="https://redirect.github.com/apache/beam/issues/37560">#37560</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/beam/commit/e6351dff0c6c2e104bc83dd37abf9422b6c9f1a3"><code>e6351df</code></a> Set version for 2.72.0 RC5</li> <li><a href="https://github.com/apache/beam/commit/19a220d5845ce908abeb025a460bcc7ff00bd536"><code>19a220d</code></a> Merge pull request <a href="https://redirect.github.com/apache/beam/issues/37935">#37935</a> from apache/cp-37927</li> <li><a href="https://github.com/apache/beam/commit/d66713f15869f738eed48810e7d8027b458676d2"><code>d66713f</code></a> Merge pull request <a href="https://redirect.github.com/apache/beam/issues/37934">#37934</a> from apache/cp-37924</li> <li><a href="https://github.com/apache/beam/commit/cf88d3f288e568afc3332d2961aeb61fa69a4c4b"><code>cf88d3f</code></a> Cherrypick <a href="https://redirect.github.com/apache/beam/issues/37927">#37927</a></li> <li><a href="https://github.com/apache/beam/commit/a2536abfc013188ac0c00f1ba2240827ec40a244"><code>a2536ab</code></a> Cherrypick <a href="https://redirect.github.com/apache/beam/issues/37924">#37924</a></li> <li><a href="https://github.com/apache/beam/commit/207310953cdd4ee1eea53bf7705d95c474ae22e1"><code>2073109</code></a> Merge pull request <a href="https://redirect.github.com/apache/beam/issues/37921">#37921</a> from apache/cp-37920</li> <li><a href="https://github.com/apache/beam/commit/bc39f3607ff6c321fa91ecc888a611fb16258426"><code>bc39f36</code></a> Cherrypick <a href="https://redirect.github.com/apache/beam/issues/37920">#37920</a></li> <li><a href="https://github.com/apache/beam/commit/99439710c83c977ffe39ea8c916c26afe331a660"><code>9943971</code></a> Merge pull request <a href="https://redirect.github.com/apache/beam/issues/37919">#37919</a> from Abacn/cp-37918</li> <li><a href="https://github.com/apache/beam/commit/9fc8a1397a260dcebc30d2dd1dc55689bb7ea8fe"><code>9fc8a13</code></a> Sync clickhouse resource manager client version with IO</li> <li><a href="https://github.com/apache/beam/commit/1c245587d70cfdcb6fbf2a631fb3bd1766310a6b"><code>1c24558</code></a> Cherrypick <a href="https://redirect.github.com/apache/beam/issues/37871">#37871</a> (<a href="https://redirect.github.com/apache/beam/issues/37895">#37895</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/beam/compare/v2.71.0...v2.72.0">compare view</a></li> </ul> </details> <br /> Updates `org.apache.beam:beam-sdks-java-core` from 2.71.0 to 2.72.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/beam/releases">org.apache.beam:beam-sdks-java-core's releases</a>.</em></p> <blockquote> <h2>Beam 2.72.0 release</h2> <p>We are happy to present the new 2.72.0 release of Beam. This release includes both improvements and new functionality. See the <a href="https://github.com/apache/beam/blob/HEAD/get-started/downloads/#2720-2026-03-??">download page</a> for this release.</p> <!-- raw HTML omitted --> <p>For more information on changes in 2.72.0, check out the <a href="https://github.com/apache/beam/milestone/39">detailed release notes</a>.</p> <h2>Highlights</h2> <ul> <li>Flink 2.0 support (<a href="https://redirect.github.com/apache/beam/issues/36947">#36947</a>).</li> </ul> <h3>I/Os</h3> <ul> <li>Add Datadog IO support (Java) (<a href="https://redirect.github.com/apache/beam/issues/37318">#37318</a>).</li> <li>Remove Pubsublite IO support, since service will be deprecated in March 2026. (<a href="https://redirect.github.com/apache/beam/issues/37375">#37375</a>).</li> <li>(Java) ClickHouse - migrating from the legacy JDBC driver (v0.6.3) to ClickHouse Java Client v2 (v0.9.6). See the <a href="https://beam.apache.org/releases/javadoc/current/org/apache/beam/sdk/io/clickhouse/ClickHouseIO.html">class documentation</a> for migration guide (<a href="https://redirect.github.com/apache/beam/issues/37610">#37610</a>).</li> <li>(Java) Upgraded GoogleAdsIO to use GoogleAdsIO API v23 (<a href="https://redirect.github.com/apache/beam/issues/37620">#37620</a>).</li> </ul> <h3>New Features / Improvements</h3> <ul> <li>(Python) Added exception chaining to preserve error context in CloudSQLEnrichmentHandler, processes utilities, and core transforms (<a href="https://redirect.github.com/apache/beam/issues/37422">#37422</a>).</li> <li>(Python) Added a pipeline option <code>--experiments=pip_no_build_isolation</code> to disable build isolation when installing dependencies in the runtime environment (<a href="https://redirect.github.com/apache/beam/issues/37331">#37331</a>).</li> </ul> <h3>Deprecations</h3> <ul> <li>(Python) Removed previously deprecated list_prefix method for filesystem interfaces (<a href="https://redirect.github.com/apache/beam/issues/37587">#37587</a>).</li> </ul> <h3>Bugfixes</h3> <ul> <li>Fixed (Yaml) issue with validate compatible method (<a href="https://redirect.github.com/apache/beam/issues/37588">#37588</a>).</li> <li>Fixed (Yaml) issue with Create transform dealing with different type elements (<a href="https://redirect.github.com/apache/beam/issues/37585">#37585</a>).</li> </ul> <h3>Security Fixes</h3> <ul> <li>Fixed <a href="https://www.cve.org/CVERecord?id=CVE-2024-28397">CVE-2024-28397</a> by switching from js2py to pythonmonkey (Yaml) (<a href="https://redirect.github.com/apache/beam/issues/37560">#37560</a>).</li> </ul> <h2>List of Contributors</h2> <p>According to git shortlog, the following people contributed to the 2.72.0 release. Thank you to all contributors!</p> <p>Abdelrahman Ibrahim, Ahmed Abualsaud, Andrew Crites, Arun Pandian, Ben Feinstein, Bentsi Leviav, Celeste Zeng, Danny McCormick, Danny Mccormick, Derrick Williams, Elia LIU, Ganesh, Jack McCluskey, Kenneth Knowles, Labesse Kévin, M Junaid Shaukat, Mansi Singh, Mattie Fu, Nayan Mathur, Pablo Estrada, Pirzada Ahmad Faraz, Radek Stankiewicz, Radosław Stankiewicz, Robert Bradshaw, Rohan Sah, RuiLong J., Sakthivel Subramanian, Sam Whittle, Shaheer Amjad, Shunping Huang, Steven van Rossum, Tarun Annapareddy, Tobias Kaymak, Valentyn Tymofieiev, Vitaly Terentyev, Yi Hu, XQ Hu, ZIHAN DAI, apanich, chenxuesdu, claudevdm, franzonia137</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/beam/blob/master/CHANGES.md">org.apache.beam:beam-sdks-java-core's changelog</a>.</em></p> <blockquote> <h1>[2.72.0] - 2026-03-30</h1> <h2>Highlights</h2> <ul> <li>Flink 2.0 support (<a href="https://redirect.github.com/apache/beam/issues/36947">#36947</a>).</li> </ul> <h2>I/Os</h2> <ul> <li>Add Datadog IO support (Java) (<a href="https://redirect.github.com/apache/beam/issues/37318">#37318</a>).</li> <li>Remove Pubsublite IO support, since service will be deprecated in March 2026. (<a href="https://redirect.github.com/apache/beam/issues/37375">#37375</a>).</li> <li>(Java) ClickHouse - migrating from the legacy JDBC driver (v0.6.3) to ClickHouse Java Client v2 (v0.9.6). See the <a href="https://beam.apache.org/releases/javadoc/current/org/apache/beam/sdk/io/clickhouse/ClickHouseIO.html">class documentation</a> for migration guide (<a href="https://redirect.github.com/apache/beam/issues/37610">#37610</a>).</li> <li>(Java) Upgraded GoogleAdsIO to use GoogleAdsIO API v23 (<a href="https://redirect.github.com/apache/beam/issues/37620">#37620</a>).</li> <li>(Java) Added support for withMinRowCountForPageSizeCheck to ParquetIO.Sink to avoid OOM when writing large columns (<a href="https://redirect.github.com/apache/beam/issues/37740">#37740</a>).</li> </ul> <h2>New Features / Improvements</h2> <ul> <li>(Python) Added exception chaining to preserve error context in CloudSQLEnrichmentHandler, processes utilities, and core transforms (<a href="https://redirect.github.com/apache/beam/issues/37422">#37422</a>).</li> <li>(Python) Added a pipeline option <code>--experiments=pip_no_build_isolation</code> to disable build isolation when installing dependencies in the runtime environment (<a href="https://redirect.github.com/apache/beam/issues/37331">#37331</a>).</li> <li>(Python) Added support for tagged output typehints (<a href="https://redirect.github.com/apache/beam/issues/37434">#37434</a>).</li> </ul> <h2>Deprecations</h2> <ul> <li>(Python) Removed previously deprecated list_prefix method for filesystem interfaces (<a href="https://redirect.github.com/apache/beam/issues/37587">#37587</a>).</li> </ul> <h2>Bugfixes</h2> <ul> <li>Fixed (Yaml) issue with validate compatible method (<a href="https://redirect.github.com/apache/beam/issues/37588">#37588</a>).</li> <li>Fixed (Yaml) issue with Create transform dealing with different type elements (<a href="https://redirect.github.com/apache/beam/issues/37585">#37585</a>).</li> </ul> <h2>Security Fixes</h2> <ul> <li>Fixed <a href="https://www.cve.org/CVERecord?id=CVE-2024-28397">CVE-2024-28397</a> by switching from js2py to pythonmonkey (Yaml) (<a href="https://redirect.github.com/apache/beam/issues/37560">#37560</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/beam/commit/e6351dff0c6c2e104bc83dd37abf9422b6c9f1a3"><code>e6351df</code></a> Set version for 2.72.0 RC5</li> <li><a href="https://github.com/apache/beam/commit/19a220d5845ce908abeb025a460bcc7ff00bd536"><code>19a220d</code></a> Merge pull request <a href="https://redirect.github.com/apache/beam/issues/37935">#37935</a> from apache/cp-37927</li> <li><a href="https://github.com/apache/beam/commit/d66713f15869f738eed48810e7d8027b458676d2"><code>d66713f</code></a> Merge pull request <a href="https://redirect.github.com/apache/beam/issues/37934">#37934</a> from apache/cp-37924</li> <li><a href="https://github.com/apache/beam/commit/cf88d3f288e568afc3332d2961aeb61fa69a4c4b"><code>cf88d3f</code></a> Cherrypick <a href="https://redirect.github.com/apache/beam/issues/37927">#37927</a></li> <li><a href="https://github.com/apache/beam/commit/a2536abfc013188ac0c00f1ba2240827ec40a244"><code>a2536ab</code></a> Cherrypick <a href="https://redirect.github.com/apache/beam/issues/37924">#37924</a></li> <li><a href="https://github.com/apache/beam/commit/207310953cdd4ee1eea53bf7705d95c474ae22e1"><code>2073109</code></a> Merge pull request <a href="https://redirect.github.com/apache/beam/issues/37921">#37921</a> from apache/cp-37920</li> <li><a href="https://github.com/apache/beam/commit/bc39f3607ff6c321fa91ecc888a611fb16258426"><code>bc39f36</code></a> Cherrypick <a href="https://redirect.github.com/apache/beam/issues/37920">#37920</a></li> <li><a href="https://github.com/apache/beam/commit/99439710c83c977ffe39ea8c916c26afe331a660"><code>9943971</code></a> Merge pull request <a href="https://redirect.github.com/apache/beam/issues/37919">#37919</a> from Abacn/cp-37918</li> <li><a href="https://github.com/apache/beam/commit/9fc8a1397a260dcebc30d2dd1dc55689bb7ea8fe"><code>9fc8a13</code></a> Sync clickhouse resource manager client version with IO</li> <li><a href="https://github.com/apache/beam/commit/1c245587d70cfdcb6fbf2a631fb3bd1766310a6b"><code>1c24558</code></a> Cherrypick <a href="https://redirect.github.com/apache/beam/issues/37871">#37871</a> (<a href="https://redirect.github.com/apache/beam/issues/37895">#37895</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/beam/compare/v2.71.0...v2.72.0">compare view</a></li> </ul> </details> <br /> Updates `org.apache.beam:beam-sdks-java-expansion-service` from 2.71.0 to 2.72.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/beam/releases">org.apache.beam:beam-sdks-java-expansion-service's releases</a>.</em></p> <blockquote> <h2>Beam 2.72.0 release</h2> <p>We are happy to present the new 2.72.0 release of Beam. This release includes both improvements and new functionality. See the <a href="https://github.com/apache/beam/blob/HEAD/get-started/downloads/#2720-2026-03-??">download page</a> for this release.</p> <!-- raw HTML omitted --> <p>For more information on changes in 2.72.0, check out the <a href="https://github.com/apache/beam/milestone/39">detailed release notes</a>.</p> <h2>Highlights</h2> <ul> <li>Flink 2.0 support (<a href="https://redirect.github.com/apache/beam/issues/36947">#36947</a>).</li> </ul> <h3>I/Os</h3> <ul> <li>Add Datadog IO support (Java) (<a href="https://redirect.github.com/apache/beam/issues/37318">#37318</a>).</li> <li>Remove Pubsublite IO support, since service will be deprecated in March 2026. (<a href="https://redirect.github.com/apache/beam/issues/37375">#37375</a>).</li> <li>(Java) ClickHouse - migrating from the legacy JDBC driver (v0.6.3) to ClickHouse Java Client v2 (v0.9.6). See the <a href="https://beam.apache.org/releases/javadoc/current/org/apache/beam/sdk/io/clickhouse/ClickHouseIO.html">class documentation</a> for migration guide (<a href="https://redirect.github.com/apache/beam/issues/37610">#37610</a>).</li> <li>(Java) Upgraded GoogleAdsIO to use GoogleAdsIO API v23 (<a href="https://redirect.github.com/apache/beam/issues/37620">#37620</a>).</li> </ul> <h3>New Features / Improvements</h3> <ul> <li>(Python) Added exception chaining to preserve error context in CloudSQLEnrichmentHandler, processes utilities, and core transforms (<a href="https://redirect.github.com/apache/beam/issues/37422">#37422</a>).</li> <li>(Python) Added a pipeline option <code>--experiments=pip_no_build_isolation</code> to disable build isolation when installing dependencies in the runtime environment (<a href="https://redirect.github.com/apache/beam/issues/37331">#37331</a>).</li> </ul> <h3>Deprecations</h3> <ul> <li>(Python) Removed previously deprecated list_prefix method for filesystem interfaces (<a href="https://redirect.github.com/apache/beam/issues/37587">#37587</a>).</li> </ul> <h3>Bugfixes</h3> <ul> <li>Fixed (Yaml) issue with validate compatible method (<a href="https://redirect.github.com/apache/beam/issues/37588">#37588</a>).</li> <li>Fixed (Yaml) issue with Create transform dealing with different type elements (<a href="https://redirect.github.com/apache/beam/issues/37585">#37585</a>).</li> </ul> <h3>Security Fixes</h3> <ul> <li>Fixed <a href="https://www.cve.org/CVERecord?id=CVE-2024-28397">CVE-2024-28397</a> by switching from js2py to pythonmonkey (Yaml) (<a href="https://redirect.github.com/apache/beam/issues/37560">#37560</a>).</li> </ul> <h2>List of Contributors</h2> <p>According to git shortlog, the following people contributed to the 2.72.0 release. Thank you to all contributors!</p> <p>Abdelrahman Ibrahim, Ahmed Abualsaud, Andrew Crites, Arun Pandian, Ben Feinstein, Bentsi Leviav, Celeste Zeng, Danny McCormick, Danny Mccormick, Derrick Williams, Elia LIU, Ganesh, Jack McCluskey, Kenneth Knowles, Labesse Kévin, M Junaid Shaukat, Mansi Singh, Mattie Fu, Nayan Mathur, Pablo Estrada, Pirzada Ahmad Faraz, Radek Stankiewicz, Radosław Stankiewicz, Robert Bradshaw, Rohan Sah, RuiLong J., Sakthivel Subramanian, Sam Whittle, Shaheer Amjad, Shunping Huang, Steven van Rossum, Tarun Annapareddy, Tobias Kaymak, Valentyn Tymofieiev, Vitaly Terentyev, Yi Hu, XQ Hu, ZIHAN DAI, apanich, chenxuesdu, claudevdm, franzonia137</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/beam/blob/master/CHANGES.md">org.apache.beam:beam-sdks-java-expansion-service's changelog</a>.</em></p> <blockquote> <h1>[2.72.0] - 2026-03-30</h1> <h2>Highlights</h2> <ul> <li>Flink 2.0 support (<a href="https://redirect.github.com/apache/beam/issues/36947">#36947</a>).</li> </ul> <h2>I/Os</h2> <ul> <li>Add Datadog IO support (Java) (<a href="https://redirect.github.com/apache/beam/issues/37318">#37318</a>).</li> <li>Remove Pubsublite IO support, since service will be deprecated in March 2026. (<a href="https://redirect.github.com/apache/beam/issues/37375">#37375</a>).</li> <li>(Java) ClickHouse - migrating from the legacy JDBC driver (v0.6.3) to ClickHouse Java Client v2 (v0.9.6). See the <a href="https://beam.apache.org/releases/javadoc/current/org/apache/beam/sdk/io/clickhouse/ClickHouseIO.html">class documentation</a> for migration guide (<a href="https://redirect.github.com/apache/beam/issues/37610">#37610</a>).</li> <li>(Java) Upgraded GoogleAdsIO to use GoogleAdsIO API v23 (<a href="https://redirect.github.com/apache/beam/issues/37620">#37620</a>).</li> <li>(Java) Added support for withMinRowCountForPageSizeCheck to ParquetIO.Sink to avoid OOM when writing large columns (<a href="https://redirect.github.com/apache/beam/issues/37740">#37740</a>).</li> </ul> <h2>New Features / Improvements</h2> <ul> <li>(Python) Added exception chaining to preserve error context in CloudSQLEnrichmentHandler, processes utilities, and core transforms (<a href="https://redirect.github.com/apache/beam/issues/37422">#37422</a>).</li> <li>(Python) Added a pipeline option <code>--experiments=pip_no_build_isolation</code> to disable build isolation when installing dependencies in the runtime environment (<a href="https://redirect.github.com/apache/beam/issues/37331">#37331</a>).</li> <li>(Python) Added support for tagged output typehints (<a href="https://redirect.github.com/apache/beam/issues/37434">#37434</a>).</li> </ul> <h2>Deprecations</h2> <ul> <li>(Python) Removed previously deprecated list_prefix method for filesystem interfaces (<a href="https://redirect.github.com/apache/beam/issues/37587">#37587</a>).</li> </ul> <h2>Bugfixes</h2> <ul> <li>Fixed (Yaml) issue with validate compatible method (<a href="https://redirect.github.com/apache/beam/issues/37588">#37588</a>).</li> <li>Fixed (Yaml) issue with Create transform dealing with different type elements (<a href="https://redirect.github.com/apache/beam/issues/37585">#37585</a>).</li> </ul> <h2>Security Fixes</h2> <ul> <li>Fixed <a href="https://www.cve.org/CVERecord?id=CVE-2024-28397">CVE-2024-28397</a> by switching from js2py to pythonmonkey (Yaml) (<a href="https://redirect.github.com/apache/beam/issues/37560">#37560</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/beam/commit/e6351dff0c6c2e104bc83dd37abf9422b6c9f1a3"><code>e6351df</code></a> Set version for 2.72.0 RC5</li> <li><a href="https://github.com/apache/beam/commit/19a220d5845ce908abeb025a460bcc7ff00bd536"><code>19a220d</code></a> Merge pull request <a href="https://redirect.github.com/apache/beam/issues/37935">#37935</a> from apache/cp-37927</li> <li><a href="https://github.com/apache/beam/commit/d66713f15869f738eed48810e7d8027b458676d2"><code>d66713f</code></a> Merge pull request <a href="https://redirect.github.com/apache/beam/issues/37934">#37934</a> from apache/cp-37924</li> <li><a href="https://github.com/apache/beam/commit/cf88d3f288e568afc3332d2961aeb61fa69a4c4b"><code>cf88d3f</code></a> Cherrypick <a href="https://redirect.github.com/apache/beam/issues/37927">#37927</a></li> <li><a href="https://github.com/apache/beam/commit/a2536abfc013188ac0c00f1ba2240827ec40a244"><code>a2536ab</code></a> Cherrypick <a href="https://redirect.github.com/apache/beam/issues/37924">#37924</a></li> <li><a href="https://github.com/apache/beam/commit/207310953cdd4ee1eea53bf7705d95c474ae22e1"><code>2073109</code></a> Merge pull request <a href="https://redirect.github.com/apache/beam/issues/37921">#37921</a> from apache/cp-37920</li> <li><a href="https://github.com/apache/beam/commit/bc39f3607ff6c321fa91ecc888a611fb16258426"><code>bc39f36</code></a> Cherrypick <a href="https://redirect.github.com/apache/beam/issues/37920">#37920</a></li> <li><a href="https://github.com/apache/beam/commit/99439710c83c977ffe39ea8c916c26afe331a660"><code>9943971</code></a> Merge pull request <a href="https://redirect.github.com/apache/beam/issues/37919">#37919</a> from Abacn/cp-37918</li> <li><a href="https://github.com/apache/beam/commit/9fc8a1397a260dcebc30d2dd1dc55689bb7ea8fe"><code>9fc8a13</code></a> Sync clickhouse resource manager client version with IO</li> <li><a href="https://github.com/apache/beam/commit/1c245587d70cfdcb6fbf2a631fb3bd1766310a6b"><code>1c24558</code></a> Cherrypick <a href="https://redirect.github.com/apache/beam/issues/37871">#37871</a> (<a href="https://redirect.github.com/apache/beam/issues/37895">#37895</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/beam/compare/v2.71.0...v2.72.0">compare view</a></li> </ul> </details> <br /> 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 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]
