Skip to content

Commit f2f3ac9

Browse files
authored
DOCSP-39226: v5.1 updates (#28)
1 parent b49f16b commit f2f3ac9

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
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 docs/languages/java/reactive-streams-driver
22
define: base https://www.mongodb.com/${prefix}
3-
define: versions v4.x v5.0 main
3+
define: versions v4.x v5.0 v5.1 main
44

55
symlink: current -> main
66

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ toc_landing_pages = [
1515
[constants]
1616
driver-short = "Java Reactive Streams driver"
1717
driver-long = "MongoDB Java Reactive Streams Driver"
18-
version = "5.0"
18+
version = "5.1"
1919
full-version = "{+version+}.0"
2020
api = "https://mongodb.github.io/mongo-java-driver/{+version+}/apidocs"
2121
rs-docs = "https://www.reactive-streams.org/reactive-streams-1.0.4-javadoc/org/reactivestreams"

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

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

14+
* - 5.1
15+
- ✓
16+
- ✓
17+
- ✓
18+
- ✓
19+
-
20+
-
21+
1422
* - 5.0
1523
- ✓
1624
- ✓

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@
1515
- MongoDB 4.0
1616
- MongoDB 3.6
1717

18+
* - 5.1
19+
- ✓
20+
- ✓
21+
- ✓
22+
- ✓
23+
- ✓
24+
- ✓
25+
- ✓
26+
- ✓
27+
1828
* - 5.0
1929
- ✓
2030
- ✓

0 commit comments

Comments
 (0)