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-v2/feature/s3/manager-1.17.81
in repository https://gitbox.apache.org/repos/asf/beam.git
discard fca03303e3f Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in
/sdks
add 8e4665ef8ae added timeout for Direct_Read with Bigquery IO (#35284)
add b4cda14d237 Bump cloud.google.com/go/profiler from 0.4.2 to 0.4.3 in
/sdks (#35364)
add da1768f18c0 Add Async Dofn and Test to BEAM (#35245)
add 3e940f23ff4 Bump requests (#35220)
add 9833d2f543b Unpin antlr in BeamModulePlugins (#35231)
add 6fb3a79f526 Clear space before generating the beam site pr - it seems
this takes … (#35355)
add 5d1381920e8 Updates Dataflow Python container (#35357)
add c786cd004b7 [yaml]: uncomment WriteToKafka portion of test (#35277)
add 5572ad8b04e Allow STRING format in Kafka config
add 2b4056bcbb3 Merge pull request #35214: Allow STRING format in Kafka
config
add 33ea9388fb9 Use now + 2mins as the end timestamp for change stream
read API if the (#34967)
add 5532af8438f Update JupyterLab Sidepanel yarn.lock file (#35195)
add b09e5ef4bcd Bump github.com/aws/aws-sdk-go-v2/service/s3 in /sdks
(#35366)
add 93d5ce31cf4 Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager 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 (fca03303e3f)
\
N -- N -- N
refs/heads/dependabot/go_modules/sdks/github.com/aws/aws-sdk-go-v2/feature/s3/manager-1.17.81
(93d5ce31cf4)
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:
.../beam_PostCommit_Yaml_Xlang_Direct.json | 2 +-
.github/workflows/build_release_candidate.yml | 4 +
.../org/apache/beam/gradle/BeamModulePlugin.groovy | 2 -
sdks/go.mod | 6 +-
sdks/go.sum | 12 +-
sdks/java/core/build.gradle | 13 +-
.../apache/beam/sdk/io/gcp/spanner/SpannerIO.java | 4 +-
.../action/QueryChangeStreamAction.java | 23 +-
.../KafkaReadSchemaTransformConfiguration.java | 3 +
.../KafkaReadSchemaTransformProviderTest.java | 25 +-
.../kfp/components/preprocessing/requirements.txt | 2 +-
sdks/python/apache_beam/io/gcp/bigquery.py | 32 +-
.../apache_beam/runners/dataflow/internal/names.py | 2 +-
.../apache-beam-jupyterlab-sidepanel/.yarnrc.yml | 4 +-
.../apache-beam-jupyterlab-sidepanel/package.json | 1 +
.../apache-beam-jupyterlab-sidepanel/yarn.lock | 17809 +++++++++++--------
sdks/python/apache_beam/transforms/async_dofn.py | 431 +
.../apache_beam/transforms/async_dofn_test.py | 448 +
.../yaml/extended_tests/messaging/kafka.yaml | 42 +-
19 files changed, 10984 insertions(+), 7881 deletions(-)
copy .test-infra/metrics/sync/jenkins/requirements.txt =>
sdks/python/apache_beam/runners/interactive/extensions/apache-beam-jupyterlab-sidepanel/.yarnrc.yml
(96%)
create mode 100644 sdks/python/apache_beam/transforms/async_dofn.py
create mode 100644 sdks/python/apache_beam/transforms/async_dofn_test.py