This is an automated email from the ASF dual-hosted git repository.
vterentev 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 bdd042509b6 Update CHANGES.md to have fields for 2.71.0 release
bdd042509b6 is described below
commit bdd042509b6efb938bc5285290a02a8e644e3cd5
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Wed Nov 26 20:16:50 2025 +0400
Update CHANGES.md to have fields for 2.71.0 release
---
CHANGES.md | 25 ++++++++++++++++++-------
1 file changed, 18 insertions(+), 7 deletions(-)
diff --git a/CHANGES.md b/CHANGES.md
index 68af5a342d7..a7612f0a835 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -59,13 +59,12 @@
* ([#X](https://github.com/apache/beam/issues/X)).
-->
-# [2.70.0] - Unreleased
+# [2.71.0] - Unreleased
## Highlights
* New highly anticipated feature X added to Python SDK
([#X](https://github.com/apache/beam/issues/X)).
* New highly anticipated feature Y added to Java SDK
([#Y](https://github.com/apache/beam/issues/Y)).
-* Flink 1.20 support added
([#32647](https://github.com/apache/beam/issues/32647)).
## I/Os
@@ -74,10 +73,6 @@
## New Features / Improvements
* X feature added (Java/Python)
([#X](https://github.com/apache/beam/issues/X)).
-* Python examples added for Milvus search enrichment handler on [Beam
Website](https://beam.apache.org/documentation/transforms/python/elementwise/enrichment-milvus/)
- including jupyter notebook example (Python)
([#36176](https://github.com/apache/beam/issues/36176)).
-* Milvus sink I/O connector added (Python)
([#36702](https://github.com/apache/beam/issues/36702)).
-Now Beam has full support for Milvus integration including Milvus enrichment
and sink operations.
## Breaking Changes
@@ -86,7 +81,6 @@ Now Beam has full support for Milvus integration including
Milvus enrichment and
## Deprecations
* X behavior is deprecated and will be removed in X versions
([#X](https://github.com/apache/beam/issues/X)).
-* (Python) Python 3.9 reached EOL in October 2025 and support for the lanugage
version has been removed.
([#36665](https://github.com/apache/beam/issues/36665)).
## Bugfixes
@@ -96,6 +90,23 @@ Now Beam has full support for Milvus integration including
Milvus enrichment and
* ([#X](https://github.com/apache/beam/issues/X)).
+# [2.70.0] - Unreleased
+
+## Highlights
+
+* Flink 1.20 support added
([#32647](https://github.com/apache/beam/issues/32647)).
+
+## New Features / Improvements
+
+* Python examples added for Milvus search enrichment handler on [Beam
Website](https://beam.apache.org/documentation/transforms/python/elementwise/enrichment-milvus/)
+ including jupyter notebook example (Python)
([#36176](https://github.com/apache/beam/issues/36176)).
+* Milvus sink I/O connector added (Python)
([#36702](https://github.com/apache/beam/issues/36702)).
+Now Beam has full support for Milvus integration including Milvus enrichment
and sink operations.
+
+## Deprecations
+
+* (Python) Python 3.9 reached EOL in October 2025 and support for the language
version has been removed.
([#36665](https://github.com/apache/beam/issues/36665)).
+
# [2.69.0] - 2025-10-28
## Highlights