Skip to content

Commit a2c84a7

Browse files
authored
[FLINK-37197][docs] Update MongoDB docs for 2.0.0 release
1 parent 8fff1c0 commit a2c84a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/content/docs/connectors/table/overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Flink natively support various connectors. The following tables list all availab
110110
</tr>
111111
<tr>
112112
<td><a href="{{< ref "docs/connectors/table/mongodb" >}}">MongoDB</a></td>
113-
<td>3.6.x & 4.x & 5.x & 6.0.x</td>
113+
<td>3.6.x & 4.x & 5.x & 6.x & 7.0.x </td>
114114
<td>Bounded Scan, Lookup</td>
115115
<td>Streaming Sink, Batch Sink</td>
116116
</tr>

docs/setup_docs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ if [ "$SKIP_INTEGRATE_CONNECTOR_DOCS" = false ]; then
5858
integrate_connector_docs jdbc v3.1
5959
integrate_connector_docs rabbitmq v3.0
6060
integrate_connector_docs gcp-pubsub v3.0
61-
integrate_connector_docs mongodb v1.2
61+
integrate_connector_docs mongodb v2.0
6262
integrate_connector_docs opensearch v1.2
6363
integrate_connector_docs kafka v3.3
6464
integrate_connector_docs hbase v4.0

0 commit comments

Comments
 (0)