Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit df5dd4e

Browse files
Update roadmap page 28342 (#34330)
* Update Roadmap pages * update runners * some more minor updates * some more updates * taken care comment regarding Go sdk * Fix trailing whitespace --------- Co-authored-by: Danny McCormick <[email protected]>
1 parent 1bf14ad commit df5dd4e

2 files changed

Lines changed: 7 additions & 13 deletions

File tree

website/www/site/content/en/roadmap/_index.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Below are some highlights for the project as a whole.
3232
Portability is the primary Beam vision: running pipelines authored with _any SDK_
3333
on _any runner_. This is a cross-cutting effort across Java, Python, and Go,
3434
and every Beam runner. Portability is currently supported on the
35-
[Flink](/documentation/runners/flink/), [Spark](/documentation/runners/spark/)
36-
and [Prism](/documentation/runners/prism/) runners.
35+
[DataFlow](/documentation/runners/dataflow), [Flink](/documentation/runners/flink/), [Jet](/documentation/runners/jet), [Nemo](/documentation/runners/nemo), [Prism](/documentation/runners/prism/), [Samza](/documentation/runners/samza), [Spark](/documentation/runners/spark/), and [Twister2](/documentation/runners/Twister2)
36+
runners.
3737

3838
See the details on the [Portability Roadmap](/roadmap/portability/)
3939

@@ -46,21 +46,19 @@ For details see [Roadmap for multi-SDK efforts](/roadmap/connectors-multi-sdk/).
4646

4747
## Go SDK
4848

49-
The Go SDK is the newest SDK, and is the first SDK built entirely on the
50-
portability framework. See the [Go SDK's Roadmap](/roadmap/go-sdk) if this piques your
51-
interest.
49+
The Go SDK is not actively being developed beyond bugfixes due to lack of contributors. If you'd like to help move this forward again, see the [Go SDK's Roadmap](/roadmap/go-sdk)
5250

5351
## Python 3 support
5452

55-
Apache Beam 2.14.0 and higher support Python 3.5, 3.6, and 3.7. We continue to [improve](https://issues.apache.org/jira/browse/BEAM-1251?focusedCommentId=16890504&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-1689050) the experience for Python 3 users and plan to phase out Python 2 support ([BEAM-8371](https://issues.apache.org/jira/browse/BEAM-8371)):
53+
As of Apache Beam 2.61.0, Python 3.8 support has been removed. We support python version from 3.9 uptil Python 3.12. Supporting Python 3.13 is in our roadmap.
5654

5755
See details on
5856
the [Python SDK's Roadmap](/roadmap/python-sdk/#python-3-support).
5957

6058
## Java 17 support
6159

62-
The Java SDK is eager to add support for Java's next LTS (Long Term Support)
63-
version. See details on
60+
Java 17 is already supported and Java's next LTS (Long Term Support)
61+
version (21) is already on roadmap. See details on
6462
the [Java SDK's Roadmap](/roadmap/java-sdk).
6563

6664
## SQL

website/www/site/content/en/roadmap/python-sdk.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,9 @@ limitations under the License.
1717

1818
# Python SDK Roadmap
1919

20-
## Sunsetting Python 2 Support
21-
22-
The Apache Beam community voted to join [the pledge](https://python3statement.org/) to sunset Python 2 support in 2020. The Beam community will discontinue Python 2 support in 2020 and cannot guarantee long-term functional support or maintenance of Beam on Python 2. To ensure minimal disruption to your service, we strongly recommend that you upgrade to Python 3 as soon as possible.
23-
2420
## Python 3 Support
2521

26-
Apache Beam 2.14.0 and higher support Python 3.5, 3.6, and 3.7. We're continuing to [improve](https://issues.apache.org/jira/browse/BEAM-1251?focusedCommentId=16890504&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-1689050) the experience for Python 3 users and add support for Python 3.x minor versions ([BEAM-8494](https://issues.apache.org/jira/browse/BEAM-8494)):
22+
Apache Beam 2.64.0 and higher support Python 3.9, 3.10, 3.11 and 3.12. We're continuing to [improve](https://issues.apache.org/jira/browse/BEAM-1251?focusedCommentId=16890504&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-1689050) the experience for Python 3 users and add support for Python 3.x minor versions:
2723

2824

2925
- [Kanban Board](https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=245&view=detail)

0 commit comments

Comments
 (0)