Skip to content

Commit f4e54f2

Browse files
authored
Add 2.34.0 section to CHANGES.md
1 parent e0f0978 commit f4e54f2

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

CHANGES.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,39 @@
5050
5151
* Fixed X (Java/Python) ([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
5252
-->
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
5486

5587
## Highlights
5688

0 commit comments

Comments
 (0)