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

github-bot pushed a change to branch 
dependabot/go_modules/sdks/cloud.google.com/go/storage-1.57.2
in repository https://gitbox.apache.org/repos/asf/beam.git


 discard a3e45d7691e Bump cloud.google.com/go/storage from 1.57.1 to 1.57.2 in 
/sdks
     add b843f4af3eb Increase the GZip DeflaterOutputStream buffer size to 
increase performance (#36818)
     add a799d2b76ea Bump google.golang.org/grpc from 1.76.0 to 1.77.0 in /sdks 
(#36843)
     add 050369f39d1 make use of generic type info in *Utils classes
     add b369dfa3814 make use of generic type info in *Utils classes (#36581)
     add 87d204f6038 Fix inconsistent data type in GenericRecord and AvroSchema 
for AvroWriter (#36839)
     add 6d9df8cbc81 Remove 3.9-specific branches in typehinting module (#36732)
     add eadbc6e74fc Kerberos auth python (#36211)
     add f41cbde78c1 Allow users to specify trusted Avro serializable classes 
to Dataflow worker (#36809)
     add 534e1cb0dbf Add artifactregistry.writer to service account (#36756)
     add 0ab2d039f8d Add @Pure annotations to Preconditions
     add e84b318ad3c Add @Pure annotations to DoFnSignature
     add a33d59420c7 Add @Pure annotations to DoFnSchemaInformation
     add 8f5bc796213 Add @Pure annotations to TimerSpec
     add edad6545dad Add @Pure annotations to SideInputReader
     add 6c99f7ceb71 Add @Pure annotations to LateDataUtils
     add f07ca33e355 Fix nullness errors in SimpleDoFnRunner and DoFnInvoker
     add 87530a369fb Trivial change to KafkaSourceConsumerFnTest to eliminate 
warning
     add be65cfe8d78 Fix nullness of currentRecordId and currentRecordOffset
     add 2a06694cc5e Merge pull request #35029: Fix nullness errors in 
SimpleDoFnRunner and DoFnInvoker
     add f5b4b6d2429 Add back sys import. (#36862)
     add 5806b6e4b93 Support Beam MicrosInstant conversion to Avro Timestamp 
(#36605)
     add 614e742a9d0 Bump com.gradle.common-custom-user-data-gradle-plugin 
(#36856)
     add 108225d3797 Add Iceberg CDC support to YAML (#36641)
     add 8e8fd1aefc1 Bump golang.org/x/crypto from 0.35.0 to 0.45.0 in 
/.test-infra/mock-apis (#36865)
     add e336419205c Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in 
/sdks (#36867)
     add 188dd3beaf0 Bump cloud.google.com/go/storage from 1.57.1 to 1.57.2 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   (a3e45d7691e)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/sdks/cloud.google.com/go/storage-1.57.2 
(188dd3beaf0)

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_Python_Xlang_Gcp_Direct.json   |   2 +-
 .test-infra/mock-apis/go.mod                       |  10 +-
 .test-infra/mock-apis/go.sum                       |  20 +--
 infra/iam/users.yml                                |   1 +
 .../apache/beam/runners/core/LateDataUtils.java    |   3 +
 ...TimeBoundedSplittableProcessElementInvoker.java |   4 +-
 .../apache/beam/runners/core/SideInputReader.java  |  13 +-
 .../apache/beam/runners/core/SimpleDoFnRunner.java | 169 ++++++++++++++++-----
 sdks/go.mod                                        |  60 ++++----
 sdks/go.sum                                        | 132 ++++++++--------
 sdks/java/container/boot.go                        |  22 +++
 .../java/org/apache/beam/sdk/io/Compression.java   |   4 +-
 .../apache/beam/sdk/options/SdkHarnessOptions.java |  12 ++
 .../beam/sdk/schemas/utils/AutoValueUtils.java     |  16 +-
 .../beam/sdk/schemas/utils/ByteBuddyUtils.java     |  59 +++----
 .../beam/sdk/schemas/utils/JavaBeanUtils.java      |  28 +++-
 .../apache/beam/sdk/schemas/utils/POJOUtils.java   | 138 ++++-------------
 .../java/org/apache/beam/sdk/state/TimerSpec.java  |   2 +
 .../java/org/apache/beam/sdk/transforms/DoFn.java  |   4 +-
 .../beam/sdk/transforms/DoFnSchemaInformation.java |   6 +
 .../beam/sdk/transforms/reflect/DoFnInvoker.java   |  28 +++-
 .../beam/sdk/transforms/reflect/DoFnSignature.java | 108 +++++++++++++
 .../org/apache/beam/sdk/util/Preconditions.java    |  31 ++++
 .../beam/sdk/schemas/utils/POJOUtilsTest.java      |  80 ----------
 .../extensions/avro/schemas/utils/AvroUtils.java   |  25 +++
 .../avro/schemas/utils/AvroUtilsTest.java          |  34 +++++
 .../io/debezium/KafkaSourceConsumerFnTest.java     |   2 +-
 sdks/java/io/expansion-service/build.gradle        |   2 +
 .../providers/PortableBigQueryDestinations.java    |   2 +-
 ...gQueryFileLoadsSchemaTransformProviderTest.java |  23 ++-
 .../java/org/apache/beam/sdk/io/kafka/KafkaIO.java |  40 +++++
 .../io/external/xlang_bigqueryio_it_test.py        |  35 ++++-
 sdks/python/apache_beam/io/kafka.py                |  47 +++---
 .../typehints/native_type_compatibility.py         |   5 +-
 .../apache_beam/typehints/trivial_inference.py     |   8 +-
 sdks/python/apache_beam/typehints/typehints.py     |   6 +-
 .../python/apache_beam/typehints/typehints_test.py |  12 +-
 .../yaml/extended_tests/databases/iceberg.yaml     |  54 ++++++-
 sdks/python/apache_beam/yaml/standard_io.yaml      |  28 ++++
 settings.gradle.kts                                |  50 +++---
 40 files changed, 850 insertions(+), 475 deletions(-)

Reply via email to