Releases: mongodb/mongo-c-driver
mongo-c-driver 1.18.0-alpha
Announcing 1.18.0-alpha of libbson and libmongoc, the libraries constituting the MongoDB C Driver.
libbson
It is my pleasure to announce libbson 1.18.0-alpha.
This is an unstable prerelease and is unsuitable for production applications.
libmongoc
It is my pleasure to announce the MongoDB C Driver 1.18.0-alpha.
This is an unstable prerelease and is unsuitable for production applications.
Features:
- Introduces support to select an API version when connecting to a MongoDB instance.
- Supports Azure and Google Cloud Platform as Key Management Service (KMS) providers in Client-Side Field Level Encryption (CSFLE)
Bug fixes:
- Fixes a possible hang when a limited size client pool is waiting for a client to become available in mongoc_client_pool_pop.
Links:
Thanks to everyone who contributed to this release.
- Kevin Albertson
- Roberto C. Sánchez
- Clyde Bazile
- Andreas Braun
- Andrew Witten
- Samantha Ritter
- Benjamin Rewis
- Fermín Galán Márquez
- David Carlier
- Josh Weinstein
- Pierre Mickael Gonzalo
- Richard Donkin
- Tim Gates
- David Korczynski
mongo-c-driver 1.17.5
Announcing 1.17.5 of libbson and libmongoc, the libraries constituting the MongoDB C Driver.
libbson
It is my pleasure to announce libbson 1.17.5.
Bug fixes:
- Remove unnecessary dependency of libm for static libbson on macOS
libmongoc
It is my pleasure to announce the MongoDB C Driver 1.17.5.
Improvements:
- Fix documentation regarding when to call mongoc_log_set_handler
Links:
Thanks to everyone who contributed to this release.
- Clyde Bazile
- Fermín Galán Márquez
- Kevin Albertson
mongo-c-driver 1.17.4
I'm pleased to announce version 1.17.4 of libbson and libmongoc,
the libraries constituting the MongoDB C Driver.
libbson
It is my pleasure to announce libbson 1.17.4.
No changes since 1.17.3; release to keep pace with libmongoc's version.
libmongoc
It is my pleasure to announce the MongoDB C Driver 1.17.4.
Bug fixes:
- Fix crash on macOS on client pool shutdown.
- Fix spacing in extended JSON output for numberLong.
- Clear error in mongoc_collection_find_and_modify_with_opts on a successful retry.
Links:
Thanks to everyone who contributed to this release.
- Kevin Albertson
- Samantha Ritter
mongo-c-driver 1.17.3
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
mongo-c-driver 1.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
mongo-c-driver 1.17.1
I'm pleased to announce version 1.17.1 of libbson and libmongoc,
the libraries constituting the MongoDB C Driver.
libbson
No changes since 1.17.0; release to keep pace with libmongoc's version.
libmongoc
It is my pleasure to announce the MongoDB C Driver 1.17.1.
Bug fixes:
- Fix SRV/TXT record lookup for DNS records exceeding 1024 bytes.
Links:
mongo-c-driver 1.17.0
I'm pleased to announce version 1.17.0 of libbson and libmongoc,
the libraries constituting the MongoDB C Driver.
libbson
It is my pleasure to announce libbson 1.17.0.
Features:
- Add the cmake option ENABLE_PIC to build static libraries with position independent code.
Bug fixes:
- Fix possible int32 overflow when comparing and constructing large bson_t's.
- Fix pedantic compiler warnings.
libmongoc
It is my pleasure to announce the MongoDB C Driver 1.17.0 release.
This release adds support for MongoDB 4.4 servers.
Features:
- Support streamable server monitoring to reduce recovery time when the server topology changes.
- Support the MONGODB-AWS authentication mechanism.
- Support Online Certificate Status Protocol (OCSP).
- Support configuring hedged reads in read preferences.
- Reduce the number of round trips necessary for SCRAM and X509 authentication.
- Monitor servers in parallel when using a mongoc_client_pool_t instead of doing serial scans.
- Support the "hint" option in operations using the update, replace, delete, and findAndModify commands.
- Improve behavior for retryable writes.
- Improve resuming behavior of change streams on server errors.
- Remove restriction of 255 character collection namespaces.
Bug fixes:
- Fix criteria for resumable errors in change streams.
- Fix rare crashes when server is invalidated during authentication.
- Reject client session for mongoc_collection_estimated_document_count.
- Fix behavior of a SecondaryPreferred read preference for exhaust cursor operations against a sharded cluster. Prior to the fix, a nonzero maxStalenessSeconds would not trigger sending the read preference.
- Fix SRV polling. Prior to the fix, SRV polling did not properly apply newly discovered results.
- Fix checks for existing GridFS indexes to handle indexes created by the MongoDB shell.
- Fix possible use of invalidated streams during an unordered OP_QUERY bulk write, and when ending many pooled sessions at client destruction.
- Fix a crash when setting the crl_file TLS option for Secure Channel.
- Avoid emitting duplicate ServerChanged events when no change is observed during monitoring.
- Properly handle large SASL messages instead of erroring.
Notes:
- Deprecated "lib" prefixed artifacts are no longer produced when building on Windows.
Links:
Thanks to everyone who contributed to this release.
- Kevin Albertson
- Roberto C. Sánchez
- Andrew Witten
- Andreas Braun
- Clyde Bazile
- Josh Weinstein
- Richard Donkin
mongo-c-driver 1.17.0-rc0
I'm pleased to announce version 1.17.0-rc0 of libbson and libmongoc,
the libraries constituting the MongoDB C Driver.
libbson
It is my pleasure to announce libbson 1.17.0 rc0.
No changes since 1.17.0 beta2; release to keep pace with libmongoc's version.
libmongoc
It is my pleasure to announce the MongoDB C Driver 1.17.0 rc0 release.
This release adds support for MongoDB 4.4 servers.
Features:
- Support streamable server monitoring to reduce recovery time when the server topology changes.
- Support tlsDisableCertificateRevocationCheck when built with Secure Channel.
Bug fixes:
- Fix criteria for resumable errors in change streams.
- Fix rare crashes when server is invalidated during authentication.
- Improve behavior when reaching out to OCSP responders for certificate revocation checking.
- Reject client session for mongoc_collection_estimated_document_count.
Links:
Thanks to everyone who contributed to this release.
- Kevin Albertson
- Andrew Witten
- Roberto C. Sánchez
- Clyde Bazile
mongo-c-driver 1.17.0-beta2
I'm pleased to announce version 1.17.0-beta2 of libbson and libmongoc,
the libraries constituting the MongoDB C Driver.
libbson
It is my pleasure to announce libbson 1.17.0 beta2.
Features:
- Fix pedantic compiler warnings.
- Improve assertion error messages.
Bug fixes:
- Fix possible int32 overflow when comparing and constructing large bson_t's.
libmongoc
It is my pleasure to announce the MongoDB C Driver 1.17.0 beta2 release.
Features:
- Support Online Certificate Status Protocol (OCSP) response caching.
- Support configuring hedged reads in read preferences.
- Reduce the number of round trips necessary for SCRAM and X509 authentication.
- Monitor servers in parallel when using a mongoc_client_pool_t instead of doing serial scans.
- Support OCSP on older versions of OpenSSL (1.0.1+).
Bug fixes:
- Fix behavior of a SecondaryPreferred read preference for exhaust cursor operations against a sharded cluster. Prior to the fix, a nonzero maxStalenessSeconds would not trigger sending the read preference.
- Fix SRV polling. Prior to the fix, SRV polling did not properly apply newly discovered results.
- Fix checks for existing GridFS indexes to handle indexes created by the MongoDB shell.
Links:
Thanks to everyone who contributed to this release.
- Kevin Albertson
- Roberto C. Sánchez
- Andreas Braun
- Clyde Bazile
- Josh Weinstein
- Richard Donkin
mongo-c-driver 1.17.0-beta
I'm pleased to announce version 1.17.0-beta of libbson and libmongoc,
the libraries constituting the MongoDB C Driver.
libbson
It is my pleasure to announce libbson 1.17.0 beta.
Features:
- Add the cmake option ENABLE_PIC to build static libraries with position independent code.
Notes:
- Deprecated "lib" prefixed artifacts are no longer produced when building on Windows.
libmongoc
It is my pleasure to announce the MongoDB C Driver 1.17.0 beta release.
Features:
- Support the MONGODB-AWS authentication mechanism.
- Support the Online Certificate Status Protocol (OCSP) for OpenSSL 1.1.0+, Secure Transport, and Secure Channel.
- Support the "hint" option in operations using the update, replace, delete, and findAndModify commands.
- Improve behavior for retryable writes.
- Improve resuming behavior of change streams on server errors.
- Remove an extra round trip for SCRAM authentication.
- Remove restriction of 255 character collection namespaces.
Bug fixes:
- Fix possible use of invalidated streams during an unordered OP_QUERY bulk write, and when ending many pooled sessions at client destruction.
- Fix a crash when setting the crl_file TLS option for Secure Channel.
- Avoid emitting duplicate ServerChanged events when no change is observed during monitoring.
- Properly handle large SASL messages instead of erroring.
Notes:
- Deprecated "lib" prefixed artifacts are no longer produced when building on Windows.
Links:
Thanks to everyone who contributed to this release.
- Kevin Albertson
- Roberto C. Sánchez
- Andreas Braun
- Clyde Bazile
- Jeremy Mikola
- Sara Golemon
- Jeroen Ooms