You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2023/04/07 21:45:45 UTC

[beam] branch dependabot/go_modules/sdks/golang.org/x/net-0.9.0 updated (78e13fba3b7 -> 0c125975126)

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

github-bot pushed a change to branch dependabot/go_modules/sdks/golang.org/x/net-0.9.0
in repository https://gitbox.apache.org/repos/asf/beam.git


 discard 78e13fba3b7 Bump golang.org/x/net from 0.8.0 to 0.9.0 in /sdks
     add 1a52deb9b9c Auto model updates notebook (#26048)
     add 485822beeef Fix Jacoco not working for a few modules (#26125)
     add db656bfec92 (AWS S3 FS) Fix performance issue of S3 filesystem when reading large files (fixes #25991)
     add 36c9c738f47 Merge pull request #26114: [AWS2] Fix performance issue of S3 filesystem when reading large files
     add 209c8c9cf7e Move automatic model refresh notebook to correct dir (#26176)
     add b37c1a34c1a Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 in /sdks (#26139)
     add e5900971621 Bump go.mongodb.org/mongo-driver from 1.11.2 to 1.11.4 in /sdks (#26111)
     add 0c125975126 Bump golang.org/x/net from 0.8.0 to 0.9.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   (78e13fba3b7)
            \
             N -- N -- N   refs/heads/dependabot/go_modules/sdks/golang.org/x/net-0.9.0 (0c125975126)

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:
 .test-infra/jenkins/job_PreCommit_Java_IOs.groovy  |   9 +-
 .../beam-ml/automatic_model_refresh.ipynb          | 475 +++++++++++++++++++++
 sdks/go.mod                                        |   6 +-
 sdks/go.sum                                        |  12 +-
 sdks/java/core/build.gradle                        |   9 -
 .../io/aws2/s3/S3ReadableSeekableByteChannel.java  |  34 +-
 6 files changed, 515 insertions(+), 30 deletions(-)
 create mode 100644 examples/notebooks/beam-ml/automatic_model_refresh.ipynb