dependabot[bot] opened a new pull request, #7: URL: https://github.com/apache/beam-starter-java-provider/pull/7
Bumps `beam.version` from 2.64.0 to 2.65.0. Updates `org.apache.beam:beam-sdks-java-google-cloud-platform-bom` from 2.64.0 to 2.65.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.65.0 Release</h2> <p>We are happy to present the new 2.65.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/#2650-2025-05-XX">download page</a> for this release.</p> <!-- raw HTML omitted --> <p>For more information on changes in 2.65.0, check out the <a href="https://github.com/apache/beam/milestone/29?closed=1">detailed release notes</a>.</p> <h2>Highlights</h2> <h3>I/Os</h3> <ul> <li>Upgraded GoogleAdsAPI to v19 for GoogleAdsIO (Java) (<a href="https://redirect.github.com/apache/beam/pull/34497">#34497</a>). Changed PTransform method from version-specified (<code>v17()</code>) to <code>current()</code> for better backward compatibility in the future.</li> <li>Added support for writing to Pubsub with ordering keys (Java) (<a href="https://redirect.github.com/apache/beam/issues/21162">#21162</a>)</li> </ul> <h3>New Features / Improvements</h3> <ul> <li>Added support for streaming side-inputs in the Spark Classic runner (<a href="https://redirect.github.com/apache/beam/issues/18136">#18136</a>).</li> </ul> <h3>Breaking Changes</h3> <ul> <li>[Python] Cloudpickle is set as the default <code>pickle_library</code>, where previously dill was the default in <a href="https://redirect.github.com/apache/beam/pull/34695">#34695</a>. For known issues, reporting new issues, and understanding cloudpickle behavior refer to <a href="https://redirect.github.com/apache/beam/issues/34903">#34903</a>.</li> <li>[Python] Reshuffle now preserves PaneInfo, where previously PaneInfo was lost after reshuffle. To opt out of this change, set the update_compatibility_version to a previous Beam version e.g. "2.64.0". (<a href="https://redirect.github.com/apache/beam/pull/34348">#34348</a>).</li> <li>[Python] PaneInfo is encoded by PaneInfoCoder, where previously PaneInfo was encoded with FastPrimitivesCoder falling back to PickleCoder. This only affects cases where PaneInfo is directly stored as an element. (<a href="https://redirect.github.com/apache/beam/pull/34824">#34824</a>).</li> <li>[Python] BigQueryFileLoads now adds a Reshuffle before triggering load jobs. This fixes a bug where there can be data loss in a streaming pipeline if there is a pending load job during autoscaling. To opt out of this change, set the update_compatibility_version to a previous Beam version e.g. "2.64.0". (<a href="https://redirect.github.com/apache/beam/pull/34657">#34657</a>)</li> <li>[YAML] Kafka source and sink will be automatically replaced with compatible managed transforms. For older Beam versions, streaming update compatiblity can be maintained by specifying the pipeline option <code>update_compatibility_version</code> (<a href="https://redirect.github.com/apache/beam/issues/34767">#34767</a>).</li> </ul> <h3>Deprecations</h3> <ul> <li>Beam ZetaSQL is deprecated and will be removed no earlier than Beam 2.68.0 (<a href="https://redirect.github.com/apache/beam/issues/34423">#34423</a>). Users are recommended to switch to <a href="https://beam.apache.org/documentation/dsls/sql/calcite/overview/">Calcite SQL</a> dialect.</li> </ul> <h3>Bugfixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.65.0] - 2025-05-12</h1> <h2>I/Os</h2> <ul> <li>Upgraded GoogleAdsAPI to v19 for GoogleAdsIO (Java) (<a href="https://redirect.github.com/apache/beam/pull/34497">#34497</a>). Changed PTransform method from version-specified (<code>v17()</code>) to <code>current()</code> for better backward compatibility in the future.</li> <li>Added support for writing to Pubsub with ordering keys (Java) (<a href="https://redirect.github.com/apache/beam/issues/21162">#21162</a>)</li> </ul> <h2>New Features / Improvements</h2> <ul> <li>Added support for streaming side-inputs in the Spark Classic runner (<a href="https://redirect.github.com/apache/beam/issues/18136">#18136</a>).</li> </ul> <h2>Breaking Changes</h2> <ul> <li>[Python] Cloudpickle is set as the default <code>pickle_library</code>, where previously dill was the default in <a href="https://redirect.github.com/apache/beam/pull/34695">#34695</a>. For known issues, reporting new issues, and understanding cloudpickle behavior refer to <a href="https://redirect.github.com/apache/beam/issues/34903">#34903</a>.</li> <li>[Python] Reshuffle now preserves PaneInfo, where previously PaneInfo was lost after reshuffle. To opt out of this change, set the update_compatibility_version to a previous Beam version e.g. "2.64.0". (<a href="https://redirect.github.com/apache/beam/pull/34348">#34348</a>)</li> <li>[Python] PaneInfo is encoded by PaneInfoCoder, where previously PaneInfo was encoded with FastPrimitivesCoder falling back to PickleCoder. This only affects cases where PaneInfo is directly stored as an element. (<a href="https://redirect.github.com/apache/beam/pull/34824">#34824</a>)</li> <li>[Python] BigQueryFileLoads now adds a Reshuffle before triggering load jobs. This fixes a bug where there can be data loss in a streaming pipeline if there is a pending load job during autoscaling. To opt out of this change, set the update_compatibility_version to a previous Beam version e.g. "2.64.0". (<a href="https://redirect.github.com/apache/beam/pull/34657">#34657</a>)</li> <li>[YAML] Kafka source and sink will be automatically replaced with compatible managed transforms. For older Beam versions, streaming update compatiblity can be maintained by specifying the pipeline option <code>update_compatibility_version</code> (<a href="https://redirect.github.com/apache/beam/issues/34767">#34767</a>).</li> </ul> <h2>Deprecations</h2> <ul> <li>Beam ZetaSQL is deprecated and will be removed no earlier than Beam 2.68.0 (<a href="https://redirect.github.com/apache/beam/issues/34423">#34423</a>). Users are recommended to switch to <a href="https://beam.apache.org/documentation/dsls/sql/calcite/overview/">Calcite SQL</a> dialect.</li> </ul> <h2>Bugfixes</h2> <ul> <li>Fixed read Beam rows from cross-lang transform (for example, ReadFromJdbc) involving negative 32-bit integers incorrectly decoded to large integers (<a href="https://redirect.github.com/apache/beam/issues/34089">#34089</a>)</li> <li>(Java) Fixed SDF-based KafkaIO (ReadFromKafkaViaSDF) to properly handle custom deserializers that extend Deserializer<!-- raw HTML omitted --> interface(<a href="https://redirect.github.com/apache/beam/pull/34505">#34505</a>)</li> <li>[Python] <code>TypedDict</code> typehints are now compatible with <code>Mapping</code> and <code>Dict</code> type annotations.</li> </ul> <h2>Security Fixes</h2> <ul> <li>Fixed <a href="https://www.cve.org/CVERecord?id=CVE-2025-30065">CVE-2025-30065</a> (Java) (<a href="https://redirect.github.com/apache/beam/pull/34573">#34573</a>)</li> </ul> <h2>Known Issues</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/beam/commit/ab1feee2c7d98b8d841c9222faaf0b8d6ee78504"><code>ab1feee</code></a> Set version for 2.65.0 RC2</li> <li><a href="https://github.com/apache/beam/commit/656e924d8dbb3c2a2a2282b5b35a94c3f57ed2be"><code>656e924</code></a> Encode paneinfo with PaneInfoCoder. (<a href="https://redirect.github.com/apache/beam/issues/34824">#34824</a>) (<a href="https://redirect.github.com/apache/beam/issues/34864">#34864</a>)</li> <li><a href="https://github.com/apache/beam/commit/e7098bdcbe004f7caa7fd69c461aad1c9e20fd34"><code>e7098bd</code></a> fix: correct spanner column schema type parser (<a href="https://redirect.github.com/apache/beam/issues/34868">#34868</a>)</li> <li><a href="https://github.com/apache/beam/commit/ca112077f98c9f0b1979892d2d35f69fa73342df"><code>ca11207</code></a> Modify the assert to accept any instance of AvroCoder, including subclasses. ...</li> <li><a href="https://github.com/apache/beam/commit/998de4f85ee47dbd6cdf6de4a301600f40609a2d"><code>998de4f</code></a> Prism windowed value coder (<a href="https://redirect.github.com/apache/beam/issues/34830">#34830</a>) (<a href="https://redirect.github.com/apache/beam/issues/34842">#34842</a>)</li> <li><a href="https://github.com/apache/beam/commit/398b322bf39bbfd6325c7392674154758cfedb57"><code>398b322</code></a> Add name to BQ File Loads lambda to ensure changes are update compatible (<a href="https://redirect.github.com/apache/beam/issues/34">#34</a>...</li> <li><a href="https://github.com/apache/beam/commit/7ca30688029ed7e8d8885ff60cce1ab48e46ceae"><code>7ca3068</code></a> Revert "[ManagedIO] Fail expansion when encountering extra or unknown configu...</li> <li><a href="https://github.com/apache/beam/commit/f7c109d103fe7f86ccbc9d116d726853d60c8c62"><code>f7c109d</code></a> Set Dataflow container to release version.</li> <li><a href="https://github.com/apache/beam/commit/3a27dfbeb8ce60feefc4d95448f2b6038ac869f3"><code>3a27dfb</code></a> Adjusting the YAML Kafka Managed I/O compat version (<a href="https://redirect.github.com/apache/beam/issues/34790">#34790</a>)</li> <li><a href="https://github.com/apache/beam/commit/cfae86756906732eda3f21dbeeca2a26b1ebd2f2"><code>cfae867</code></a> re-introduce the fail fast mechanic with fixes for documented bugs. (<a href="https://redirect.github.com/apache/beam/issues/34659">#34659</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/beam/compare/v2.64.0...v2.65.0">compare view</a></li> </ul> </details> <br /> Updates `org.apache.beam:beam-sdks-java-core` from 2.64.0 to 2.65.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.65.0 Release</h2> <p>We are happy to present the new 2.65.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/#2650-2025-05-XX">download page</a> for this release.</p> <!-- raw HTML omitted --> <p>For more information on changes in 2.65.0, check out the <a href="https://github.com/apache/beam/milestone/29?closed=1">detailed release notes</a>.</p> <h2>Highlights</h2> <h3>I/Os</h3> <ul> <li>Upgraded GoogleAdsAPI to v19 for GoogleAdsIO (Java) (<a href="https://redirect.github.com/apache/beam/pull/34497">#34497</a>). Changed PTransform method from version-specified (<code>v17()</code>) to <code>current()</code> for better backward compatibility in the future.</li> <li>Added support for writing to Pubsub with ordering keys (Java) (<a href="https://redirect.github.com/apache/beam/issues/21162">#21162</a>)</li> </ul> <h3>New Features / Improvements</h3> <ul> <li>Added support for streaming side-inputs in the Spark Classic runner (<a href="https://redirect.github.com/apache/beam/issues/18136">#18136</a>).</li> </ul> <h3>Breaking Changes</h3> <ul> <li>[Python] Cloudpickle is set as the default <code>pickle_library</code>, where previously dill was the default in <a href="https://redirect.github.com/apache/beam/pull/34695">#34695</a>. For known issues, reporting new issues, and understanding cloudpickle behavior refer to <a href="https://redirect.github.com/apache/beam/issues/34903">#34903</a>.</li> <li>[Python] Reshuffle now preserves PaneInfo, where previously PaneInfo was lost after reshuffle. To opt out of this change, set the update_compatibility_version to a previous Beam version e.g. "2.64.0". (<a href="https://redirect.github.com/apache/beam/pull/34348">#34348</a>).</li> <li>[Python] PaneInfo is encoded by PaneInfoCoder, where previously PaneInfo was encoded with FastPrimitivesCoder falling back to PickleCoder. This only affects cases where PaneInfo is directly stored as an element. (<a href="https://redirect.github.com/apache/beam/pull/34824">#34824</a>).</li> <li>[Python] BigQueryFileLoads now adds a Reshuffle before triggering load jobs. This fixes a bug where there can be data loss in a streaming pipeline if there is a pending load job during autoscaling. To opt out of this change, set the update_compatibility_version to a previous Beam version e.g. "2.64.0". (<a href="https://redirect.github.com/apache/beam/pull/34657">#34657</a>)</li> <li>[YAML] Kafka source and sink will be automatically replaced with compatible managed transforms. For older Beam versions, streaming update compatiblity can be maintained by specifying the pipeline option <code>update_compatibility_version</code> (<a href="https://redirect.github.com/apache/beam/issues/34767">#34767</a>).</li> </ul> <h3>Deprecations</h3> <ul> <li>Beam ZetaSQL is deprecated and will be removed no earlier than Beam 2.68.0 (<a href="https://redirect.github.com/apache/beam/issues/34423">#34423</a>). Users are recommended to switch to <a href="https://beam.apache.org/documentation/dsls/sql/calcite/overview/">Calcite SQL</a> dialect.</li> </ul> <h3>Bugfixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.65.0] - 2025-05-12</h1> <h2>I/Os</h2> <ul> <li>Upgraded GoogleAdsAPI to v19 for GoogleAdsIO (Java) (<a href="https://redirect.github.com/apache/beam/pull/34497">#34497</a>). Changed PTransform method from version-specified (<code>v17()</code>) to <code>current()</code> for better backward compatibility in the future.</li> <li>Added support for writing to Pubsub with ordering keys (Java) (<a href="https://redirect.github.com/apache/beam/issues/21162">#21162</a>)</li> </ul> <h2>New Features / Improvements</h2> <ul> <li>Added support for streaming side-inputs in the Spark Classic runner (<a href="https://redirect.github.com/apache/beam/issues/18136">#18136</a>).</li> </ul> <h2>Breaking Changes</h2> <ul> <li>[Python] Cloudpickle is set as the default <code>pickle_library</code>, where previously dill was the default in <a href="https://redirect.github.com/apache/beam/pull/34695">#34695</a>. For known issues, reporting new issues, and understanding cloudpickle behavior refer to <a href="https://redirect.github.com/apache/beam/issues/34903">#34903</a>.</li> <li>[Python] Reshuffle now preserves PaneInfo, where previously PaneInfo was lost after reshuffle. To opt out of this change, set the update_compatibility_version to a previous Beam version e.g. "2.64.0". (<a href="https://redirect.github.com/apache/beam/pull/34348">#34348</a>)</li> <li>[Python] PaneInfo is encoded by PaneInfoCoder, where previously PaneInfo was encoded with FastPrimitivesCoder falling back to PickleCoder. This only affects cases where PaneInfo is directly stored as an element. (<a href="https://redirect.github.com/apache/beam/pull/34824">#34824</a>)</li> <li>[Python] BigQueryFileLoads now adds a Reshuffle before triggering load jobs. This fixes a bug where there can be data loss in a streaming pipeline if there is a pending load job during autoscaling. To opt out of this change, set the update_compatibility_version to a previous Beam version e.g. "2.64.0". (<a href="https://redirect.github.com/apache/beam/pull/34657">#34657</a>)</li> <li>[YAML] Kafka source and sink will be automatically replaced with compatible managed transforms. For older Beam versions, streaming update compatiblity can be maintained by specifying the pipeline option <code>update_compatibility_version</code> (<a href="https://redirect.github.com/apache/beam/issues/34767">#34767</a>).</li> </ul> <h2>Deprecations</h2> <ul> <li>Beam ZetaSQL is deprecated and will be removed no earlier than Beam 2.68.0 (<a href="https://redirect.github.com/apache/beam/issues/34423">#34423</a>). Users are recommended to switch to <a href="https://beam.apache.org/documentation/dsls/sql/calcite/overview/">Calcite SQL</a> dialect.</li> </ul> <h2>Bugfixes</h2> <ul> <li>Fixed read Beam rows from cross-lang transform (for example, ReadFromJdbc) involving negative 32-bit integers incorrectly decoded to large integers (<a href="https://redirect.github.com/apache/beam/issues/34089">#34089</a>)</li> <li>(Java) Fixed SDF-based KafkaIO (ReadFromKafkaViaSDF) to properly handle custom deserializers that extend Deserializer<!-- raw HTML omitted --> interface(<a href="https://redirect.github.com/apache/beam/pull/34505">#34505</a>)</li> <li>[Python] <code>TypedDict</code> typehints are now compatible with <code>Mapping</code> and <code>Dict</code> type annotations.</li> </ul> <h2>Security Fixes</h2> <ul> <li>Fixed <a href="https://www.cve.org/CVERecord?id=CVE-2025-30065">CVE-2025-30065</a> (Java) (<a href="https://redirect.github.com/apache/beam/pull/34573">#34573</a>)</li> </ul> <h2>Known Issues</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/beam/commit/ab1feee2c7d98b8d841c9222faaf0b8d6ee78504"><code>ab1feee</code></a> Set version for 2.65.0 RC2</li> <li><a href="https://github.com/apache/beam/commit/656e924d8dbb3c2a2a2282b5b35a94c3f57ed2be"><code>656e924</code></a> Encode paneinfo with PaneInfoCoder. (<a href="https://redirect.github.com/apache/beam/issues/34824">#34824</a>) (<a href="https://redirect.github.com/apache/beam/issues/34864">#34864</a>)</li> <li><a href="https://github.com/apache/beam/commit/e7098bdcbe004f7caa7fd69c461aad1c9e20fd34"><code>e7098bd</code></a> fix: correct spanner column schema type parser (<a href="https://redirect.github.com/apache/beam/issues/34868">#34868</a>)</li> <li><a href="https://github.com/apache/beam/commit/ca112077f98c9f0b1979892d2d35f69fa73342df"><code>ca11207</code></a> Modify the assert to accept any instance of AvroCoder, including subclasses. ...</li> <li><a href="https://github.com/apache/beam/commit/998de4f85ee47dbd6cdf6de4a301600f40609a2d"><code>998de4f</code></a> Prism windowed value coder (<a href="https://redirect.github.com/apache/beam/issues/34830">#34830</a>) (<a href="https://redirect.github.com/apache/beam/issues/34842">#34842</a>)</li> <li><a href="https://github.com/apache/beam/commit/398b322bf39bbfd6325c7392674154758cfedb57"><code>398b322</code></a> Add name to BQ File Loads lambda to ensure changes are update compatible (<a href="https://redirect.github.com/apache/beam/issues/34">#34</a>...</li> <li><a href="https://github.com/apache/beam/commit/7ca30688029ed7e8d8885ff60cce1ab48e46ceae"><code>7ca3068</code></a> Revert "[ManagedIO] Fail expansion when encountering extra or unknown configu...</li> <li><a href="https://github.com/apache/beam/commit/f7c109d103fe7f86ccbc9d116d726853d60c8c62"><code>f7c109d</code></a> Set Dataflow container to release version.</li> <li><a href="https://github.com/apache/beam/commit/3a27dfbeb8ce60feefc4d95448f2b6038ac869f3"><code>3a27dfb</code></a> Adjusting the YAML Kafka Managed I/O compat version (<a href="https://redirect.github.com/apache/beam/issues/34790">#34790</a>)</li> <li><a href="https://github.com/apache/beam/commit/cfae86756906732eda3f21dbeeca2a26b1ebd2f2"><code>cfae867</code></a> re-introduce the fail fast mechanic with fixes for documented bugs. (<a href="https://redirect.github.com/apache/beam/issues/34659">#34659</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/beam/compare/v2.64.0...v2.65.0">compare view</a></li> </ul> </details> <br /> Updates `org.apache.beam:beam-sdks-java-expansion-service` from 2.64.0 to 2.65.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.65.0 Release</h2> <p>We are happy to present the new 2.65.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/#2650-2025-05-XX">download page</a> for this release.</p> <!-- raw HTML omitted --> <p>For more information on changes in 2.65.0, check out the <a href="https://github.com/apache/beam/milestone/29?closed=1">detailed release notes</a>.</p> <h2>Highlights</h2> <h3>I/Os</h3> <ul> <li>Upgraded GoogleAdsAPI to v19 for GoogleAdsIO (Java) (<a href="https://redirect.github.com/apache/beam/pull/34497">#34497</a>). Changed PTransform method from version-specified (<code>v17()</code>) to <code>current()</code> for better backward compatibility in the future.</li> <li>Added support for writing to Pubsub with ordering keys (Java) (<a href="https://redirect.github.com/apache/beam/issues/21162">#21162</a>)</li> </ul> <h3>New Features / Improvements</h3> <ul> <li>Added support for streaming side-inputs in the Spark Classic runner (<a href="https://redirect.github.com/apache/beam/issues/18136">#18136</a>).</li> </ul> <h3>Breaking Changes</h3> <ul> <li>[Python] Cloudpickle is set as the default <code>pickle_library</code>, where previously dill was the default in <a href="https://redirect.github.com/apache/beam/pull/34695">#34695</a>. For known issues, reporting new issues, and understanding cloudpickle behavior refer to <a href="https://redirect.github.com/apache/beam/issues/34903">#34903</a>.</li> <li>[Python] Reshuffle now preserves PaneInfo, where previously PaneInfo was lost after reshuffle. To opt out of this change, set the update_compatibility_version to a previous Beam version e.g. "2.64.0". (<a href="https://redirect.github.com/apache/beam/pull/34348">#34348</a>).</li> <li>[Python] PaneInfo is encoded by PaneInfoCoder, where previously PaneInfo was encoded with FastPrimitivesCoder falling back to PickleCoder. This only affects cases where PaneInfo is directly stored as an element. (<a href="https://redirect.github.com/apache/beam/pull/34824">#34824</a>).</li> <li>[Python] BigQueryFileLoads now adds a Reshuffle before triggering load jobs. This fixes a bug where there can be data loss in a streaming pipeline if there is a pending load job during autoscaling. To opt out of this change, set the update_compatibility_version to a previous Beam version e.g. "2.64.0". (<a href="https://redirect.github.com/apache/beam/pull/34657">#34657</a>)</li> <li>[YAML] Kafka source and sink will be automatically replaced with compatible managed transforms. For older Beam versions, streaming update compatiblity can be maintained by specifying the pipeline option <code>update_compatibility_version</code> (<a href="https://redirect.github.com/apache/beam/issues/34767">#34767</a>).</li> </ul> <h3>Deprecations</h3> <ul> <li>Beam ZetaSQL is deprecated and will be removed no earlier than Beam 2.68.0 (<a href="https://redirect.github.com/apache/beam/issues/34423">#34423</a>). Users are recommended to switch to <a href="https://beam.apache.org/documentation/dsls/sql/calcite/overview/">Calcite SQL</a> dialect.</li> </ul> <h3>Bugfixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.65.0] - 2025-05-12</h1> <h2>I/Os</h2> <ul> <li>Upgraded GoogleAdsAPI to v19 for GoogleAdsIO (Java) (<a href="https://redirect.github.com/apache/beam/pull/34497">#34497</a>). Changed PTransform method from version-specified (<code>v17()</code>) to <code>current()</code> for better backward compatibility in the future.</li> <li>Added support for writing to Pubsub with ordering keys (Java) (<a href="https://redirect.github.com/apache/beam/issues/21162">#21162</a>)</li> </ul> <h2>New Features / Improvements</h2> <ul> <li>Added support for streaming side-inputs in the Spark Classic runner (<a href="https://redirect.github.com/apache/beam/issues/18136">#18136</a>).</li> </ul> <h2>Breaking Changes</h2> <ul> <li>[Python] Cloudpickle is set as the default <code>pickle_library</code>, where previously dill was the default in <a href="https://redirect.github.com/apache/beam/pull/34695">#34695</a>. For known issues, reporting new issues, and understanding cloudpickle behavior refer to <a href="https://redirect.github.com/apache/beam/issues/34903">#34903</a>.</li> <li>[Python] Reshuffle now preserves PaneInfo, where previously PaneInfo was lost after reshuffle. To opt out of this change, set the update_compatibility_version to a previous Beam version e.g. "2.64.0". (<a href="https://redirect.github.com/apache/beam/pull/34348">#34348</a>)</li> <li>[Python] PaneInfo is encoded by PaneInfoCoder, where previously PaneInfo was encoded with FastPrimitivesCoder falling back to PickleCoder. This only affects cases where PaneInfo is directly stored as an element. (<a href="https://redirect.github.com/apache/beam/pull/34824">#34824</a>)</li> <li>[Python] BigQueryFileLoads now adds a Reshuffle before triggering load jobs. This fixes a bug where there can be data loss in a streaming pipeline if there is a pending load job during autoscaling. To opt out of this change, set the update_compatibility_version to a previous Beam version e.g. "2.64.0". (<a href="https://redirect.github.com/apache/beam/pull/34657">#34657</a>)</li> <li>[YAML] Kafka source and sink will be automatically replaced with compatible managed transforms. For older Beam versions, streaming update compatiblity can be maintained by specifying the pipeline option <code>update_compatibility_version</code> (<a href="https://redirect.github.com/apache/beam/issues/34767">#34767</a>).</li> </ul> <h2>Deprecations</h2> <ul> <li>Beam ZetaSQL is deprecated and will be removed no earlier than Beam 2.68.0 (<a href="https://redirect.github.com/apache/beam/issues/34423">#34423</a>). Users are recommended to switch to <a href="https://beam.apache.org/documentation/dsls/sql/calcite/overview/">Calcite SQL</a> dialect.</li> </ul> <h2>Bugfixes</h2> <ul> <li>Fixed read Beam rows from cross-lang transform (for example, ReadFromJdbc) involving negative 32-bit integers incorrectly decoded to large integers (<a href="https://redirect.github.com/apache/beam/issues/34089">#34089</a>)</li> <li>(Java) Fixed SDF-based KafkaIO (ReadFromKafkaViaSDF) to properly handle custom deserializers that extend Deserializer<!-- raw HTML omitted --> interface(<a href="https://redirect.github.com/apache/beam/pull/34505">#34505</a>)</li> <li>[Python] <code>TypedDict</code> typehints are now compatible with <code>Mapping</code> and <code>Dict</code> type annotations.</li> </ul> <h2>Security Fixes</h2> <ul> <li>Fixed <a href="https://www.cve.org/CVERecord?id=CVE-2025-30065">CVE-2025-30065</a> (Java) (<a href="https://redirect.github.com/apache/beam/pull/34573">#34573</a>)</li> </ul> <h2>Known Issues</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/beam/commit/ab1feee2c7d98b8d841c9222faaf0b8d6ee78504"><code>ab1feee</code></a> Set version for 2.65.0 RC2</li> <li><a href="https://github.com/apache/beam/commit/656e924d8dbb3c2a2a2282b5b35a94c3f57ed2be"><code>656e924</code></a> Encode paneinfo with PaneInfoCoder. (<a href="https://redirect.github.com/apache/beam/issues/34824">#34824</a>) (<a href="https://redirect.github.com/apache/beam/issues/34864">#34864</a>)</li> <li><a href="https://github.com/apache/beam/commit/e7098bdcbe004f7caa7fd69c461aad1c9e20fd34"><code>e7098bd</code></a> fix: correct spanner column schema type parser (<a href="https://redirect.github.com/apache/beam/issues/34868">#34868</a>)</li> <li><a href="https://github.com/apache/beam/commit/ca112077f98c9f0b1979892d2d35f69fa73342df"><code>ca11207</code></a> Modify the assert to accept any instance of AvroCoder, including subclasses. ...</li> <li><a href="https://github.com/apache/beam/commit/998de4f85ee47dbd6cdf6de4a301600f40609a2d"><code>998de4f</code></a> Prism windowed value coder (<a href="https://redirect.github.com/apache/beam/issues/34830">#34830</a>) (<a href="https://redirect.github.com/apache/beam/issues/34842">#34842</a>)</li> <li><a href="https://github.com/apache/beam/commit/398b322bf39bbfd6325c7392674154758cfedb57"><code>398b322</code></a> Add name to BQ File Loads lambda to ensure changes are update compatible (<a href="https://redirect.github.com/apache/beam/issues/34">#34</a>...</li> <li><a href="https://github.com/apache/beam/commit/7ca30688029ed7e8d8885ff60cce1ab48e46ceae"><code>7ca3068</code></a> Revert "[ManagedIO] Fail expansion when encountering extra or unknown configu...</li> <li><a href="https://github.com/apache/beam/commit/f7c109d103fe7f86ccbc9d116d726853d60c8c62"><code>f7c109d</code></a> Set Dataflow container to release version.</li> <li><a href="https://github.com/apache/beam/commit/3a27dfbeb8ce60feefc4d95448f2b6038ac869f3"><code>3a27dfb</code></a> Adjusting the YAML Kafka Managed I/O compat version (<a href="https://redirect.github.com/apache/beam/issues/34790">#34790</a>)</li> <li><a href="https://github.com/apache/beam/commit/cfae86756906732eda3f21dbeeca2a26b1ebd2f2"><code>cfae867</code></a> re-introduce the fail fast mechanic with fixes for documented bugs. (<a href="https://redirect.github.com/apache/beam/issues/34659">#34659</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/beam/compare/v2.64.0...v2.65.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 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: dev-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org