This is an automated email from the ASF dual-hosted git repository.
lostluck pushed a commit to branch release-2.33.0
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/release-2.33.0 by this push:
new a3c869d Relocate breaking Go SDK change out of template (#15575)
a3c869d is described below
commit a3c869d597e66c8ac3b7bddce27c3147b1d7be2b
Author: Robert Burke <[email protected]>
AuthorDate: Fri Sep 24 09:17:58 2021 -0700
Relocate breaking Go SDK change out of template (#15575)
* 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.
* rm whitespace
---
CHANGES.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/CHANGES.md b/CHANGES.md
index 6dd6abc..f2076b8 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,6 +75,11 @@
* 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