This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly-refs/heads/master
in repository https://gitbox.apache.org/repos/asf/beam.git
from 35969b34a37 Introduce more abstract handling of throttling signaling
(#35984)
add faacf7050e2 Bump cloud.google.com/go/spanner from 1.83.0 to 1.85.0 in
/sdks (#36005)
add f3441bd0c09 Moving to 2.69.0-SNAPSHOT on master branch.
add 6280b395220 Update CHANGES.md to have fields for 2.69.0 release
add 230f3ead708 Cloudpickle deterministic coder changes.md. (#36037)
add 9adc8dcd284 Support Protobuf 6.x. (#35477)
add cccaa75cc4d Only retrieve the shared caches once during setup in
ReadFromKafkaDoFn (#36028)
add d28fd643096 feat(build): add validation task for CHANGES.md formatting
(#36041)
add 67eaded97bf Fix jdbc logical type not found when python sdk worker
running in docker env (#36014)
No new revisions were added by this update.
Summary of changes:
.asf.yaml | 1 +
CHANGES.md | 32 ++++++
build.gradle.kts | 121 +++++++++++++++++++++
gradle.properties | 4 +-
sdks/go.mod | 2 +-
sdks/go.sum | 4 +-
sdks/go/pkg/beam/core/core.go | 2 +-
.../beam/sdk/io/kafka/ReadFromKafkaDoFn.java | 67 ++++++++++--
sdks/python/apache_beam/io/jdbc.py | 92 +---------------
.../runners/worker/data_sampler_test.py | 42 ++++---
sdks/python/apache_beam/typehints/schemas.py | 92 ++++++++++++++++
sdks/python/apache_beam/version.py | 2 +-
sdks/python/setup.py | 2 +-
sdks/typescript/package.json | 2 +-
14 files changed, 339 insertions(+), 126 deletions(-)