Skip to content

Commit 84d4c8d

Browse files
author
Chris Cho
authored
DOCSP-33486: Java v4.11 related drivers compatibility updates (#914)
* DOCSP-33486: Java v4.11 related drivers compatibility updates
1 parent 24b70c7 commit 84d4c8d

6 files changed

+58
-8
lines changed

snooty.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ stable-api = "Stable API"
1212
node-driver-long = "MongoDB Node.js Driver"
1313
node-driver-short = "Node.js Driver"
1414

15-
java-version = "4.10"
16-
java-version-full = "{+java-version+}.2"
15+
java-version = "4.11"
16+
java-version-full = "{+java-version+}.0"
1717
java-api = "https://mongodb.github.io/mongo-java-driver/{+java-version+}"

source/includes/language-compatibility-table-java-rs.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010
- Java 7
1111
- Java 6
1212

13+
* - 4.11
14+
- ✓
15+
- ✓
16+
- ✓
17+
-
18+
-
19+
1320
* - 4.10
1421
- ✓
1522
- ✓

source/includes/language-compatibility-table-scala.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
- Scala 2.13
99
- Scala 2.12
1010
- Scala 2.11
11+
* - 4.11
12+
- ✓
13+
- ✓
14+
- ✓
1115
* - 4.10
1216
- ✓
1317
- ✓

source/includes/mongodb-compatibility-table-java-rs.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,19 @@
1818
- MongoDB 3.2
1919
- MongoDB 3.0
2020
- MongoDB 2.6
21+
* - 4.11
22+
- ✓
23+
- ✓
24+
- ✓
25+
- ✓
26+
- ✓
27+
- ✓
28+
- ✓
29+
- ✓
30+
-
31+
-
32+
-
33+
-
2134
* - 4.10
2235
- ✓
2336
- ✓

source/includes/mongodb-compatibility-table-kotlin-sync.rst

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. sharedinclude:: dbx/compatibility-table-legend.rst
2-
2+
33
.. list-table::
44
:header-rows: 1
55
:stub-columns: 1
@@ -18,6 +18,19 @@
1818
- MongoDB 3.2
1919
- MongoDB 3.0
2020
- MongoDB 2.6
21+
* - 4.11
22+
- ✓
23+
- ✓
24+
- ✓
25+
- ✓
26+
- ✓
27+
- ✓
28+
- ✓
29+
- ✓
30+
-
31+
-
32+
-
33+
-
2134
* - 4.10
2235
- ✓
2336
- ✓
@@ -27,8 +40,8 @@
2740
- ✓
2841
- ✓
2942
- ✓
30-
-
31-
-
32-
-
33-
-
34-
43+
-
44+
-
45+
-
46+
-
47+

source/includes/mongodb-compatibility-table-scala.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,19 @@
1818
- MongoDB 3.2
1919
- MongoDB 3.0
2020
- MongoDB 2.6
21+
* - 4.11
22+
- ✓
23+
- ✓
24+
- ✓
25+
- ✓
26+
- ✓
27+
- ✓
28+
- ✓
29+
- ✓
30+
-
31+
-
32+
-
33+
-
2134
* - 4.10
2235
- ✓
2336
- ✓

0 commit comments

Comments
 (0)