Skip to content

Commit

Permalink
1.22.0-beta0 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 Jun 6, 2022
1 parent a5ca2cc commit 9069165
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
34 changes: 34 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
libmongoc 1.22.0
================

Bug fixes:

* Do not auto decrypt before emitting CommandSucceeded events.

Improvements:

* Use OP_MSG if a server API version is requested.

Features:

* Add server connectionId to command monitoring events.
* Add support for the comment field to all helpers.
* Support mongo_shared shared library.
* Support pre-point-in-time change stream events.
* Support Queryable Encryption.
* Support 'let' option for multiple CRUD commands.
* Add Key Management API functions.

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

* Kevin Albertson
* Jeremy Mikola
* Colby Pike
* Ezra Chung
* Roberto C. Sánchez
* Jake Molnar
* Jesse Williamson
* Remi Collet



libmongoc 1.21.1
================

Expand Down
17 changes: 17 additions & 0 deletions src/libbson/NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
libbson 1.22.0
==============

Bug fixes:

* Fix BSON_ASSERT triggered by invalid JavaScript/JSON.


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

* Colby Pike
* Ezra Chung
* Jesse Williamson
* MonkeybreadSoftware



libbson 1.21.1
==============

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

0 comments on commit 9069165

Please sign in to comment.