You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lo...@apache.org on 2022/09/08 19:28:15 UTC

[beam] 01/01: Update CHANGES.md for 2.42.0 cut, and add 2.43.0 section

This is an automated email from the ASF dual-hosted git repository.

lostluck pushed a commit to branch lostluck-changecut
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 95dbd99bec0edced5ab1f88415878cf9301582c0
Author: Robert Burke <lo...@users.noreply.github.com>
AuthorDate: Thu Sep 8 12:28:07 2022 -0700

    Update CHANGES.md for 2.42.0 cut, and add 2.43.0 section
---
 CHANGES.md | 34 ++++++++++++++++++++++++++--------
 1 file changed, 26 insertions(+), 8 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 13f1619a2c5..f23254f2bf7 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -49,13 +49,12 @@
 * ([#X](https://github.com/apache/beam/issues/X)).
 -->
 
-# [2.XX.X] - Unreleased
+# [2.43.0] - Unreleased
 
 ## Highlights
 
 * New highly anticipated feature X added to Python SDK ([#X](https://github.com/apache/beam/issues/X)).
 * New highly anticipated feature Y added to Java SDK ([#Y](https://github.com/apache/beam/issues/Y)).
-* Added support for stateful DoFns to the Go SDK.
 
 ## I/Os
 
@@ -64,14 +63,10 @@
 ## New Features / Improvements
 
 * X feature added (Java/Python) ([#X](https://github.com/apache/beam/issues/X)).
-* Added support for Zstd compression to the Python SDK.
-* Added support for Google Cloud Profiler to the Go SDK.
-* Added support for stateful DoFns to the Go SDK.
 
 ## Breaking Changes
 
 * X behavior was changed ([#X](https://github.com/apache/beam/issues/X)).
-* The Go SDK's Row Coder now uses a different single-precision float encoding for float32 types to match Java's behavior ([#22629](https://github.com/apache/beam/issues/22629)).
 
 ## Deprecations
 
@@ -80,12 +75,35 @@
 ## Bugfixes
 
 * Fixed X (Java/Python) ([#X](https://github.com/apache/beam/issues/X)).
-* Fixed Python cross-language JDBC IO Connector cannot read or write rows containing Timestamp type values [19817](https://github.com/apache/beam/issues/19817).
-
 ## Known Issues
 
 * ([#X](https://github.com/apache/beam/issues/X)).
 
+
+# [2.42.0] - Unreleased, Cut 2022-09-07
+
+## Highlights
+
+* Added support for stateful DoFns to the Go SDK.
+
+## New Features / Improvements
+
+* Added support for Zstd compression to the Python SDK.
+* Added support for Google Cloud Profiler to the Go SDK.
+* Added support for stateful DoFns to the Go SDK.
+
+## Breaking Changes
+
+* The Go SDK's Row Coder now uses a different single-precision float encoding for float32 types to match Java's behavior ([#22629](https://github.com/apache/beam/issues/22629)).
+
+## Bugfixes
+
+* Fixed Python cross-language JDBC IO Connector cannot read or write rows containing Timestamp type values [#19817](https://github.com/apache/beam/issues/19817).
+
+## Known Issues
+
+* Go SDK doesn't yet support Slowly Changing Side Input pattern ([#23106](https://github.com/apache/beam/issues/23106))
+
 # [2.41.0] - 2022-08-23
 
 ## I/Os