You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tv...@apache.org on 2020/12/12 04:50:28 UTC

[beam] 01/01: [BEAM-10124] Add missing announcement from CHANGES.md

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

tvalentyn pushed a commit to branch tvalentyn-patch-3
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 0e51f919dd4ebd84d9e9d27158cf210415f905c2
Author: tvalentyn <tv...@users.noreply.github.com>
AuthorDate: Fri Dec 11 20:49:30 2020 -0800

    [BEAM-10124] Add missing announcement from CHANGES.md
---
 website/www/site/content/en/blog/beam-2.26.0.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/website/www/site/content/en/blog/beam-2.26.0.md b/website/www/site/content/en/blog/beam-2.26.0.md
index 94b82a6..23097d0 100644
--- a/website/www/site/content/en/blog/beam-2.26.0.md
+++ b/website/www/site/content/en/blog/beam-2.26.0.md
@@ -29,6 +29,8 @@ For more information on changes in 2.26.0, check out the
 ## I/Os
 
 * Java BigQuery streaming inserts now have timeouts enabled by default. Pass `--HTTPWriteTimeout=0` to revert to the old behavior. ([BEAM-6103](https://issues.apache.org/jira/browse/BEAM-6103))
+* Added support for Contextual Text IO (Java), a version of text IO that provides metadata about the records ([BEAM-10124](https://issues.apache.org/jira/browse/BEAM-10124)). Support for this IO is currently experimental. Specifically, **there are no update-compatibility guarantees** for streaming jobs with this IO between current future verisons of Apache Beam SDK.
+
 
 ## New Features / Improvements
 * Added support for avro payload format in Beam SQL Kafka Table ([BEAM-10885](https://issues.apache.org/jira/browse/BEAM-10885))