This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/go_modules/sdks/github.com/docker/go-connections-0.6.0
in repository https://gitbox.apache.org/repos/asf/beam.git


 discard c2beaacd4e3 Bump github.com/docker/go-connections from 0.5.0 to 0.6.0 
in /sdks
     add f59a45e63ae [Dataflow Java Streaming] Reduce log spam for direct path 
mode and improve status page. (#35880)
     add 764c220ca2c Remove test forcing Devs to update managed-io doc (#35872)
     add 0cbfee3deab Update hbase-shaded-client (#35898)
     add aac3c6e7b2d Update ensurepip to avoid vulnerabilities in wheels 
(#35856)
     add c715ab482f3 Controlling reshuffle in `FileIO.MatchAll` (#35730)
     add 4a16f3f3d06 Only publish test and its sources when test folder is 
non-empty (#35912)
     add 701919e38da Skip state test for Samza runner (#35918)
     add b67c2aadf59 Limit usage of testcontainers. (#35921)
     add 104ff9389da Update integration.go - filter out TestBagStateBlindWrite 
from incompatible runners (#35923)
     add 69104866892 increase grpc timeouts & force seq exec (#34739) (#35915)
     add f612190ed5a Runner support status for Beam 3 (#35908)
     add bc7c39422fe [Python] Deprecate --enable_streaming_engine flag since it 
is always enabled. (#35917)
     add 00531c65d7c Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in 
/sdks (#35928)
     add 5750221df8a Bump github.com/docker/go-connections from 0.5.0 to 0.6.0 
in /sdks

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (c2beaacd4e3)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/sdks/github.com/docker/go-connections-0.6.0 
(5750221df8a)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../IO_Iceberg_Integration_Tests.json              |  2 +-
 .github/workflows/beam_PreCommit_Python.yml        | 46 +++++++++++++++++++++-
 CHANGES.md                                         |  2 +
 .../org/apache/beam/gradle/BeamModulePlugin.groovy | 16 ++++++--
 release/build.gradle.kts                           |  6 ++-
 .../windmill/client/grpc/GrpcCommitWorkStream.java |  6 ++-
 .../windmill/client/grpc/GrpcDispatcherClient.java | 25 ++++++------
 .../client/grpc/GrpcGetWorkerMetadataStream.java   |  9 ++++-
 .../work/processing/StreamingWorkScheduler.java    |  2 +-
 .../org/apache/beam/runners/samza/SamzaRunner.java |  3 ++
 .../beam/runners/twister2/Twister2Runner.java      |  3 ++
 sdks/go.mod                                        | 14 +++----
 sdks/go.sum                                        | 28 ++++++-------
 sdks/go/test/integration/integration.go            |  2 +
 .../main/java/org/apache/beam/sdk/io/FileIO.java   | 16 +++++++-
 .../java/org/apache/beam/sdk/io/text/TextIOIT.java |  2 +-
 sdks/java/io/hbase/build.gradle                    |  2 +-
 sdks/java/io/iceberg/hive/build.gradle             |  2 +-
 .../python/apache_beam/options/pipeline_options.py |  5 ++-
 .../runners/dataflow/dataflow_runner.py            | 19 +--------
 .../runners/dataflow/dataflow_runner_test.py       |  3 +-
 .../external_transform_provider_it_test.py         | 27 -------------
 sdks/python/conftest.py                            | 17 ++++----
 sdks/python/container/Dockerfile                   | 11 +++++-
 .../site/content/en/documentation/runners/nemo.md  |  2 +
 .../site/content/en/documentation/runners/samza.md |  2 +
 .../content/en/documentation/runners/twister2.md   |  2 +
 website/www/site/content/en/roadmap/nemo-runner.md |  4 +-
 .../www/site/content/en/roadmap/samza-runner.md    |  4 +-
 .../www/site/content/en/roadmap/twister2-runner.md |  4 +-
 30 files changed, 180 insertions(+), 106 deletions(-)

Reply via email to