You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+33-1Lines changed: 33 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,39 @@
50
50
51
51
* Fixed X (Java/Python) ([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
52
52
-->
53
-
# [2.33.X] - Unreleased
53
+
# [2.34.0] - Unreleased
54
+
55
+
## Highlights
56
+
57
+
* New highly anticipated feature X added to Python SDK ([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
58
+
* New highly anticipated feature Y added to Java SDK ([BEAM-Y](https://issues.apache.org/jira/browse/BEAM-Y)).
59
+
60
+
## I/Os
61
+
62
+
* Support for X source added (Java/Python) ([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
63
+
64
+
## New Features / Improvements
65
+
66
+
* X feature added (Java/Python) ([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
67
+
68
+
## Breaking Changes
69
+
70
+
* X behavior was changed ([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
71
+
* Go SDK pipelines require new import paths to use this release due to migration to Go Modules.
72
+
*`go.mod` files will need to change to require `github.com/apache/beam/sdks/v2`.
73
+
* Code depending on beam imports need to include v2 on the module path.
74
+
* Fix by'v2' to the import paths, turning `.../sdks/go/...` to `.../sdks/v2/go/...`
75
+
* No other code change should be required to use v2.33.0 of the Go SDK.
76
+
77
+
## Deprecations
78
+
79
+
* X behavior is deprecated and will be removed in X versions ([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
80
+
81
+
## Known Issues
82
+
83
+
* Fixed X (Java/Python) ([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
0 commit comments