Skip to content

Commit 1f9e4be

Browse files
author
Chris Cho
authored
DOCSP-15552: update compatibility tables for motor v2.4 (#733)
* DOCSP-15552: update compatibility tables for motor v2.4
1 parent 9c7285c commit 1f9e4be

File tree

2 files changed

+39
-164
lines changed

2 files changed

+39
-164
lines changed

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

Lines changed: 26 additions & 97 deletions
Original file line numberDiff line numberDiff line change
@@ -9,212 +9,141 @@
99
- Python 3.8
1010
- Python 3.7
1111
- Python 3.6
12-
- Python 3.5
12+
- Python 3.5.2
13+
- Python 3.5.0
1314
- Python 3.4
1415
- Python 3.3
1516
- Python 2.7
1617
- Python 2.6
1718
- Python 2.5
1819

19-
* - 2.3
20-
- |checkmark|
21-
- |checkmark|
22-
- |checkmark|
23-
- |checkmark|
24-
- |checkmark|
25-
-
26-
-
27-
-
28-
-
29-
-
30-
31-
* - 2.2
20+
* - 2.4
3221
- |checkmark|
3322
- |checkmark|
3423
- |checkmark|
3524
- |checkmark|
3625
- |checkmark|
37-
-
3826
-
39-
-
4027
-
4128
-
42-
43-
* - 2.1
44-
-
45-
- |checkmark|
46-
- |checkmark|
47-
- |checkmark|
48-
- |checkmark|
49-
- |checkmark|
5029
-
51-
- |checkmark|
5230
-
5331
-
5432

55-
* - 2.0
56-
-
57-
-
33+
* - 2.3
34+
-
5835
- |checkmark|
5936
- |checkmark|
6037
- |checkmark|
6138
- |checkmark|
6239
-
63-
- |checkmark|
6440
-
6541
-
66-
67-
* - 1.3
68-
-
69-
-
70-
- |checkmark|
71-
- |checkmark|
72-
- |checkmark|
73-
- |checkmark|
7442
-
75-
- |checkmark|
7643
-
7744
-
7845

79-
* - 1.2
80-
-
81-
-
46+
* - 2.2
8247
-
8348
- |checkmark|
8449
- |checkmark|
8550
- |checkmark|
86-
-
8751
- |checkmark|
8852
-
8953
-
90-
91-
* - 1.1
9254
-
9355
-
9456
-
95-
- |checkmark|
96-
- |checkmark|
97-
- |checkmark|
98-
- |checkmark|
99-
- |checkmark|
100-
- |checkmark|
10157
-
10258

103-
* - 1.0
104-
-
105-
-
59+
* - 2.1
10660
-
10761
- |checkmark|
10862
- |checkmark|
10963
- |checkmark|
11064
- |checkmark|
111-
- |checkmark|
65+
-
11266
- |checkmark|
11367
-
114-
115-
* - 0.7
68+
- |checkmark|
11669
-
11770
-
71+
72+
* - 2.0
11873
-
11974
-
12075
- |checkmark|
12176
- |checkmark|
12277
- |checkmark|
123-
- |checkmark|
78+
-
12479
- |checkmark|
12580
-
126-
127-
* - 0.6
81+
- |checkmark|
12882
-
12983
-
84+
85+
* - 1.3
13086
-
13187
-
13288
- |checkmark|
13389
- |checkmark|
13490
- |checkmark|
135-
- |checkmark|
91+
-
13692
- |checkmark|
13793
-
138-
139-
* - 0.5
94+
- |checkmark|
14095
-
14196
-
97+
98+
* - 1.2
14299
-
143100
-
144101
- |checkmark|
145102
- |checkmark|
146103
- |checkmark|
147-
- |checkmark|
104+
-
148105
- |checkmark|
149106
-
150-
151-
* - 0.4
107+
- |checkmark|
152108
-
153109
-
110+
111+
* - 1.1
154112
-
155113
-
156114
-
157115
- |checkmark|
158116
- |checkmark|
159117
- |checkmark|
160118
- |checkmark|
161-
-
162-
163-
* - 0.3
164-
-
165-
-
166-
-
167-
-
168-
-
169-
- |checkmark|
170119
- |checkmark|
171120
- |checkmark|
172121
- |checkmark|
173122
-
174123

175-
* - 0.2
176-
-
177-
-
178-
-
124+
* - 1.0
179125
-
180126
-
181127
-
182128
- |checkmark|
183129
- |checkmark|
184130
- |checkmark|
185-
-
186-
187-
* - 0.1
188-
-
189-
-
190-
-
191-
-
192-
-
193-
-
194131
- |checkmark|
195132
- |checkmark|
196133
- |checkmark|
197134
- |checkmark|
135+
-
198136

137+
- Motor 2.4 wraps PyMongo 3.11+
199138
- Motor 2.3 wraps PyMongo 3.11+
200139
- Motor 2.2 wraps PyMongo 3.11+
201140
- Motor 2.1 wraps PyMongo 3.10+
202141
- Motor 2.0 wraps PyMongo 3.7+
203142
- Motor 1.1 wraps PyMongo 3.4+
204143
- Motor 1.0 wraps PyMongo 3.3+
205-
- Motor 0.7 wraps PyMongo >=2.9.4 and <3.0
206-
- Motor 0.6 wraps PyMongo 2.8
207-
- Motor 0.5 wraps PyMongo 2.8
208-
- Motor 0.4 wraps PyMongo 2.8
209-
- Motor 0.3 wraps PyMongo 2.7.1
210-
- Motor 0.2 wraps PyMongo 2.7.0
211-
- Motor 0.1 wraps PyMongo 2.5.0
212144

213145
.. note::
214146

215-
- Motor version 0.5 and earlier requires Tornado, and supports the
216-
same version of Python as its supported Tornado versions do.
217-
218147
- For asyncio support, Motor requires Python 3.4+, or
219148
Python 3.3 with the `asyncio package from PyPI
220149
<https://pypi.python.org/pypi/asyncio>`_.

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

Lines changed: 13 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@
1414
- MongoDB 3.0
1515
- MongoDB 2.6
1616

17+
* - 2.4
18+
- |checkmark|
19+
- |checkmark|
20+
- |checkmark|
21+
- |checkmark|
22+
- |checkmark|
23+
- |checkmark|
24+
- |checkmark|
25+
-
26+
1727
* - 2.3
1828
- |checkmark|
1929
- |checkmark|
@@ -23,7 +33,7 @@
2333
- |checkmark|
2434
- |checkmark|
2535
-
26-
36+
2737
* - 2.2
2838
- |checkmark|
2939
- |checkmark|
@@ -45,13 +55,13 @@
4555
-
4656

4757
* - 2.0
48-
-
4958
-
5059
- |checkmark|
5160
- |checkmark|
5261
- |checkmark|
5362
- |checkmark|
5463
- |checkmark|
64+
- |checkmark|
5565
-
5666

5767
* - 1.3
@@ -94,73 +104,9 @@
94104
- |checkmark|
95105
- |checkmark|
96106

97-
* - 0.7
98-
-
99-
-
100-
-
101-
-
102-
-
103-
- |checkmark|
104-
- |checkmark|
105-
- |checkmark|
106-
107-
* - 0.6
108-
-
109-
-
110-
-
111-
-
112-
-
113-
-
114-
- |checkmark|
115-
- |checkmark|
116-
117-
* - 0.5
118-
-
119-
-
120-
-
121-
-
122-
-
123-
-
124-
- |checkmark|
125-
- |checkmark|
126-
127-
* - 0.4
128-
-
129-
-
130-
-
131-
-
132-
-
133-
-
134-
- |checkmark|
135-
- |checkmark|
136-
137-
* - 0.3
138-
-
139-
-
140-
-
141-
-
142-
-
143-
-
144-
-
145-
- |checkmark|
146-
147-
* - 0.2
148-
-
149-
-
150-
-
151-
-
152-
-
153-
-
154-
-
155-
- |checkmark|
156107

157108
- Motor 1.3 wraps PyMongo 3.6+ and adds support for CPython 3.7
158109
- Motor 1.2 wraps PyMongo 3.6+
159110
- Motor 1.1 wraps PyMongo 3.4+
160111
- Motor 1.0 wraps PyMongo 3.3+
161-
- Motor 0.7 wraps PyMongo >=2.9.4 and <3.0
162-
- Motor 0.6 wraps PyMongo 2.8
163-
- Motor 0.5 wraps PyMongo 2.8
164-
- Motor 0.4 wraps PyMongo 2.8
165-
- Motor 0.3 wraps PyMongo 2.7.1
166-
- Motor 0.2 wraps PyMongo 2.7.0
112+

0 commit comments

Comments
 (0)