File tree 4 files changed +20
-5
lines changed
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
+ ================
3
3
4
4
New features:
5
5
6
6
* 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.
7
18
8
19
Notes:
9
20
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`.
3
7
4
8
Build Configuration:
5
9
You can’t perform that action at this time.
0 commit comments