Skip to content

Commit dc1f26c

Browse files
committed
Update CHANGES.md and website
1 parent 49fd874 commit dc1f26c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474
* (Java) Enabled state tag encoding v2 by default for new Dataflow Streaming Engine jobs. It can be disabled by passing `--experiments=disable_streaming_engine_state_tag_encoding_v2` or `--updateCompatibilityVersion=2.74.0` pipeline option. Note that the tag encoding version cannot change during a job update. Jobs using tag encoding v2 (enabled by default for new jobs on 2.75.0+) cannot be downgraded to Beam versions prior to 2.73.0, as only versions 2.73.0 and later support tag encoding v2. ([#38705](https://github.com/apache/beam/issues/38705)).
7575
* (Python) Added instrumentation to support off-the-shelf profiling agents when launching Python SDK Harness ([#38853](https://github.com/apache/beam/issues/38853)).
7676
* (Java) Added support to the FnApi Data stream protocol allowing runners to isolate bundles slowly processing input from other bundles. ([#39001](https://github.com/apache/beam/issues/39001)).
77-
* (Java) Flink 2.1 support added ([#38947](https://github.com/apache/beam/issues/38947)).
78-
* (Java) Flink 2.2 support added ([#38978](https://github.com/apache/beam/issues/38978)).
77+
* (Java) Flink 2.1 and 2.2 support is added ([#38947](https://github.com/apache/beam/issues/38947), [#38978](https://github.com/apache/beam/issues/38978)); Flink 1.17 and 1.18 support is dropped.
78+
* (Python) MqttIO is now supported in Python via cross-language ([#21060](https://github.com/apache/beam/issues/21060)).
7979

8080
## Breaking Changes
8181

website/www/site/content/en/documentation/runners/flink.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,12 +358,12 @@ To find out which version of Flink is compatible with Beam please see the table
358358
<tr>
359359
<td>1.18.x</td>
360360
<td>beam-runners-flink-1.18</td>
361-
<td>&ge; 2.57.0</td>
361+
<td>2.57.0 - 2.74.0</td>
362362
</tr>
363363
<tr>
364364
<td>1.17.x</td>
365365
<td>beam-runners-flink-1.17</td>
366-
<td>&ge; 2.56.0</td>
366+
<td>2.56.0 - 2.74.0</td>
367367
</tr>
368368
<tr>
369369
<td>1.16.x</td>

0 commit comments

Comments
 (0)