Skip to content

Mongo-c-driver 1.1.2

Compare
Choose a tag to compare
@hanumantmk hanumantmk released this 10 Mar 22:12
· 5522 commits to master since this release
1.1.2
2991dfb

mongo-c-driver 1.1.2

It is my pleasure to announce to you the 1.1.2 release of the MongoDB C driver.

This release is a stable release with performance enhancements and bugfixes.

Changes include:

  • Process connectTimeoutMS cast insensitively
  • Addition of missing trace macros
  • Improvement of internal error messages
  • Fix a segfault in OpenSSL cleanup routines
  • Fix for IPv6 support for replica sets
  • Coalesce small vectorized TLS writes
  • MinGW fixups
  • Fix for a memory leak in get_database_names()
  • Fixes for patching write concern through the bulk api
  • Fix to normalize hostnames in uri parsing
  • Fix for managing connections in the client pool
  • Various other fixes

Thanks to everyone who contributed to the development of this point release for
libmongoc.

  • Andrew Clayton
  • Denis Gladkikh
  • Hannes Magnusson
  • Jason Carey
  • Jeremy Mikola
  • mschoenlaub
  • Samantha Ritter
  • Tyler Brock

Enjoy!

-- Jason Carey