Skip to content

Commit bdd0425

Browse files
committed
Update CHANGES.md to have fields for 2.71.0 release
1 parent 7442750 commit bdd0425

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

CHANGES.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,12 @@
5959
* ([#X](https://github.com/apache/beam/issues/X)).
6060
-->
6161

62-
# [2.70.0] - Unreleased
62+
# [2.71.0] - Unreleased
6363

6464
## Highlights
6565

6666
* New highly anticipated feature X added to Python SDK ([#X](https://github.com/apache/beam/issues/X)).
6767
* New highly anticipated feature Y added to Java SDK ([#Y](https://github.com/apache/beam/issues/Y)).
68-
* Flink 1.20 support added ([#32647](https://github.com/apache/beam/issues/32647)).
6968

7069
## I/Os
7170

@@ -74,10 +73,6 @@
7473
## New Features / Improvements
7574

7675
* X feature added (Java/Python) ([#X](https://github.com/apache/beam/issues/X)).
77-
* Python examples added for Milvus search enrichment handler on [Beam Website](https://beam.apache.org/documentation/transforms/python/elementwise/enrichment-milvus/)
78-
including jupyter notebook example (Python) ([#36176](https://github.com/apache/beam/issues/36176)).
79-
* Milvus sink I/O connector added (Python) ([#36702](https://github.com/apache/beam/issues/36702)).
80-
Now Beam has full support for Milvus integration including Milvus enrichment and sink operations.
8176

8277
## Breaking Changes
8378

@@ -86,7 +81,6 @@ Now Beam has full support for Milvus integration including Milvus enrichment and
8681
## Deprecations
8782

8883
* X behavior is deprecated and will be removed in X versions ([#X](https://github.com/apache/beam/issues/X)).
89-
* (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)).
9084

9185
## Bugfixes
9286

@@ -96,6 +90,23 @@ Now Beam has full support for Milvus integration including Milvus enrichment and
9690

9791
* ([#X](https://github.com/apache/beam/issues/X)).
9892

93+
# [2.70.0] - Unreleased
94+
95+
## Highlights
96+
97+
* Flink 1.20 support added ([#32647](https://github.com/apache/beam/issues/32647)).
98+
99+
## New Features / Improvements
100+
101+
* Python examples added for Milvus search enrichment handler on [Beam Website](https://beam.apache.org/documentation/transforms/python/elementwise/enrichment-milvus/)
102+
including jupyter notebook example (Python) ([#36176](https://github.com/apache/beam/issues/36176)).
103+
* Milvus sink I/O connector added (Python) ([#36702](https://github.com/apache/beam/issues/36702)).
104+
Now Beam has full support for Milvus integration including Milvus enrichment and sink operations.
105+
106+
## Deprecations
107+
108+
* (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)).
109+
99110
# [2.69.0] - 2025-10-28
100111

101112
## Highlights

0 commit comments

Comments
 (0)