Skip to content
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

Update all non-major dependencies #14

Merged
merged 1 commit into from
Oct 18, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 13, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cloud.google.com/go/pubsub v1.37.0 -> v1.44.0 age adoption passing confidence
github.com/apache/beam/sdks/v2 v2.56.0 -> v2.60.0 age adoption passing confidence

Release Notes

apache/beam (github.com/apache/beam/sdks/v2)

v2.60.0: Beam 2.60.0 release

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

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

Highlights

  • Added support for using vLLM in the RunInference transform (Python) (#​32528)
  • [Managed Iceberg] Added support for streaming writes (#​32451)
  • [Managed Iceberg] Added auto-sharding for streaming writes (#​32612)
  • [Managed Iceberg] Added support for writing to dynamic destinations (#​32565)

New Features / Improvements

  • Dataflow worker can install packages from Google Artifact Registry Python repositories (Python) (#​32123).
  • Added support for Zstd codec in SerializableAvroCodecFactory (Java) (#​32349)
  • Added support for using vLLM in the RunInference transform (Python) (#​32528)
  • Prism release binaries and container bootloaders are now being built with the latest Go 1.23 patch. (#​32575)
  • Prism
    • Prism now supports Bundle Finalization. (#​32425)
  • Significantly improved performance of Kafka IO reads that enable commitOffsetsInFinalize by removing the data reshuffle from SDF implementation. (#​31682).
  • Added support for dynamic writing in MqttIO (Java) (#​19376)
  • Optimized Spark Runner parDo transform evaluator (Java) (#​32537)
  • [Managed Iceberg] More efficient manifest file writes/commits (#​32666)

Breaking Changes

  • In Python, assert_that now throws if it is not in a pipeline context instead of silently succeeding (#​30771)
  • In Python and YAML, ReadFromJson now override the dtype from None to
    an explicit False. Most notably, string values like "123" are preserved
    as strings rather than silently coerced (and possibly truncated) to numeric
    values. To retain the old behavior, pass dtype=True (or any other value
    accepted by pandas.read_json).
  • Users of KafkaIO Read transform that enable commitOffsetsInFinalize 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.58.1

Deprecations

  • Python 3.8 is reaching EOL and support is being removed in Beam 2.61.0. The 2.60.0 release will warn users
    when running on 3.8. (#​31192)

Bugfixes

  • (Java) Fixed custom delimiter issues in TextIO (#​32249, #​32251).
  • (Java, Python, Go) Fixed PeriodicSequence backlog bytes reporting, which was preventing Dataflow Runner autoscaling from functioning properly (#​32506).
  • (Java) Fix improper decoding of rows with schemas containing nullable fields when encoded with a schema with equal encoding positions but modified field order. (#​32388).

Known Issues

N/A

For the most up to date list of known issues, see https://github.com/apache/beam/blob/master/CHANGES.md

List of Contributors

According to git shortlog, the following people contributed to the 2.60.0 release. Thank you to all contributors!

Ahmed Abualsaud, Aiden Grossman, Arun Pandian, Bartosz Zablocki, Chamikara Jayalath, Claire McGinty, DKPHUONG, Damon Douglass, Danny McCormick, Dip Patel, Ferran Fernández Garrido, Hai Joey Tran, Hyeonho Kim, Igor Bernstein, Israel Herraiz, Jack McCluskey, Jaehyeon Kim, Jeff Kinard, Jeffrey Kinard, Joey Tran, Kenneth Knowles, Kirill Berezin, Michel Davit, Minbo Bae, Naireen Hussain, Niel Markwick, Nito Buendia, Reeba Qureshi, Reuven Lax, Robert Bradshaw, Robert Burke, Rohit Sinha, Ryan Fu, Sam Whittle, Shunping Huang, Svetak Sundhar, Udaya Chathuranga, Vitaly Terentyev, Vlado Djerek, Yi Hu, Claude van der Merwe, XQ Hu, Martin Trieu, Valentyn Tymofieiev, twosom

v2.59.0: Beam 2.59.0 release

We are happy to present the new 2.59.0 release of Beam.
This release includes both improvements and new functionality.
See the download page for this release.

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

Highlights

  • Added support for setting a configureable timeout when loading a model and performing inference in the RunInference transform using with_exception_handling (#​32137)
  • Initial experimental support for using Prism with the Java and Python SDKs
    • Prism is presently targeting local testing usage, or other small scale execution.
    • For Java, use 'PrismRunner', or 'TestPrismRunner' as an argument to the --runner flag.
    • For Python, use 'PrismRunner' as an argument to the --runner flag.
    • Go already uses Prism as the default local runner.

I/Os

  • Improvements to the performance of BigqueryIO when using withPropagateSuccessfulStorageApiWrites(true) method (Java) (#​31840).
  • [Managed Iceberg] Added support for writing to partitioned tables (#​32102)
  • Update ClickHouseIO to use the latest version of the ClickHouse JDBC driver (#​32228).
  • Add ClickHouseIO dedicated User-Agent (#​32252).

New Features / Improvements

  • BigQuery endpoint can be overridden via PipelineOptions, this enables BigQuery emulators (Java) (#​28149).
  • Go SDK Minimum Go Version updated to 1.21 (#​32092).
  • [BigQueryIO] Added support for withFormatRecordOnFailureFunction() for STORAGE_WRITE_API and STORAGE_API_AT_LEAST_ONCE methods (Java) (#​31354).
  • Updated Go protobuf package to new version (Go) (#​21515).
  • Added support for setting a configureable timeout when loading a model and performing inference in the RunInference transform using with_exception_handling (#​32137)
  • Adds OrderedListState support for Java SDK via FnApi.
  • Initial support for using Prism from the Python and Java SDKs.

Bugfixes

  • Fixed incorrect service account impersonation flow for Python pipelines using BigQuery IOs (#​32030).
  • Auto-disable broken and meaningless upload_graph feature when using Dataflow Runner V2 (#​32159).
  • (Python) Upgraded google-cloud-storage to version 2.18.2 to fix a data corruption issue (#​32135).
  • (Go) Fix corruption on State API writes. (#​32245).

Known Issues

  • Prism is under active development and does not yet support all pipelines. See #​29650 for progress.
    • In the 2.59.0 release, Prism passes most runner validations tests with the exceptions of pipelines using the following features:
      OrderedListState, OnWindowExpiry (eg. GroupIntoBatches), CustomWindows, MergingWindowFns, Trigger and WindowingStrategy associated features, Bundle Finalization, Looping Timers, and some Coder related issues such as with Python combiner packing, and Java Schema transforms, and heterogenous flatten coders. Processing Time timers do not yet have real time support.
    • If your pipeline is having difficulty with the Python or Java direct runners, but runs well on Prism, please let us know.

For the most up to date list of known issues, see https://github.com/apache/beam/blob/master/CHANGES.md

List of Contributors

According to git shortlog, the following people contributed to the 2.59.0 release. Thank you to all contributors!

Ahmed Abualsaud,Ahmet Altay,Andrew Crites,atask-g,Axel Magnuson,Ayush Pandey,Bartosz Zablocki,Chamikara Jayalath,cutiepie-10,Damon,Danny McCormick,dependabot[bot],Eddie Phillips,Francis O'Hara,Hyeonho Kim,Israel Herraiz,Jack McCluskey,Jaehyeon Kim,Jan Lukavský,Jeff Kinard,Jeffrey Kinard,jonathan-lemos,jrmccluskey,Kirill Berezin,Kiruphasankaran Nataraj,lahariguduru,liferoad,lostluck,Maciej Szwaja,Manit Gupta,Mark Zitnik,martin trieu,Naireen Hussain,Prerit Chandok,Radosław Stankiewicz,Rebecca Szper,Robert Bradshaw,Robert Burke,ron-gal,Sam Whittle,Sergei Lilichenko,Shunping Huang,Svetak Sundhar,Thiago Nunes,Timothy Itodo,tvalentyn,twosom,Vatsal,Vitaly Terentyev,Vlado Djerek,Yifan Ye,Yi Hu

v2.58.1: Beam 2.58.1 release

We are happy to present the new 2.58.1 release of Beam.
This release includes both improvements and new functionality.
See the download page for this release.

New Features / Improvements

  • Fixed issue where KafkaIO Records read with ReadFromKafkaViaSDF are redistributed and may contain duplicates regardless of the configuration. This affects Java pipelines with Dataflow v2 runner and xlang pipelines reading from Kafka, (#​32196)

Known Issues

  • Large Dataflow graphs using runner v2, or pipelines explicitly enabling the upload_graph experiment, will fail at construction time (#​32159).
  • Python pipelines that run with 2.53.0-2.58.0 SDKs and read data from GCS might be affected by a data corruption issue (#​32169). The issue will be fixed in 2.59.0 (#​32135). To work around this, update the google-cloud-storage package to version 2.18.2 or newer.

For the most up to date list of known issues, see https://github.com/apache/beam/blob/master/CHANGES.md

List of Contributors

According to git shortlog, the following people contributed to the 2.58.1 release. Thank you to all contributors!

Danny McCormick

Sam Whittle

v2.58.0: Beam 2.58.0 release

We are happy to present the new 2.58.0 release of Beam.
This release includes both improvements and new functionality.
See the download page for this release.

For more information about changes in 2.58.0, check out the detailed release notes.

I/Os

New Features / Improvements

  • Multiple RunInference instances can now share the same model instance by setting the model_identifier parameter (Python) (#​31665).
  • Added options to control the number of Storage API multiplexing connections (#​31721)
  • [BigQueryIO] Better handling for batch Storage Write API when it hits AppendRows throughput quota (#​31837)
  • [IcebergIO] All specified catalog properties are passed through to the connector (#​31726)
  • Removed a third-party LGPL dependency from the Go SDK (#​31765).
  • Support for MapState and SetState when using Dataflow Runner v1 with Streaming Engine (Java) ([#​18200])

Breaking Changes

  • [IcebergIO] IcebergCatalogConfig was changed to support specifying catalog properties in a key-store fashion (#​31726)
  • [SpannerIO] Added validation that query and table cannot be specified at the same time for SpannerIO.read(). Previously withQuery overrides withTable, if set (#​24956).

Bug fixes

  • [BigQueryIO] Fixed a bug in batch Storage Write API that frequently exhausted concurrent connections quota (#​31710)

List of Contributors

According to git shortlog, the following people contributed to the 2.58.0 release. Thank you to all contributors!

Ahmed Abualsaud

Ahmet Altay

Alexandre Moueddene

Alexey Romanenko

Andrew Crites

Bartosz Zablocki

Celeste Zeng

Chamikara Jayalath

Clay Johnson

Damon Douglass

Danny McCormick

Dilnaz Amanzholova

Florian Bernard

Francis O'Hara

George Ma

Israel Herraiz

Jack McCluskey

Jaehyeon Kim

James Roseman

Kenneth Knowles

Maciej Szwaja

Michel Davit

Minh Son Nguyen

Naireen

Niel Markwick

Oliver Cardoza

Robert Bradshaw

Robert Burke

Rohit Sinha

S. Veyrié

Sam Whittle

Shunping Huang

Svetak Sundhar

TongruiLi

Tony Tang

Valentyn Tymofieiev

Vitaly Terentyev

Yi Hu

v2.57.0: Beam 2.57.0 Release

We are happy to present the new 2.57.0 release of Beam.
This release includes both improvements and new functionality.
See the download page for this release.

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

Highlights

  • Apache Beam adds Python 3.12 support (#​29149).
  • Added FlinkRunner for Flink 1.18 (#​30789).

I/Os

  • Ensure that BigtableIO closes the reader streams (#​31477).

New Features / Improvements

  • Added Feast feature store handler for enrichment transform (Python) (#​30957).
  • BigQuery per-worker metrics are reported by default for Streaming Dataflow Jobs (Java) (#​31015)
  • Adds inMemory() variant of Java List and Map side inputs for more efficient lookups when the entire side input fits into memory.
  • Beam YAML now supports the jinja templating syntax.
    Template variables can be passed with the (json-formatted) --jinja_variables flag.
  • DataFrame API now supports pandas 2.1.x and adds 12 more string functions for Series.(#​31185).
  • Added BigQuery handler for enrichment transform (Python) (#​31295)
  • Disable soft delete policy when creating the default bucket for a project (Java) (#​31324).
  • Added DoFn.SetupContextParam and DoFn.BundleContextParam which can be used
    as a python DoFn.process, Map, or FlatMap parameter to invoke a context
    manager per DoFn setup or bundle (analogous to using setup/teardown
    or start_bundle/finish_bundle respectively.)
  • Go SDK Prism Runner
    • Pre-built Prism binaries are now part of the release and are available via the Github release page. (#​29697).
    • Some pipelines will work on Java and Python, but this is in part to prepare for real runner wrappers in 2.58.0
    • ProcessingTime is now handled synthetically with TestStream pipelines and Non-TestStream pipelines, for fast test pipeline execution by default. (#​30083).
      • Prism does NOT yet support "real time" execution for this release.
  • Improve processing for large elements to reduce the chances for exceeding 2GB protobuf limits (Python)([https://github.com/apache/beam/issues/31607](https://redirect.github.com/apache/beam/issues/31607)7]).

Breaking Changes

  • Java's View.asList() side inputs are now optimized for iterating rather than
    indexing when in the global window.
    This new implementation still supports all (immutable) List methods as before,
    but some of the random access methods like get() and size() will be slower.
    To use the old implementation one can use View.asList().withRandomAccess().
  • SchemaTransforms implemented with TypedSchemaTransformProvider now produce a
    configuration Schema with snake_case naming convention
    (#​31374). This will make the following
    cases problematic:
    • Running a pre-2.57.0 remote SDK pipeline containing a 2.57.0+ Java SchemaTransform,
      and vice versa:
    • Running a 2.57.0+ remote SDK pipeline containing a pre-2.57.0 Java SchemaTransform
    • All direct uses of Python's SchemaAwareExternalTransform
      should be updated to use new snake_case parameter names.
  • Upgraded Jackson Databind to 2.15.4 (Java) (#​26743).
    jackson-2.15 has known breaking changes. An important one is it imposed a buffer limit for parser.
    If your custom PTransform/DoFn are affected, refer to #​31580 for mitigation.

For the most up to date list of known issues, see https://github.com/apache/beam/blob/master/CHANGES.md

List of Contributors

According to git shortlog, the following people contributed to the 2.57.0 release. Thank you to all contributors!

Ahmed Abualsaud

Ahmet Altay

Alexey Romanenko

Andrey Devyatkin

Anody Zhang

Arvind Ram

Ben Konz

Bruno Volpato

Celeste Zeng

Chamikara Jayalath

Claire McGinty

Colm O hEigeartaigh

Damon

Danny McCormick

Evan Galpin

Ferran Fernández Garrido

Florent Biville

Jack Dingilian

Jack McCluskey

Jan Lukavský

JayajP

Jeff Kinard

Jeffrey Kinard

John Casey

Justin Uang

Kenneth Knowles

Kevin Zhou

Liam Miller-Cushon

Maarten Vercruysse

Maciej Szwaja

Maja Kontrec Rönn

Marc hurabielle

Martin Trieu

Mattie Fu

Min Zhu

Naireen Hussain

Nick Anikin

Pablo Rodriguez Defino

Paul King

Priyans Desai

Radosław Stankiewicz

Rebecca Szper

Ritesh Ghorse

Robert Bradshaw

Robert Burke

Rodrigo Bozzolo

RyuSA

Sam Rohde

Sam Whittle

Sergei Lilichenko

Shahar Epstein

Shunping Huang

Svetak Sundhar

Tomo Suzuki

Tony Tang

Valentyn Tymofieiev

Vincent Stollenwerk

Vineet Kumar

Vitaly Terentyev

Vlado Djerek

XQ Hu

Yi Hu

akashorabek

bzablocki

kberezin


Configuration

📅 Schedule: Branch creation - "before 8am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from rjfonseca as a code owner May 13, 2024 02:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3133337 to 4db2a6e Compare June 19, 2024 01:56
Copy link
Contributor Author

renovate bot commented Jun 19, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 22 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.20 -> 1.23.2
cloud.google.com/go v0.112.1 -> v0.115.1
cloud.google.com/go/compute/metadata v0.2.3 -> v0.5.2
github.com/go-logr/logr v1.4.1 -> v1.4.2
github.com/googleapis/enterprise-certificate-proxy v0.3.2 -> v0.3.4
github.com/googleapis/gax-go/v2 v2.12.3 -> v2.13.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 -> v0.54.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 -> v0.54.0
go.opentelemetry.io/otel v1.24.0 -> v1.29.0
go.opentelemetry.io/otel/metric v1.24.0 -> v1.29.0
go.opentelemetry.io/otel/trace v1.24.0 -> v1.29.0
golang.org/x/crypto v0.21.0 -> v0.27.0
golang.org/x/net v0.22.0 -> v0.29.0
golang.org/x/oauth2 v0.18.0 -> v0.23.0
golang.org/x/sync v0.6.0 -> v0.8.0
golang.org/x/sys v0.18.0 -> v0.25.0
golang.org/x/text v0.14.0 -> v0.18.0
golang.org/x/time v0.5.0 -> v0.6.0
google.golang.org/api v0.171.0 -> v0.199.0
google.golang.org/genproto v0.0.0-20240308144416-29370a3891b7 -> v0.0.0-20240903143218-8af14fe29dc1
google.golang.org/genproto/googleapis/api v0.0.0-20240314234333-6e1732d8331c -> v0.0.0-20240903143218-8af14fe29dc1
google.golang.org/genproto/googleapis/rpc v0.0.0-20240314234333-6e1732d8331c -> v0.0.0-20240903143218-8af14fe29dc1
google.golang.org/grpc v1.62.1 -> v1.67.0

@renovate renovate bot changed the title Update module cloud.google.com/go/pubsub to v1.38.0 Update module cloud.google.com/go/pubsub to v1.39.0 Jun 19, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4db2a6e to d9ce8d6 Compare June 26, 2024 19:49
@renovate renovate bot changed the title Update module cloud.google.com/go/pubsub to v1.39.0 Update all non-major dependencies Jun 26, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d9ce8d6 to fd13c80 Compare June 27, 2024 00:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from cfda1ac to 0622a25 Compare August 6, 2024 14:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9590e09 to ba65824 Compare August 20, 2024 00:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8fc2774 to d0de8f3 Compare September 11, 2024 22:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d0de8f3 to f5d5b0f Compare October 9, 2024 02:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f5d5b0f to 989a0f1 Compare October 16, 2024 11:47
@renovate renovate bot changed the title Update all non-major dependencies Update module github.com/apache/beam/sdks/v2 to v2.59.0 Oct 16, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 989a0f1 to e4a035a Compare October 16, 2024 13:19
@renovate renovate bot changed the title Update module github.com/apache/beam/sdks/v2 to v2.59.0 Update all non-major dependencies Oct 16, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e4a035a to d07d3f1 Compare October 17, 2024 19:57
Copy link

@rjfonseca rjfonseca merged commit ec83276 into main Oct 18, 2024
1 of 4 checks passed
@rjfonseca rjfonseca deleted the renovate/all-minor-patch branch October 18, 2024 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant