You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by yh...@apache.org on 2023/02/24 17:59:33 UTC

[beam] branch master updated: Update CHANGE.md to 2.47.0 (#25628)

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

yhu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 5a46e0083f5 Update CHANGE.md to 2.47.0 (#25628)
5a46e0083f5 is described below

commit 5a46e0083f5510f23ade658b174b6b33cb17a29f
Author: Yi Hu <ya...@google.com>
AuthorDate: Fri Feb 24 12:59:21 2023 -0500

    Update CHANGE.md to 2.47.0 (#25628)
---
 CHANGES.md | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/CHANGES.md b/CHANGES.md
index 8514990fb03..83ed67fa420 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -50,6 +50,38 @@
 * ([#X](https://github.com/apache/beam/issues/X)).
 -->
 
+# [2.47.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)).
+
+## I/Os
+
+* Support for X source added (Java/Python) ([#X](https://github.com/apache/beam/issues/X)).
+
+## New Features / Improvements
+
+* The Flink runner now supports Flink 1.16.x ([#25046](https://github.com/apache/beam/issues/25046)).
+* X feature added (Java/Python) ([#X](https://github.com/apache/beam/issues/X)).
+
+## Breaking Changes
+
+* X behavior was changed ([#X](https://github.com/apache/beam/issues/X)).
+
+## Deprecations
+
+* X behavior is deprecated and will be removed in X versions ([#X](https://github.com/apache/beam/issues/X)).
+
+## Bugfixes
+
+* Fixed X (Java/Python) ([#X](https://github.com/apache/beam/issues/X)).
+
+## Known Issues
+
+* ([#X](https://github.com/apache/beam/issues/X)).
+
 # [2.46.0] - Unreleased
 
 ## Highlights