tvalentyn commented on a change in pull request #16115: URL: https://github.com/apache/beam/pull/16115#discussion_r771064150
########## File path: CHANGES.md ########## @@ -51,25 +49,46 @@ * ([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)). --> -# [2.35.0] - Unreleased +# 2.36.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 + +## New Features / Improvements + +* Added support for cloudpickle as a pickling library for Python SDK ([BEAM-8123](https://issues.apache.org/jira/browse/BEAM-8123)). To use cloudpickle, set pipeline option: --pickler_lib=cloudpickle + +## Breaking Changes + +## Deprecations + +## Bugfixes + +## Known Issues + + +# [2.35.0] - 2021-12-08 + +## Highlights + +* MultiMap side inputs are now supported by the Go SDK ([BEAM-3293](https://issues.apache.org/jira/browse/BEAM-3293)). +* Side inputs are supported within Splittable DoFns for Dataflow Runner V1 and Dataflow Runner V2. ([BEAM-12522](https://issues.apache.org/jira/browse/BEAM-12522)). +* Upgrades Log4j version used in test suites to 2.16.0([BEAM-13434](https://issues.apache.org/jira/browse/BEAM-13434)). Review comment: ```suggestion * Upgrades Log4j version used in test suites (Apache Beam testing environment only, not for end user consumption) to 2.16.0([BEAM-13434](https://issues.apache.org/jira/browse/BEAM-13434)). ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
