Skip to content

Commit

Permalink
1.28.0 Release
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Albertson <kevin.albertson@mongodb.com>
  • Loading branch information
kevinAlbs committed Sep 18, 2024
1 parent a2ecf92 commit a463a46
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 deletions.
15 changes: 13 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
libmongoc 1.28.0 (Unreleased)
=============================
libmongoc 1.28.0
================

New features:

* Support In-Use Encryption range queries.
* Include insert ID on result of `mongoc_collection_insert_one`.
* Add new bulk write API `mongoc_bulkwrite_t`. Requires MongoDB 8.0. Reduces round-trips for mixed writes.
- Add `serverMonitoringMode` URI option.

Improvements:

* Improve performance of OpenSSL connection creation.
* Improve performance when trace logging is configured (`ENABLE_TRACING=ON`) but disabled at runtime.
* Prefer FIPS compliant functions for SCRAM-SHA-256 key derivation.
* 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`).
* Include topology description in server selection timeout errors.

Notes:

Expand Down
2 changes: 1 addition & 1 deletion VERSION_CURRENT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.28.0-dev
1.28.0
8 changes: 6 additions & 2 deletions src/libbson/NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
libbson 1.28.0 (Unreleased)
=============================
libbson 1.28.0
==============

New features:

* Add `bson_validate_with_error_and_offset`.

Build Configuration:

Expand Down
Binary file modified src/libmongoc/doc/includes/libbson.inv
Binary file not shown.

0 comments on commit a463a46

Please sign in to comment.