cc2de5d693
mongo-c-driver 1.16.1 I'm pleased to announce version 1.16.1 of libbson and libmongoc, the libraries constituting the MongoDB C Driver. libbson It is my pleasure to announce libbson 1.16.1. Features: Add bson_isspace, a safer isspace alternative. libmongoc It is my pleasure to announce the MongoDB C Driver 1.16.1. Bug fixes: Fix listed library dependency on mongoc_static target when building with libmongocrypt. Replace a call of free to bson_free. Vendor Sphinx basic theme and correctly list static files for docs. Fix a compilation warning introduced in 1.16.0. mongo-c-driver 1.16.0 I'm pleased to announce version 1.16.0 of libbson and libmongoc, the libraries constituting the MongoDB C Driver. libbson It is my pleasure to announce libbson 1.16.0. Bug fixes: Fix crash if an empty BSON binary value is copied and then appended. Fix out-of-bounds read when parsing JSON. Fix out-of-bounds read when parsing base64. libmongoc It is my pleasure to announce the MongoDB C Driver 1.16.0. Features: Support Client-side Field Level Encryption. Support ability to pass an index hint to update operations. Add cmake export targets. Bug fixes: Fix a bug with Windows SSPI failing to authenticate with GSSAPI when using pooled clients for certain operations. Fix behavior for bulk writes that retry to keep track of the successful server. Remove hard limit of 1024 characters for SRV response. Fix racy crash when using client pool against a sharded cluster if a server is invalidated shortly before a new socket is opened against it. Remove unnecessary library dependencies causing overlinking. Ensure server proof has been validated during SCRAM conversation. mongo-c-driver 1.15.3 I'm pleased to announce version 1.15.3 of libbson and libmongoc, the libraries constituting the MongoDB C Driver. libbson It is my pleasure to announce libbson 1.15.3. No changes since 1.15.2; release to keep pace with libmongoc's version. libmongoc It is my pleasure to announce the MongoDB C Driver 1.15.3. Bug fixes: * Fix a hang on macOS when connecting to a server over TLS * Add zstd as a dependency when libmongoc static library is compiled with zstd support * Fix compilation on AIX 6.1 mongo-c-driver 1.15.2 I'm pleased to announce version 1.15.2 of libbson and libmongoc, the libraries constituting the MongoDB C Driver. libbson No changes since 1.15.1; release to keep pace with libmongoc's version. libmongoc Bug fixes: Prevent mongoc_transaction_opts_set_max_commit_time_ms from applying to subsequent transactions that should be using the default. Do not report the initial error if a retry for a change stream function (mongoc_collection_watch, mongoc_database_watch, or mongoc_client_watch) succeeds mongo-c-driver 1.15.1 I'm pleased to announce version 1.15.1 of libbson and libmongoc, the libraries constituting the MongoDB C Driver. libbson No change since 1.15.0; released to keep pace with libmongoc's version. libmongoc It is my pleasure to announce the MongoDB C Driver 1.15.1. Bug fixes: Fix change stream resume logic when no documents received Reduce the required cmake version to build with zstd support Minor fixes to mongos pinning logic Do not resume a change stream on NonResumableChangeStreamError mongo-c-driver 1.15.0 I'm pleased to announce version 1.15.0 of libbson and libmongoc, the libraries constituting the MongoDB C Driver. libbson No change since 1.14.1; released to keep pace with libmongoc's version. libmongoc It is my pleasure to announce the MongoDB C Driver 1.15.0. This release adds support for MongoDB 4.2 features. Features: Support for sharded transactions on MongoDB sharded clusters 4.2+. Add convenient transaction runner (mongoc_client_session_with_transaction), which accepts a callback and performs appropriate retry logic. Add a new transaction option to specify maximum time to wait for a commit, mongoc_transaction_opts_set_max_commit_time_ms. Add URI option "retryReads=true" safely and automatically retries certain read operations if the server is a MongoDB 3.6+. Note, this may require applications to adjust any custom retry logic to prevent inadvertently retrying for too long Poll SRV records to mongos servers periodically. Keep connections alive after a primary stepdown detected. Standardizes URI options supported across all spec-compliant MongoDB drivers. "retryWrites" URI option now defaults to true (requires crypto for session support). Send any aggregate with $out or $merge stage to a primary. Add the ability to specify an aggregate pipeline as an update document. Add a database aggregate helper, mongoc_database_aggregate. Add option for change streams, "startAfter". Add mongoc_change_stream_get_resume_token, which returns the resume token which should be used to resume a change stream. Add support for zstd compression. Bug fixes: Correctly report an error in mongoc_change_stream_next if the resume token (_id) is not a document. Previously, an error was only reported if the field was missing. Fix mongoc_collection_update with MONGOC_UPDATE_MULTI_UPDATE, mongoc_collection_remove, and mongoc_collection_delete when retryWrites was enabled. They would fail previously. Command options are now correctly taken into account when batching bulk writes for OP_QUERY. It was possible to exceed the maximum document size before. Fix a crash if a multi-batch bulk write with OP_MSG errored on a batch. |
||
---|---|---|
.. | ||
buildlink3.mk | ||
DESCR | ||
distinfo | ||
Makefile | ||
options.mk | ||
PLIST |