This is an automated email from the ASF dual-hosted git repository.

lostluck pushed a commit to branch lostluck-patch-3
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 697fa71c4ffd1768ab927a08044041326f23d485
Author: Robert Burke <[email protected]>
AuthorDate: Thu Sep 23 17:08:30 2021 -0700

    Relocate breaking Go SDK change out of template
    
    Original pr https://github.com/apache/beam/pull/15374 edited the template 
rather than the 2.33.0 section. Already fixed in master 
https://github.com/apache/beam/pull/15574, but the cherry pick would not be 
clean.
---
 CHANGES.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 6dd6abc..162b318 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -36,11 +36,6 @@
 ## Breaking Changes
 
 * X behavior was changed 
([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
-* Go SDK pipelines require new import paths to use this release due to 
migration to Go Modules.
-  * `go.mod` files will need to change to require 
`github.com/apache/beam/sdks/v2`.
-  * Code depending on beam imports need to include v2 on the module path.
-    * Fix by'v2' to the import paths, turning  `.../sdks/go/...` to 
`.../sdks/v2/go/...`
-  * No other code change should be required to use v2.33.0 of the Go SDK.
 
 ## Deprecations
 
@@ -80,7 +75,12 @@
 
 * Python GBK by defualt will fail on unbounded PCollections that have global 
windowing and a default trigger. The `--allow_unsafe_triggers` flag can be used 
to override this. 
([BEAM-9487](https://issues.apache.org/jira/browse/BEAM-9487)).
 * Python GBK will fail if it detects an unsafe trigger unless the 
`--allow_unsafe_triggers` flag is set. 
([BEAM-9487](https://issues.apache.org/jira/browse/BEAM-9487)).
-
+* Go SDK pipelines require new import paths to use this release due to 
migration to Go Modules.
+  * `go.mod` files will need to change to require 
`github.com/apache/beam/sdks/v2`.
+  * Code depending on beam imports need to include v2 on the module path.
+    * Fix by'v2' to the import paths, turning  `.../sdks/go/...` to 
`.../sdks/v2/go/...`
+  * No other code change should be required to use v2.33.0 of the Go SDK.
+  
 ## Deprecations
 
 * X behavior is deprecated and will be removed in X versions 
([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).

Reply via email to