This is an automated email from the ASF dual-hosted git repository.
leonard pushed a commit to branch release-1.20
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.20 by this push:
new 13ea7ee46e3 [FLINK-37197][docs] Update MongoDB docs for 2.0.0 release
13ea7ee46e3 is described below
commit 13ea7ee46e316715796b46f7eccb0f0ff4cd1498
Author: Jiabao Sun <[email protected]>
AuthorDate: Mon Apr 21 15:07:42 2025 +0800
[FLINK-37197][docs] Update MongoDB docs for 2.0.0 release
This closes #26480
---
docs/content/docs/connectors/table/overview.md | 2 +-
docs/setup_docs.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/content/docs/connectors/table/overview.md
b/docs/content/docs/connectors/table/overview.md
index cf1424ed521..18fa48c232d 100644
--- a/docs/content/docs/connectors/table/overview.md
+++ b/docs/content/docs/connectors/table/overview.md
@@ -110,7 +110,7 @@ Flink natively support various connectors. The following
tables list all availab
</tr>
<tr>
<td><a href="{{< ref "docs/connectors/table/mongodb"
>}}">MongoDB</a></td>
- <td>3.6.x & 4.x & 5.x & 6.0.x</td>
+ <td>3.6.x & 4.x & 5.x & 6.x & 7.0.x </td>
<td>Bounded Scan, Lookup</td>
<td>Streaming Sink, Batch Sink</td>
</tr>
diff --git a/docs/setup_docs.sh b/docs/setup_docs.sh
index b263943efe8..521e34b44d7 100755
--- a/docs/setup_docs.sh
+++ b/docs/setup_docs.sh
@@ -58,7 +58,7 @@ if [ "$SKIP_INTEGRATE_CONNECTOR_DOCS" = false ]; then
integrate_connector_docs jdbc v3.1
integrate_connector_docs rabbitmq v3.0
integrate_connector_docs gcp-pubsub v3.0
- integrate_connector_docs mongodb v1.2
+ integrate_connector_docs mongodb v2.0
integrate_connector_docs opensearch v1.1
integrate_connector_docs kafka v3.3
integrate_connector_docs hbase v3.0