This is an automated email from the ASF dual-hosted git repository. lostluck pushed a commit to branch lostluck-patch-2 in repository https://gitbox.apache.org/repos/asf/beam.git
commit 54d76711a75e88c65e25a7a335bab860e3a4d5fb Author: Robert Burke <[email protected]> AuthorDate: Thu Sep 23 15:43:26 2021 -0700 Remove old Go note in 2.34 changes. --- CHANGES.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 0dcf4a7..08f30d2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -76,11 +76,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. * SQL Rows are no longer flattened ([BEAM-5505](https://issues.apache.org/jira/browse/BEAM-5505)). ## Deprecations
