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

apilloud 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 443f696  Add 2.32.0 section to CHANGES.md
443f696 is described below

commit 443f69695106d5115bd6a75f5318d6851a8445b3
Author: Andrew Pilloud <[email protected]>
AuthorDate: Mon Jun 7 13:16:51 2021 -0700

    Add 2.32.0 section to CHANGES.md
---
 CHANGES.md | 33 ++++++++++++++++++++++++++++-----
 1 file changed, 28 insertions(+), 5 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 7029cd2..a8b7797 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -36,10 +36,6 @@
 ## Breaking Changes
 
 * X behavior was changed 
([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
-* Python Row objects are now sensitive to field order. So `Row(x=3, y=4)` is no
-  longer considered equal to `Row(y=4, x=3)` (BEAM-11929).
-* Kafka Beam SQL tables now ascribe meaning to the LOCATION field; previously
-  it was ignored if provided.
 
 ## Deprecations
 
@@ -50,6 +46,34 @@
 * Fixed X (Java/Python) 
([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
 -->
 
+# [2.32.X] - Unreleased
+
+## Highlights
+
+* New highly anticipated feature X added to Python SDK 
([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
+* New highly anticipated feature Y added to Java SDK 
([BEAM-Y](https://issues.apache.org/jira/browse/BEAM-Y)).
+
+## I/Os
+
+* Support for X source added (Java/Python) 
([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
+
+## New Features / Improvements
+
+* X feature added (Java/Python) 
([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
+
+## Breaking Changes
+
+* X behavior was changed 
([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
+* ListShards (with DescribeStreamSummary) is used instead of DescribeStream to 
list shards in Kinesis streams. Due to this change, as mentioned in [AWS 
documentation](https://docs.aws.amazon.com/kinesis/latest/APIReference/API_ListShards.html),
 for fine-grained IAM policies it is required to update them to allow calls to 
ListShards and DescribeStreamSummary APIs. For more information, see 
[Controlling Access to Amazon Kinesis Data 
Streams](https://docs.aws.amazon.com/streams/latest/dev/c [...]
+
+## Deprecations
+
+* X behavior is deprecated and will be removed in X versions 
([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
+
+## Known Issues
+
+* Fixed X (Java/Python) 
([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
+
 # [2.31.0] - Unreleased
 
 ## Highlights
@@ -76,7 +100,6 @@
   it was ignored if provided.
 * `TopCombineFn` disallow `compare` as its argument (Python) 
([BEAM-7372](https://issues.apache.org/jira/browse/BEAM-7372)).
 * Drop support for Flink 1.10 
([BEAM-12281](https://issues.apache.org/jira/browse/BEAM-12281)).
-* ListShards (with DescribeStreamSummary) is used instead of DescribeStream to 
list shards in Kinesis streams. Due to this change, as mentioned in [AWS 
documentation](https://docs.aws.amazon.com/kinesis/latest/APIReference/API_ListShards.html),
 for fine-grained IAM policies it is required to update them to allow calls to 
ListShards and DescribeStreamSummary APIs. For more information, see 
[Controlling Access to Amazon Kinesis Data 
Streams](https://docs.aws.amazon.com/streams/latest/dev/c [...]
 
 ## Deprecations
 

Reply via email to