Skip to content

Commit aef97ae

Browse files
committed
PyMongo 3.3 changelog
1 parent 6e4b54e commit aef97ae

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

doc/changelog.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
Changelog
22
=========
33

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+
429
Changes in Version 3.2.2
530
------------------------
631

0 commit comments

Comments
 (0)