This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/go_modules/sdks/github.com/aws/aws-sdk-go-v2/credentials-1.20.4
in repository https://gitbox.apache.org/repos/asf/beam.git
discard e6151de0bcb Bump github.com/aws/aws-sdk-go-v2/credentials in /sdks
add a0adae53810 Kafka Streams runner: add a flush marker payload variant
add 60205a1a12a Carry target partitions in the flush marker, and shorten
the comments
add 07c1a1350b8 Merge pull request #40068: Kafka Streams runner: add a
flush marker payload variant
add 90ecd1600e3 Bump go.mongodb.org/mongo-driver from 1.17.9 to 1.17.10 in
/sdks (#40111)
add 7bf5506f9a2 Bump github/codeql-action from 4.37.9 to 4.38.0 (#40115)
add fbe8ddf6c64 Bump zizmorcore/zizmor-action from 0.6.3 to 0.6.4 (#40117)
add 898b70e3061 Bump cloud.google.com/go/storage from 1.67.0 to 1.67.1 in
/sdks (#40118)
add 04d1fcd2695 Bump github.com/aws/aws-sdk-go-v2/credentials 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 (e6151de0bcb)
\
N -- N -- N
refs/heads/dependabot/go_modules/sdks/github.com/aws/aws-sdk-go-v2/credentials-1.20.4
(04d1fcd2695)
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:
.github/workflows/beam_PreCommit_GHA.yml | 2 +-
.github/workflows/codeql.yml | 4 +-
.../src/main/proto/kafka_streams_payload.proto | 12 +++-
.../{package-info.java => FlushPayload.java} | 21 ++++++-
.../kafka/streams/translation/KStreamsPayload.java | 73 +++++++++++++++++++---
.../streams/translation/KStreamsPayloadSerde.java | 14 ++++-
.../translation/KStreamsPayloadSerdeTest.java | 28 +++++++++
sdks/go.mod | 4 +-
sdks/go.sum | 8 +--
9 files changed, 142 insertions(+), 24 deletions(-)
copy
runners/kafka-streams/src/main/java/org/apache/beam/runners/kafka/streams/translation/{package-info.java
=> FlushPayload.java} (55%)