Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
libmongoc 2.2.1
===============

## Fixed

* Fix applied timeout on Azure and GCP KMS requests.
* Do not error if server reply to bulkWrite omits `nModified`.

Thanks to everyone who contributed to the development of this release.

* Kevin Albertson



libmongoc 2.2.0
===============

Expand Down
2 changes: 1 addition & 1 deletion docs/dev/releasing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ required for it to succeed:
3. Download an augmented SBOM from a recent execution of the ``sbom`` task in
an Evergreen patch or commit build and save it to ``etc/augmented-sbom.json``.

Once these prerequesites are met, creating the release archive can be done using
Once these prerequisites are met, creating the release archive can be done using
the :any:`+signed-release` target.::

$ ./tools/earthly.sh --artifact +signed-release/dist dist --version=$NEW_VERSION
Expand Down
5 changes: 5 additions & 0 deletions src/libbson/NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
libbson 2.2.1
=============

No changes since 2.2.0. Version incremented to match the libmongoc version.

libbson 2.2.0
=============

Expand Down