tvalentyn commented on code in PR #37256: URL: https://github.com/apache/beam/pull/37256#discussion_r2712726278
########## website/www/site/content/en/blog/beam-2.71.0.md: ########## @@ -0,0 +1,53 @@ +--- +title: "Apache Beam 2.71.0" +date: 2026-01-13 9:00:00 -0700 +categories: + - blog + - release +authors: + - damccorm +--- +<!-- +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at +http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> + +We are happy to present the new 2.71.0 release of Beam. +This release includes both improvements and new functionality. +See the [download page](/get-started/downloads/{TODO - replace with $DOWNLOAD_ANCHOR}) for this release. + +<!--more--> + +For more information on changes in 2.71.0, check out the [detailed release notes](https://github.com/apache/beam/milestone/39). + +## I/Os + +* (Java) Elasticsearch 9 Support ([#36491](https://github.com/apache/beam/issues/36491)). +* (Java) Upgraded HCatalogIO to Hive 4.0.1 ([#32189](https://github.com/apache/beam/issues/32189)). + +## New Features / Improvements + +* Support configuring Firestore database on ReadFn transforms (Java) ([#36904](https://github.com/apache/beam/issues/36904)). +* (Python) Inference args are now allowed in most model handlers, except where they are explicitly/intentionally disallowed ([#37093](https://github.com/apache/beam/issues/37093)). + +## Bugfixes + +* Fixed FirestoreV1 Beam connectors allow configuring inconsistent project/database IDs between RPC requests and routing headers #36895 (Java) ([#36895](https://github.com/apache/beam/issues/36895)). +* Logical type and coder registry are saved for pipelines in the case of default pickler. This fixes a side effect of switching to cloudpickle as default pickler in Beam 2.65.0 (Python) ([#35738](https://github.com/apache/beam/issues/35738)). Review Comment: i see, it is actually still a relevant link, but the connection is not immediately obvious since the issue looks as though it is a javaSDK issue. -- 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]
