Skip to content

mongo-c-driver 1.3.2

Compare
Choose a tag to compare
@ajdavis ajdavis released this 02 Feb 01:52
· 4708 commits to master since this release

It is my pleasure to announce MongoDB C Driver 1.3.2. This is a bugfix release:

  • A socket is properly discarded after a network error from a command.
  • mongoc_database_get_collection now copies the database's read preferences,
    read concern, and write concern, instead of copying the client's.
  • mongoc_cursor_t's private struct now allows a negative limit.

Thanks to everyone who contributed to this release.

  • A. Jesse Jiryu Davis
  • Jeremy Mikola
  • Hannes Magnusson

Peace,
A. Jesse Jiryu Davis