This is an automated email from the ASF dual-hosted git repository.
Amar3tto pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 8e67bceb09a Update CHANGES.md for 2.78.0
8e67bceb09a is described below
commit 8e67bceb09a5e5ebf12a4b616854d19df302e106
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Thu Sep 17 09:53:53 2026 +0400
Update CHANGES.md for 2.78.0
---
CHANGES.md | 46 +++++++++++++++++++++++++++++++---------------
1 file changed, 31 insertions(+), 15 deletions(-)
diff --git a/CHANGES.md b/CHANGES.md
index 18351eebd1a..aecd194e1f2 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -55,7 +55,7 @@
* ([#X](https://github.com/apache/beam/issues/X)).
-->
-# [2.77.0] - Unreleased
+# [2.78.0] - Unreleased
## Highlights
@@ -65,6 +65,36 @@
## I/Os
* Support for X source added (Java/Python)
([#X](https://github.com/apache/beam/issues/X)).
+
+## New Features / Improvements
+
+* X feature added (Java/Python)
([#X](https://github.com/apache/beam/issues/X)).
+
+## Breaking Changes
+
+* X behavior was changed ([#X](https://github.com/apache/beam/issues/X)).
+
+## Deprecations
+
+* X behavior is deprecated and will be removed in X versions
([#X](https://github.com/apache/beam/issues/X)).
+
+## Bugfixes
+
+* Fixed X (Java/Python) ([#X](https://github.com/apache/beam/issues/X)).
+
+## Security Fixes
+
+* Fixed [CVE-YYYY-NNNN](https://www.cve.org/CVERecord?id=CVE-YYYY-NNNN)
(Java/Python/Go) ([#X](https://github.com/apache/beam/issues/X)).
+
+## Known Issues
+
+[comment]: # ( When updating known issues after release, make sure also update
website blog in website/www/site/content/blog.)
+* ([#X](https://github.com/apache/beam/issues/X)).
+
+# [2.77.0] - Unreleased
+
+## I/Os
+
* Added `schema_update_options` to `WriteToBigQuery` file loads, allowing
BigQuery load jobs to add nullable fields or relax required fields when
appending data (Python) ([#21141](https://github.com/apache/beam/issues/21141)).
* BigQueryIO now supports reading BigQuery Lakehouse runtime catalog (BigLake
metastore) Iceberg tables with the Storage Read API, using 4-part
`project.catalog.namespace.table` identifiers (or a `TableReference` with a
composite `catalog.namespace` dataset id). Previously such references were
silently mis-parsed (Java)
([#39597](https://github.com/apache/beam/issues/39597)) .
* SolaceIO now supports reading and writing binary and text content data
payload (Java) ([#39875](https://github.com/apache/beam/issues/39875)).
@@ -72,7 +102,6 @@
## New Features / Improvements
-* X feature added (Java/Python)
([#X](https://github.com/apache/beam/issues/X)).
* (Java/Python) `Watch` can bound its deduplication state by event time,
retiring an output key once the greatest emitted timestamp has moved more than
the allowed lateness past it. Java adds
`Watch.growthOf(...).withTimestampCursor()`. Python adds `allowed_lateness` for
the existing `timestamp_cursor` option
([#18459](https://github.com/apache/beam/issues/18459)).
* (Java) Spark Structured Streaming runner: stateful ParDo with state, timers,
`@RequiresTimeSortedInput` and tagged outputs is now supported in batch mode
([#39779](https://github.com/apache/beam/issues/39779)).
* (Python) Added support for Vertex AI Model Monitoring V2 in RunInference
([#39738](https://github.com/apache/beam/issues/39738)).
@@ -90,10 +119,6 @@
- TensorRT 10 and later require a GPU with compute capability 7.5 or higher,
which excludes NVIDIA Pascal and Volta GPUs.
- If dropping TensorRT 8.x support is a hard blocker for you, please comment
on ([#36306](https://github.com/apache/beam/issues/36306)).
-## Deprecations
-
-* X behavior is deprecated and will be removed in X versions
([#X](https://github.com/apache/beam/issues/X)).
-
## Bugfixes
* (Java) Fixed the Spark runner firing processing-time timers in reverse
timestamp order ([#39824](https://github.com/apache/beam/issues/39824)).
@@ -105,15 +130,6 @@
* (Go) Fixed GCS glob matching silently dropping objects when the glob pattern
contains multi-byte characters
([#39969](https://github.com/apache/beam/issues/39969)).
* (Python) Fixed `TensorRTEngineHandlerNumPy` failing with
`CUDA_ERROR_INVALID_VALUE` on models with a single-element input or output
tensor ([#36306](https://github.com/apache/beam/issues/36306)).
-## Security Fixes
-
-* Fixed [CVE-YYYY-NNNN](https://www.cve.org/CVERecord?id=CVE-YYYY-NNNN)
(Java/Python/Go) ([#X](https://github.com/apache/beam/issues/X)).
-
-## Known Issues
-
-[comment]: # ( When updating known issues after release, make sure also update
website blog in website/www/site/content/blog.)
-* ([#X](https://github.com/apache/beam/issues/X)).
-
# [2.76.0] - 2026-08-31
## Highlights