Skip to content

Commit d0ff790

Browse files
author
Chris Cho
authored
DOCSP-20834: Compatibility updates for v4.5 (#206)
1 parent 06059b4 commit d0ff790

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

config/redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
define: prefix drivers/java/sync
22
define: base https://docs.mongodb.com/${prefix}
3-
define: versions v4.3 v4.4 master
3+
define: versions v4.3 v4.4 v4.5 master
44

55
raw: ${prefix}/ -> ${base}/current/
66
raw: ${prefix}/master -> ${base}/upcoming/

snooty.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ toc_landing_pages = [
1010
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
1111

1212
[constants]
13+
1314
driver = "java"
1415
driver-long = "MongoDB Java Driver"
15-
version = "4.4"
16-
full-version = "{+version+}.2"
16+
version = "4.5"
17+
full-version = "{+version+}.0"
1718
package-name-org = "mongodb-org"
1819
api = "https://mongodb.github.io/mongo-java-driver/{+version+}"
1920
stable-api = "Stable API"

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@
1111
- Java 6
1212
- Java 5
1313

14+
* - 4.5
15+
- ✓
16+
- ✓
17+
- ✓
18+
-
19+
-
20+
-
21+
1422
* - 4.4
1523
- ✓
1624
- ✓

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@
1515
- MongoDB 3.2
1616
- MongoDB 3.0
1717
- MongoDB 2.6
18+
* - 4.5
19+
- ✓
20+
- ✓
21+
- ✓
22+
- ✓
23+
- ✓
24+
- ✓
25+
- ✓
26+
- ✓
27+
- ✓
28+
- ✓
29+
- ✓
1830
* - 4.4
1931
- ✓
2032
- ✓

0 commit comments

Comments
 (0)