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 3f2351f Add 2.32.0 section to CHANGES.md
3f2351f is described below
commit 3f2351f02b2d7e981a116ac614b53d170cef2236
Author: Andrew Pilloud <[email protected]>
AuthorDate: Mon Jun 7 13:16:51 2021 -0700
Add 2.32.0 section to CHANGES.md
---
CHANGES.md | 39 +++++++++++++++++++++++++++++++--------
1 file changed, 31 insertions(+), 8 deletions(-)
diff --git a/CHANGES.md b/CHANGES.md
index 62b8e71..c88113d 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,7 +46,7 @@
* Fixed X (Java/Python)
([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
-->
-# [2.31.0] - Unreleased
+# [2.32.X] - Unreleased
## Highlights
@@ -63,8 +59,6 @@
## New Features / Improvements
-* `CREATE FUNCTION` DDL statement added to Calcite SQL syntax. `JAR` and
`AGGREGATE` are now reserved keywords.
([BEAM-12339](https://issues.apache.org/jira/browse/BEAM-12339)).
-* Flink 1.13 is now supported by the Flink runner
([BEAM-12277](https://issues.apache.org/jira/browse/BEAM-12277)).
* X feature added (Java/Python)
([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
* Add support to convert Beam Schema to Avro Schema for JDBC LogicalTypes:
`VARCHAR`, `NVARCHAR`, `LONGVARCHAR`, `LONGNVARCHAR`, `DATE`, `TIME`
@@ -73,13 +67,42 @@
## 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
+
+* 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
+
+* `CREATE FUNCTION` DDL statement added to Calcite SQL syntax. `JAR` and
`AGGREGATE` are now reserved keywords.
([BEAM-12339](https://issues.apache.org/jira/browse/BEAM-12339)).
+* Flink 1.13 is now supported by the Flink runner
([BEAM-12277](https://issues.apache.org/jira/browse/BEAM-12277)).
+* 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)).
* 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.
* `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