Skip to content

Commit a463a46

Browse files
committed
1.28.0 Release
Signed-off-by: Kevin Albertson <[email protected]>
1 parent a2ecf92 commit a463a46

File tree

4 files changed

+20
-5
lines changed

4 files changed

+20
-5
lines changed

NEWS

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
1-
libmongoc 1.28.0 (Unreleased)
2-
=============================
1+
libmongoc 1.28.0
2+
================
33

44
New 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

819
Notes:
920

VERSION_CURRENT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.28.0-dev
1+
1.28.0

src/libbson/NEWS

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

48
Build Configuration:
59

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)