Skip to content

Commit 0772be4

Browse files
committed
1.18.0 Release
Signed-off-by: Kevin Albertson <[email protected]>
1 parent 89c66a8 commit 0772be4

File tree

3 files changed

+73
-0
lines changed

3 files changed

+73
-0
lines changed

NEWS

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
mongo-c-driver 1.18.0
2+
=====================
3+
4+
It is my pleasure to announce the MongoDB C Driver 1.18.0 release.
5+
This release adds partial support for MongoDB 5.0 servers.
6+
7+
Features:
8+
9+
* Introduces support to select an API version when connecting to a MongoDB instance.
10+
* Supports Azure and Google Cloud Platform as Key Management Service (KMS) providers in Client-Side Field Level Encryption (CSFLE).
11+
* Support "let" option in aggregate command.
12+
* Support time series collections.
13+
* Relax validation for insert and replace documents to support fields containing dots and dollars.
14+
* Expose the reason operations fail document validation.
15+
16+
Bug fixes:
17+
18+
* Forward opts from mongoc_gridfs_bucket_find to underlying find operation.
19+
* Fixes a possible hang when a limited size client pool is waiting for a client to become available in mongoc_client_pool_pop.
20+
21+
Improvements
22+
23+
* Deprecate API containing deprecated terminology.
24+
* Use "hello" command for monitoring servers.
25+
26+
Thanks to everyone who contributed to the development of this release.
27+
28+
* Kevin Albertson
29+
* Roberto C. Sánchez
30+
* Andreas Braun
31+
* Clyde Bazile
32+
* Benjamin Rewis
33+
* Jeremy Mikola
34+
* Andrew Witten
35+
* Samantha Ritter
36+
* samantharitter
37+
* Fermín Galán Márquez
38+
* David Carlier
39+
* Colby Pike
40+
* Josh Weinstein
41+
* Pierre Mickael Gonzalo
42+
143
mongo-c-driver 1.18.0-alpha
244
===========================
345

src/libbson/NEWS

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
libbson 1.18.0
2+
==============
3+
4+
It is my pleasure to announce libbson 1.18.0.
5+
6+
Features:
7+
8+
* Add BSON to JSON encoder that limits encoded string length.
9+
* Support parsing $uuid into a binary UUID.
10+
* Relax validation for insert and replace documents to support fields containing dots and dollars.
11+
12+
Improvements:
13+
14+
* Add trailing space after base64 JSON field for consistency.
15+
16+
Thanks to everyone who contributed to the development of this release.
17+
18+
* Kevin Albertson
19+
* Roberto C. Sánchez
20+
* Jeremy Mikola
21+
* Andreas Braun
22+
* Benjamin Rewis
23+
* Richard Donkin
24+
* David Korczynski
25+
* Josh Weinstein
26+
* David Carlier
27+
* Andrew Witten
28+
* Tim Gates
29+
30+
--Kevin Albertson
31+
132
libbson 1.18.0-alpha
233
====================
334

src/libmongoc/doc/libbson-objects.inv

196 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)