Skip to content

Commit b8771e3

Browse files
authored
node 4.5 (#310)
1 parent 27025a4 commit b8771e3

File tree

3 files changed

+70
-56
lines changed

3 files changed

+70
-56
lines changed

snooty.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name = "node"
22
title = "Node.js"
3-
intersphinx = ["https://mongodb.com/docs/manual/objects.inv",
4-
"https://mongodb.com/docs/drivers/objects.inv"]
3+
intersphinx = [
4+
"https://www.mongodb.com/docs/manual/objects.inv",
5+
"https://www.mongodb.com/docs/drivers/objects.inv",
6+
]
57

68
toc_landing_pages = [
79
"/fundamentals/authentication",
@@ -12,7 +14,7 @@ toc_landing_pages = [
1214
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
1315

1416
[constants]
15-
version = "4.4"
17+
version = "4.5"
1618
package-name-org = "mongodb-org"
1719
pgp-version = "{+version+}"
1820
api = "https://mongodb.github.io/node-mongodb-native/{+version+}"

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

Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -16,141 +16,141 @@
1616
* - 4.X
1717
- ✓
1818
- ✓
19-
-
20-
-
21-
-
22-
-
23-
-
24-
-
25-
-
19+
-
20+
-
21+
-
22+
-
23+
-
24+
-
25+
-
2626
* - 3.7.X
2727
- ✓
2828
- ✓
2929
- ✓
3030
- ✓
3131
- ✓
3232
- ✓
33-
-
34-
-
35-
-
33+
-
34+
-
35+
-
3636
* - 3.6.X
3737
- ✓
3838
- ✓
3939
- ✓
4040
- ✓
4141
- ✓
4242
- ✓
43-
-
44-
-
45-
-
43+
-
44+
-
45+
-
4646
* - 3.5.X
4747
- ✓
4848
- ✓
4949
- ✓
5050
- ✓
5151
- ✓
5252
- ✓
53-
-
54-
-
55-
-
53+
-
54+
-
55+
-
5656
* - 3.4.X
5757
- ✓
5858
- ✓
5959
- ✓
6060
- ✓
6161
- ✓
6262
- ✓
63-
-
64-
-
65-
-
63+
-
64+
-
65+
-
6666
* - 3.3.X
6767
- ✓
6868
- ✓
6969
- ✓
7070
- ✓
7171
- ✓
7272
- ✓
73-
-
74-
-
75-
-
73+
-
74+
-
75+
-
7676
* - 3.2.X
7777
- ✓
7878
- ✓
7979
- ✓
8080
- ✓
8181
- ✓
8282
- ✓
83-
-
84-
-
85-
-
83+
-
84+
-
85+
-
8686
* - 3.1.X
8787
- ✓
8888
- ✓
8989
- ✓
9090
- ✓
9191
- ✓
9292
- ✓
93-
-
94-
-
95-
-
93+
-
94+
-
95+
-
9696
* - 3.0.X
9797
- ✓
9898
- ✓
9999
- ✓
100100
- ✓
101101
- ✓
102102
- ✓
103-
-
104-
-
105-
-
103+
-
104+
-
105+
-
106106
* - 2.2.X
107-
-
108-
-
109-
-
107+
-
108+
-
109+
-
110110
- ✓
111111
- ✓
112112
- ✓
113113
- ✓
114114
- ✓
115115
- ✓
116116
* - 2.1.X
117-
-
118-
-
119-
-
117+
-
118+
-
119+
-
120120
- ✓
121121
- ✓
122122
- ✓
123123
- ✓
124124
- ✓
125125
- ✓
126126
* - 2.0.X
127-
-
128-
-
129-
-
127+
-
128+
-
129+
-
130130
- ✓
131131
- ✓
132132
- ✓
133133
- ✓
134134
- ✓
135135
- ✓
136136
* - >=1.4.18
137-
-
138-
-
139-
-
140-
-
141-
-
142-
-
137+
-
138+
-
139+
-
140+
-
141+
-
142+
-
143143
- ✓
144144
- ✓
145145
- ✓
146146
* - 1.4.X
147-
-
148-
-
149-
-
150-
-
151-
-
152-
-
153-
-
147+
-
148+
-
149+
-
150+
-
151+
-
152+
-
153+
-
154154
- ✓
155155
- ✓
156156

source/includes/mongodb-compatibility-table-node.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)