libbson 1.28.0
New features:
bson_validate_with_error_and_offset
.Build Configuration:
CMAKE_<LANG>_COMPILER_LAUNCHER
to build with ccache.MONGO_USE_CCACHE
(no longer applicable; see above).libmongoc 1.28.0
New features:
mongoc_collection_insert_one
.mongoc_bulkwrite_t
. Requires MongoDB 8.0. Reduces round-trips for mixed writes.serverMonitoringMode
URI option.Improvements:
ENABLE_TRACING=ON
) but disabled at runtime.mongodb://example.com?w=1
parses the same as mongodb://example.com/?w=1
).Notes:
ENABLE_CLIENT_SIDE_ENCRYPTION
).Build Configuration:
CMAKE_<LANG>_COMPILER_LAUNCHER
to build with ccache.MONGO_USE_CCACHE
(no longer applicable; see above).Changed:
ALL
target.mongo_c_driver_tests
target.mongo_c_driver_examples
target.#!/usr/bin/env bash
instead of #!/bin/sh
in uninstall script generated by ENABLE_UNINSTALL=ON
.Deprecated:
*_hint
functions is deprecated in favor of more aptly named *_server_id
functions:mongoc_bulk_operation_set_hint
is deprecated for mongoc_bulk_operation_set_server_id
mongoc_bulk_operation_get_hint
is deprecated for mongoc_bulk_operation_get_server_id
mongoc_cursor_set_hint
is deprecated for mongoc_cursor_set_server_id
mongoc_cursor_get_hint
is deprecated for mongoc_cursor_get_server_id
Please log in to add feedback.
This update has been submitted for testing by remi.
This update's test gating status has been changed to 'ignored'.
This update has been pushed to testing.
This update has been submitted for stable by bodhi.
This update has been pushed to stable.