This is an automated email from the ASF dual-hosted git repository.
lcwik 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 afd7dd8 Move misplaced cloud healthcare update info line from
template to unreleased section
new 9535553 Merge pull request #15310 from Quarz0/master
afd7dd8 is described below
commit afd7dd86c248c22e5a50077f2663c191eb659f12
Author: Marwan Tammam <[email protected]>
AuthorDate: Tue Aug 10 17:39:08 2021 -0400
Move misplaced cloud healthcare update info line from template to
unreleased section
---
CHANGES.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CHANGES.md b/CHANGES.md
index bdca69d..5f13044 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -28,7 +28,6 @@
## I/Os
* Support for X source added (Java/Python)
([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
-* Java SDK: Update Google Cloud Healthcare IO connectors from using v1beta1 to
using the GA version.
## New Features / Improvements
@@ -78,6 +77,7 @@
* Added ability to use JdbcIO.Write.withResults without statement and
preparedStatementSetter.
([BEAM-12511](https://issues.apache.org/jira/browse/BEAM-12511))
- Added ability to register URI schemes to use the S3 protocol via FileIO.
([BEAM-12435](https://issues.apache.org/jira/browse/BEAM-12435)).
* Respect number of shards set in SnowflakeWrite batch mode.
([BEAM-12715](https://issues.apache.org/jira/browse/BEAM-12715))
+* Java SDK: Update Google Cloud Healthcare IO connectors from using v1beta1 to
using the GA version.
## New Features / Improvements