Skip to content

Commit 350892b

Browse files
DOCSP-21833 added v1.9 (#92)
* added v1.9 to compat
1 parent 3121968 commit 350892b

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ intersphinx = [
1515
[constants]
1616
driver-long = "MongoDB Go Driver"
1717
docs-branch = "master" # always set this to the docs branch (i.e. master, 1.7, 1.8, etc.)
18-
version = "v1.8.4" # always set this to the driver branch (i.e. v1.7.0, v1.8.0, etc.)
18+
version = "v1.9.0" # always set this to the driver branch (i.e. v1.7.0, v1.8.0, etc.)
1919
example = "https://raw.githubusercontent.com/mongodb/docs-golang/{+docs-branch+}/source/includes/usage-examples/code-snippets"
2020
api = "https://pkg.go.dev/go.mongodb.org/mongo-driver@{+version+}"

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

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
:class: compatibility-large
55

66
* - Go Driver Version
7+
- MongoDB 5.3
78
- MongoDB 5.2
89
- MongoDB 5.1
910
- MongoDB 5.0
@@ -15,7 +16,21 @@
1516
- MongoDB 3.2
1617
- MongoDB 3.0
1718
- MongoDB 2.6
19+
* - 1.9
20+
- ✓
21+
- ✓
22+
- ✓
23+
- ✓
24+
- ✓
25+
- ✓
26+
- ✓
27+
- ✓
28+
- ✓
29+
- ✓
30+
- ✓
31+
- ✓
1832
* - 1.8
33+
-
1934
- ✓
2035
- ✓
2136
- ✓
@@ -28,6 +43,7 @@
2843
- ✓
2944
- ✓
3045
* - 1.7
46+
-
3147
-
3248
-
3349
- ✓
@@ -40,6 +56,7 @@
4056
- ✓
4157
- ✓
4258
* - 1.6
59+
-
4360
-
4461
-
4562
- ✓ [#go-1.6-driver-support]_
@@ -55,6 +72,7 @@
5572
-
5673
-
5774
-
75+
-
5876
- ✓
5977
- ✓
6078
- ✓
@@ -67,6 +85,7 @@
6785
-
6886
-
6987
-
88+
-
7089
- ✓
7190
- ✓
7291
- ✓
@@ -80,6 +99,7 @@
8099
-
81100
-
82101
-
102+
-
83103
- ✓
84104
- ✓
85105
- ✓
@@ -92,6 +112,7 @@
92112
-
93113
-
94114
-
115+
-
95116
- ✓
96117
- ✓
97118
- ✓
@@ -104,6 +125,7 @@
104125
-
105126
-
106127
-
128+
-
107129
- ✓
108130
- ✓
109131
- ✓
@@ -117,6 +139,7 @@
117139
-
118140
-
119141
-
142+
-
120143
- ✓
121144
- ✓
122145
- ✓

0 commit comments

Comments
 (0)