File tree Expand file tree Collapse file tree 4 files changed +20
-5
lines changed Expand file tree Collapse file tree 4 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 1- libmongoc 1.28.0 (Unreleased)
2- =============================
1+ libmongoc 1.28.0
2+ ================
33
44New features:
55
66 * Support In-Use Encryption range queries.
7+ * Include insert ID on result of `mongoc_collection_insert_one`.
8+ * Add new bulk write API `mongoc_bulkwrite_t`. Requires MongoDB 8.0. Reduces round-trips for mixed writes.
9+ - Add `serverMonitoringMode` URI option.
10+
11+ Improvements:
12+
13+ * Improve performance of OpenSSL connection creation.
14+ * Improve performance when trace logging is configured (`ENABLE_TRACING=ON`) but disabled at runtime.
15+ * Prefer FIPS compliant functions for SCRAM-SHA-256 key derivation.
16+ * Remove required slash to delimit options in MongoDB URI (e.g. `mongodb://example.com?w=1` parses the same as `mongodb://example.com/?w=1`).
17+ * Include topology description in server selection timeout errors.
718
819Notes:
920
Original file line number Diff line number Diff line change 1- 1.28.0-dev
1+ 1.28.0
Original file line number Diff line number Diff line change 1- libbson 1.28.0 (Unreleased)
2- =============================
1+ libbson 1.28.0
2+ ==============
3+
4+ New features:
5+
6+ * Add `bson_validate_with_error_and_offset`.
37
48Build Configuration:
59
You can’t perform that action at this time.
0 commit comments