You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/10/08 04:55:16 UTC

[GitHub] [beam] lostluck commented on a change in pull request #15543: Release 2.33 documentation update

lostluck commented on a change in pull request #15543:
URL: https://github.com/apache/beam/pull/15543#discussion_r724700066



##########
File path: website/www/site/content/en/blog/beam-2.33.0.md
##########
@@ -0,0 +1,150 @@
+---
+title:  "Apache Beam 2.33.0"
+date:   2021-10-07 00:00:01 -0800
+categories:
+  - blog
+authors:
+  - udim
+---
+
+<!--
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+
+We are happy to present the new 2.33.0 release of Beam.
+This release includes both improvements and new functionality.
+See the [download page](/get-started/downloads/#2330-2021-10-07) for this release.
+
+<!--more-->
+
+For more information on changes in 2.33.0, check out the [detailed release
+notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&version=12350404).
+
+## Highlights
+
+* Go SDK is no longer experimental, and is officially part of the Beam release process.
+  * Matching Go SDK containers are published on release.
+  * Batch usage is well supported, and tested on Flink, Spark, and the Python Portable Runner.
+    * SDK Tests are also run against Google Cloud Dataflow, but this doesn't indicate reciprical support.
+  * The SDK supports Splittable DoFns, Cross Language transforms, and most Beam Model basics.
+  * Go Modules are now used for dependency management.
+    * This is a breaking change, see Breaking Changes for resolution.
+    * Easier path to contribute to the Go SDK, no need to set up a GO\_PATH.
+    * Minimum Go version is now Go v1.16
+  * See the announcement blogpost for full information (TODO(lostluck): Add link once published.)

Review comment:
       As i think i said before. We can always drop the link now, and I'll make a change linking to the later blog post after. The blog posts don't need to be simultaneously released. (And given i want to do some additional due diligence before the blogpost, will not be.)




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org