Vines

PyMongo 2.8.1 is a bugfix release that addresses issues discovered since PyMongo 2.8 was released, primarily related to authentication and metadata operations on replica sets. If you're on PyMongo 2.8 and not ready to update your code for the new APIs and behaviors of the PyMongo 3.0 line, please upgrade to PyMongo 2.8.1 promptly.

  • PYTHON-842 - Unable to specify 'ssl_cert_reqs' option using URI style connection string
  • PYTHON-864 - Fully support RFC-3339 offset format for $date
  • PYTHON-893 - Wrong wrapping function called for CommandCursor
  • PYTHON-903 - Properly handle network errors in auth
  • PYTHON-913 - UserWarning with read preference and command using direct connection
  • PYTHON-915 - secondaryAcceptablelatencyMS should accept 0
  • PYTHON-918 - Auth err from resyncing member prevents primary discovery
  • PYTHON-920 - collection_names, options, and index_information prohibited on direct connection to secondary with MongoDB 3.0+
  • PYTHON-921 - database_names prohibited on direct connection to secondary with MongoDB 3.0+

For the full list of bugs fixed in PyMongo 2.8.1, please see the release in Jira.