This is an automated email from the ASF dual-hosted git repository.
damccorm 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 e4b7461a3a8 Add MLTransform and Vertex Private endpoints to CHANGES.md
(#27903)
e4b7461a3a8 is described below
commit e4b7461a3a8946ad1dafaea79770c05b33ae8f3e
Author: Danny McCormick <[email protected]>
AuthorDate: Tue Aug 8 15:53:41 2023 -0400
Add MLTransform and Vertex Private endpoints to CHANGES.md (#27903)
---
CHANGES.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/CHANGES.md b/CHANGES.md
index 7e46c2ec1c4..c13f6f70f5c 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -73,6 +73,8 @@
* See
https://github.com/apache/beam/blob/master/sdks/go/pkg/beam/runners/prism/README.md
for the goals and features of Prism.
* Hugging Face Model Handler for RunInference added to Python SDK.
([#26632](https://github.com/apache/beam/pull/26632))
* Hugging Face Pipelines support for RunInference added to Python SDK.
([#27399](https://github.com/apache/beam/pull/27399))
+* Vertex AI Model Handler for RunInference now supports private endpoints
([#27696](https://github.com/apache/beam/pull/27696))
+* MLTransform transform added with support for common ML pre/postprocessing
operations ([#26795](https://github.com/apache/beam/pull/26795))
* Upgraded the Kryo extension for the Java SDK to Kryo 5.5.0. This brings in
bug fixes, performance improvements, and serialization of Java 14 records.
([#27635](https://github.com/apache/beam/issues/27635))
## Breaking Changes