File tree Expand file tree Collapse file tree 1 file changed +33
-1
lines changed Expand file tree Collapse file tree 1 file changed +33
-1
lines changed Original file line number Diff line number Diff line change 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 ) ).
84
+
85
+ # [ 2.33.0] - Unreleased
54
86
55
87
## Highlights
56
88
You can’t perform that action at this time.
0 commit comments