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



##########
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:
       I don't think there's a Go blog post yet, so maybe we should remove this 
TODO from the release post? cc @lostluck 

##########
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.

Review comment:
       Nit: spelling
   ```suggestion
       * SDK Tests are also run against Google Cloud Dataflow, but this doesn't 
indicate reciprocal support.
   ```

##########
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.)
+
+<!--
+{$TOPICS e.g.:}
+### I/Os
+* Support for X source added (Java) 
([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
+{$TOPICS}
+-->
+
+### New Features / Improvements
+
+* Projection pushdown in SchemaIO 
([BEAM-12609](https://issues.apache.org/jira/browse/BEAM-12609)).
+* Upgrade Flink runner to Flink versions 1.13.2, 1.12.5 and 1.11.4 
([BEAM-10955](https://issues.apache.org/jira/browse/BEAM-10955)).
+
+### Breaking Changes
+
+* Since release 2.30.0, "The AvroCoder changes for BEAM-2303 \[changed\] the 
reader/writer from the Avro ReflectDatum* classes to the SpecificDatum* 
classes" (Java). This default behavior change has been reverted in this 
release. Use the `useReflectApi` setting to control it 
([BEAM-12628](https://issues.apache.org/jira/browse/BEAM-12628)).
+
+### Deprecations
+
+* Python GBK will stop supporting unbounded PCollections that have global 
windowing and a default trigger in Beam 2.34. This can be overriden with 
`--allow_unsafe_triggers`. 
([BEAM-9487](https://issues.apache.org/jira/browse/BEAM-9487)).
+* Python GBK will start requiring safe triggers or the 
`--allow_unsafe_triggers` flag starting with Beam 2.34. 
([BEAM-9487](https://issues.apache.org/jira/browse/BEAM-9487)).

Review comment:
       Aren't these two items the same thing? cc @zhoufek 




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to