Skip to content

Commit 51ed4c7

Browse files
authored
update NEWS for 1.22.0-beta0 (#1026)
* update NEWS for 1.22.0-beta0 * add required notes
1 parent fca3992 commit 51ed4c7

File tree

2 files changed

+57
-0
lines changed

2 files changed

+57
-0
lines changed

NEWS

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
libmongoc 1.22.0
2+
================
3+
4+
Bug fixes:
5+
6+
* Do not auto decrypt before emitting CommandSucceeded events.
7+
8+
Improvements:
9+
10+
* Use OP_MSG if a server API version is requested.
11+
12+
Features:
13+
14+
* Add server connectionId to command monitoring events.
15+
* Add support for the comment field to all helpers.
16+
* Support mongo_shared shared library.
17+
* Support pre-point-in-time change stream events.
18+
* Support Queryable Encryption.
19+
* Support 'let' option for multiple CRUD commands.
20+
* Add Key Management API functions.
21+
22+
Notes:
23+
24+
* The 5.0-compat release (1.18.0) accidentally broke estimatedDocumentCount on views by changing its implementation to use aggregate and a $collStats stage instead of the count command.
25+
* The new release is fixing estimatedDocumentCount on views by reverting back to using count in its implementation.
26+
* Due to an oversight, the count command was omitted from the Stable API in server versions 5.0.0 - 5.0.8 and 5.1.0 - 5.3.1, so users of the Stable API with estimatedDocumentCount are recommended to upgrade their MongoDB clusters to 5.0.9 or 5.3.2 (if on Atlas) or set apiStrict: false when constructing their MongoClients.
27+
28+
Thanks to everyone who contributed to the development of this release.
29+
30+
* Kevin Albertson
31+
* Jeremy Mikola
32+
* Colby Pike
33+
* Ezra Chung
34+
* Roberto C. Sánchez
35+
* Jake Molnar
36+
* Jesse Williamson
37+
* Remi Collet
38+
39+
40+
141
libmongoc 1.21.1
242
================
343

src/libbson/NEWS

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
libbson 1.22.0-beta0
2+
====================
3+
4+
Bug fixes:
5+
6+
* Fix BSON_ASSERT triggered by invalid JavaScript/JSON.
7+
8+
9+
Thanks to everyone who contributed to the development of this release.
10+
11+
* Colby Pike
12+
* Ezra Chung
13+
* Jesse Williamson
14+
* MonkeybreadSoftware
15+
16+
17+
118
libbson 1.21.1
219
==============
320

0 commit comments

Comments
 (0)