MongoDB C Driver v1.17.3 Release Notes
Release Date: 2020-12-01 // almost 4 years ago-
I'm pleased to announce version 1.17.3 of libbson and libmongoc,
the libraries constituting the MongoDB C Driver.libbson
π No changes since 1.17.2; release to keep pace with libmongoc's version.
libmongoc
It is my pleasure to announce the MongoDB C Driver 1.17.3.
π Bug fixes:
- Do not send session ID on GSSAPI auth commands.
- π Fix build against zlib when zlib is installed in non-standard location.
- π Fix build when source directory path contains a space.
- Fix a platform-specific bug causing mongoc_client_pool_pop to block indefinitely if all clients are checked out.
- π Fix a possible buffer overflow with hostnames resolving to IPv6 addresses on OpenSSL.
π Links:
π Thanks to everyone who contributed to this release.
- Roberto C. SΓ‘nchez
- Kevin Albertson
- Andrew Witten
- gonzalo
Previous changes from v1.17.2
-
I'm pleased to announce version 1.17.2 of libbson and libmongoc,
the libraries constituting the MongoDB C Driver.libbson
π No changes since 1.17.1; release to keep pace with libmongoc's version.
libmongoc
It is my pleasure to announce the MongoDB C Driver 1.17.2.
π Bug fixes:
- π Stop the SRV polling thread when an SRV URI is used to connect to a deployment other than a sharded cluster.
π Links:
π Thanks to everyone who contributed to this release.
- Roberto C. SΓ‘nchez
- Kevin Albertson