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/02/22 15:09:12 UTC

[beam] branch dependabot/go_modules/sdks/github.com/aws/aws-sdk-go-1.34.0 updated (e3b40d43165 -> 39685627605)

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/aws/aws-sdk-go-1.34.0
in repository https://gitbox.apache.org/repos/asf/beam.git


    omit e3b40d43165 Bump github.com/aws/aws-sdk-go from 1.33.0 to 1.34.0 in /sdks
     add 5b4edaf83bf [#24789][prism] V0 Go Direct Runner Replacement, Prism. (#25568)
     add a6bd21a5616 Add retry logic to Python boot script.
     add e99999509f8 More verbose messaging.
     add 8cfee7d05e6 Merge pull request #25473 Add retry logic to Python boot script.
     add d8e5047dad3 Bump github.com/testcontainers/testcontainers-go in /sdks (#25517)
     add 39685627605 Bump github.com/aws/aws-sdk-go from 1.33.0 to 1.34.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   (e3b40d43165)
            \
             N -- N -- N   refs/heads/dependabot/go_modules/sdks/github.com/aws/aws-sdk-go-1.34.0 (39685627605)

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:
 CHANGES.md                                         |   2 +
 sdks/go.mod                                        |  27 +-
 sdks/go.sum                                        | 704 +--------------------
 sdks/go/pkg/beam/runners/prism/README.md           |   1 +
 .../pkg/beam/runners/prism/internal/coders_test.go |   6 +-
 sdks/go/pkg/beam/runners/prism/internal/execute.go | 278 +++++++-
 .../beam/runners/prism/internal/execute_test.go    | 417 ++++++++++++
 .../beam/runners/prism/internal/separate_test.go   | 595 +++++++++++++++++
 sdks/go/pkg/beam/runners/prism/internal/stage.go   | 400 ++++++++++++
 .../runners/{samza/samza.go => prism/prism.go}     |  25 +-
 sdks/python/container/boot.go                      |  49 +-
 11 files changed, 1785 insertions(+), 719 deletions(-)
 create mode 100644 sdks/go/pkg/beam/runners/prism/internal/execute_test.go
 create mode 100644 sdks/go/pkg/beam/runners/prism/internal/separate_test.go
 create mode 100644 sdks/go/pkg/beam/runners/prism/internal/stage.go
 copy sdks/go/pkg/beam/runners/{samza/samza.go => prism/prism.go} (56%)