This is an automated email from the ASF dual-hosted git repository.
shunping 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 8d252c4659b update changes log for yaml improvements etc (#39093)
8d252c4659b is described below
commit 8d252c4659b828aa62842c538c3d7eddecd8ae8c
Author: Derrick Williams <[email protected]>
AuthorDate: Thu Jun 25 03:59:39 2026 -0400
update changes log for yaml improvements etc (#39093)
---
CHANGES.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/CHANGES.md b/CHANGES.md
index 6d7bad8c97f..e5975afc56e 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -61,6 +61,7 @@
* Python SDK now supports memory profiling with Memray
([#38853](https://github.com/apache/beam/issues/38853)).
* (Python) Added [Qdrant](https://qdrant.tech/) VectorDatabaseWriteConfig
implementation ([#38141](https://github.com/apache/beam/issues/38141)).
+* (CodeQL) Enabled Code scanning alerts in GitHub repo.
([#38893](https://github.com/apache/beam/issues/38893)).
## I/Os
@@ -68,6 +69,7 @@
* Support for reading from Delta Lake added (Java)
([#38551](https://github.com/apache/beam/issues/38551)).
* Support for X source added (Java/Python)
([#X](https://github.com/apache/beam/issues/X)).
* ClickHouseIO: support writing `DateTime64(precision[, 'timezone'])` columns
with sub-second precision (Java)
([#38466](https://github.com/apache/beam/issues/38466)).
+* Upgraded IO Expansion Service to Java 17
([#38974](https://github.com/apache/beam/issues/38974)).
## New Features / Improvements
@@ -75,6 +77,10 @@
* (Java) Enabled state tag encoding v2 by default for new Dataflow Streaming
Engine jobs. It can be disabled by passing
`--experiments=disable_streaming_engine_state_tag_encoding_v2` or
`--updateCompatibilityVersion=2.74.0` pipeline option. Note that the tag
encoding version cannot change during a job update. Jobs using tag encoding v2
(enabled by default for new jobs on 2.75.0+) cannot be downgraded to Beam
versions prior to 2.73.0, as only versions 2.73.0 and later support tag
encoding [...]
* (Python) Added instrumentation to support off-the-shelf profiling agents
when launching Python SDK Harness
([#38853](https://github.com/apache/beam/issues/38853)).
* (Java) Added support to the FnApi Data stream protocol allowing runners to
isolate bundles slowly processing input from other bundles.
([#39001](https://github.com/apache/beam/issues/39001)).
+* (YAML) Switched js2py library to Quickjs
([#38473](https://github.com/apache/beam/issues/38473)).
+* (YAML) Added HuggingFaceModelHandler for YAML usage
([#38696](https://github.com/apache/beam/issues/38696)).
+* (YAML) Added WriteToMongoDB transform
([#38376](https://github.com/apache/beam/issues/38376)).
+* (YAML) Added WriteToDatadog transform
([#38362](https://github.com/apache/beam/issues/38362)).
* (Java) Flink 2.1 and 2.2 support is added
([#38947](https://github.com/apache/beam/issues/38947))
([#38978](https://github.com/apache/beam/issues/38978)); Flink 1.17 and 1.18
support is dropped.
* (Python) MqttIO is now supported in Python via cross-language
([#21060](https://github.com/apache/beam/issues/21060)).