Skip to content

build(deps): bump org.apache.beam:beam-sdks-java-bom from 2.65.0 to 2.66.0 #260

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2025

Bumps org.apache.beam:beam-sdks-java-bom from 2.65.0 to 2.66.0.

Release notes

Sourced from org.apache.beam:beam-sdks-java-bom's releases.

Beam 2.66.0 release

We are happy to present the new 2.66.0 release of Beam. This release includes both improvements and new functionality.

For more information on changes in 2.66.0, check out the detailed release notes.

Beam 3.0.0 Development Highlights

  • [Java] Java 8 support is now deprecated. It is still supported until Beam 3. From now, pipeline submitted by Java 8 client uses Java 11 SDK container for remote pipeline execution (35064).

Highlights

  • [Python] Several quality-of-life improvements to the vLLM model handler. If you use Beam RunInference with vLLM model handlers, we strongly recommend updating past this release.

I/Os

  • [IcebergIO] Now available with Beam SQL! (#34799)
  • [IcebergIO] Support reading with column pruning (#34856)
  • [IcebergIO] Support reading with pushdown filtering (#34827)
  • [IcebergIO] Create tables with a specified partition spec (#34966, #35268)
  • [IcebergIO] Dynamically create namespaces if needed (#35228)

New Features / Improvements

  • [Beam SQL] Introducing Beam Catalogs (#35223)
  • Adding Google Storage Requests Pays feature (Golang)(#30747).
  • [Python] Prism runner now auto-enabled for some Python pipelines using the direct runner (#34921).
  • [YAML] WriteToTFRecord and ReadFromTFRecord Beam YAML support
  • Python: Added JupyterLab 4.x extension compatibility for enhanced notebook integration (#34495).

Breaking Changes

  • Yapf version upgraded to 0.43.0 for formatting (Python) (#34801).
  • Python: Added JupyterLab 4.x extension compatibility for enhanced notebook integration (#34495).
  • Python: Argument abbreviation is no longer enabled within Beam. If you previously abbreviated arguments (e.g. --r for --runner), you will now need to specify the whole argument (#34934).
  • Java: Users of ReadFromKafkaViaSDF transform might encounter pipeline graph compatibility issues when updating the pipeline. To mitigate, set the updateCompatibilityVersion option to the SDK version used for the original pipeline, example --updateCompatabilityVersion=2.64.0
  • Python: Updated AlloyDBVectorWriterConfig API to align with new PostgresVectorWriter transform. Heres a quick guide to update your code: (#35225)

Bugfixes

  • (Java) Fixed CassandraIO ReadAll does not let a pipeline handle or retry exceptions (#34191).
  • [Python] Fixed vLLM model handlers breaking Beam logging. (#35053).
  • [Python] Fixed vLLM connection leaks that caused a throughput bottleneck and underutilization of GPU (#35053).
  • [Python] Fixed vLLM server recovery mechanism in the event of a process termination (#35234).
  • (Python) Fixed cloudpickle overwriting class states every time loading a same object of dynamic class (#35062).
  • [Python] Fixed pip install apache-beam[interactive] causes crash on google colab (#35148).
  • [IcebergIO] Fixed Beam Iceberg conversion logic for arrays of structs and maps of structs (#35230).

... (truncated)

Changelog

Sourced from org.apache.beam:beam-sdks-java-bom's changelog.

[2.66.0] - 2025-07-01

Beam 3.0.0 Development Highlights

  • [Java] Java 8 support is now deprecated. It is still supported until Beam 3. From now, pipeline submitted by Java 8 client uses Java 11 SDK container for remote pipeline execution (35064).

Highlights

  • [Python] Several quality-of-life improvements to the vLLM model handler. If you use Beam RunInference with vLLM model handlers, we strongly recommend updating past this release.

I/Os

  • [IcebergIO] Now available with Beam SQL! (#34799)
  • [IcebergIO] Support reading with column pruning (#34856)
  • [IcebergIO] Support reading with pushdown filtering (#34827)
  • [IcebergIO] Create tables with a specified partition spec (#34966, #35268)
  • [IcebergIO] Dynamically create namespaces if needed (#35228)

New Features / Improvements

  • [Beam SQL] Introducing Beam Catalogs (#35223)
  • Adding Google Storage Requests Pays feature (Golang)(#30747).
  • [Python] Prism runner now auto-enabled for some Python pipelines using the direct runner (#34921).
  • [YAML] WriteToTFRecord and ReadFromTFRecord Beam YAML support
  • Python: Added JupyterLab 4.x extension compatibility for enhanced notebook integration (#34495).

Breaking Changes

  • Yapf version upgraded to 0.43.0 for formatting (Python) (#34801).
  • Python: Added JupyterLab 4.x extension compatibility for enhanced notebook integration (#34495).
  • Python: Argument abbreviation is no longer enabled within Beam. If you previously abbreviated arguments (e.g. --r for --runner), you will now need to specify the whole argument (#34934).
  • Java: Users of ReadFromKafkaViaSDF transform might encounter pipeline graph compatibility issues when updating the pipeline. To mitigate, set the updateCompatibilityVersion option to the SDK version used for the original pipeline, example --updateCompatabilityVersion=2.64.0
  • Python: Updated AlloyDBVectorWriterConfig API to align with new PostgresVectorWriter transform. Heres a quick guide to update your code: (#35225)

Bugfixes

  • (Java) Fixed CassandraIO ReadAll does not let a pipeline handle or retry exceptions (#34191).
  • [Python] Fixed vLLM model handlers breaking Beam logging. (#35053).
  • [Python] Fixed vLLM connection leaks that caused a throughput bottleneck and underutilization of GPU (#35053).
  • [Python] Fixed vLLM server recovery mechanism in the event of a process termination (#35234).
  • (Python) Fixed cloudpickle overwriting class states every time loading a same object of dynamic class (#35062).
  • [Python] Fixed pip install apache-beam[interactive] causes crash on google colab (#35148).
  • [IcebergIO] Fixed Beam Iceberg conversion logic for arrays of structs and maps of structs (#35230).
Commits

Dependabot compatibility score

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 commands and options

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)

@dependabot dependabot bot requested a review from a team as a code owner July 1, 2025 19:17
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 1, 2025
@nord-erik
Copy link

@dependabot recreate

Bumps [org.apache.beam:beam-sdks-java-bom](https://github.com/apache/beam) from 2.65.0 to 2.66.0.
- [Release notes](https://github.com/apache/beam/releases)
- [Changelog](https://github.com/apache/beam/blob/master/CHANGES.md)
- [Commits](apache/beam@v2.65.0...v2.66.0)

---
updated-dependencies:
- dependency-name: org.apache.beam:beam-sdks-java-bom
  dependency-version: 2.66.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/org.apache.beam-beam-sdks-java-bom-2.66.0 branch from 3231d2a to 11dc45e Compare July 2, 2025 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant