File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ Changes in Version 3.3
5
+ ----------------------
6
+
7
+ Version 3.3 adds the following major new features:
8
+
9
+ - C extensions support on big endian systems.
10
+ - Kerberos authentication support on Windows using `WinKerberos
11
+ <https://pypi.python.org/pypi/winkerberos> `_.
12
+ - A new ``ssl_clrfile `` option to support certificate revocation lists.
13
+ - A new ``ssl_pem_passphrase `` option to support encrypted key files.
14
+ - Support for publishing server discovery and monitoring events. See
15
+ :mod: `~pymongo.monitoring ` for details.
16
+ - New connection pool options ``minPoolSize `` and ``maxIdleTimeMS ``.
17
+
18
+ .. warning :: PyMongo 3.3 drops support for MongoDB versions older than 2.4.
19
+ It also drops support for python 3.2 (pypy3 continues to be supported).
20
+
21
+ Issues Resolved
22
+ ...............
23
+
24
+ See the `PyMongo 3.3 release notes in JIRA `_ for the list of resolved issues
25
+ in this release.
26
+
27
+ .. _PyMongo 3.3 release notes in JIRA : https://jira.mongodb.org/browse/PYTHON/fixforversion/16005
28
+
4
29
Changes in Version 3.2.2
5
30
------------------------
6
31
You can’t perform that action at this time.
0 commit comments