Skip to content

Commit 1f73168

Browse files
committed
1.16.0 Release
Signed-off-by: Kevin Albertson <[email protected]>
1 parent 4371355 commit 1f73168

File tree

3 files changed

+58
-2
lines changed

3 files changed

+58
-2
lines changed

NEWS

+34-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,41 @@
1-
Next
2-
====
1+
mongo-c-driver 1.16.0
2+
=====================
3+
4+
It is my pleasure to announce the MongoDB C Driver 1.16.0.
5+
6+
Features:
7+
8+
* Support Client-side Field Level Encryption.
9+
* Support ability to pass an index hint to update operations.
10+
* Add cmake export targets.
311

412
Bug fixes:
513
* Fix a bug with Windows SSPI failing to authenticate with GSSAPI when using
614
pooled clients for certain operations.
15+
* Fix behavior for bulk writes that retry to keep track of the successful server.
16+
* Remove hard limit of 1024 characters for SRV response.
17+
* Fix racy crash when using client pool against a sharded cluster if a server is invalidated shortly before a new socket is opened against it.
18+
* Remove unnecessary library dependencies causing overlinking.
19+
* Ensure server proof has been validated during SCRAM conversation.
20+
21+
Thanks to everyone who contributed to the development of this release.
22+
23+
* Kevin Albertson
24+
* Jeremy Mikola
25+
* Clyde Bazile
26+
* Andreas Braun
27+
* Roberto C. Sánchez
28+
* Samantha Ritter
29+
* Isabel Atkinson
30+
* Kaitlin Mahar
31+
* Diego Barrios Romero
32+
* Sara Golemon
33+
* Vasil Velichkov
34+
* EGuesnet
35+
36+
Peace,
37+
38+
Kevin Albertson
739

840
mongo-c-driver 1.15.1
941
=====================

src/libbson/NEWS

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
libbson 1.16.0
2+
==============
3+
4+
It is my pleasure to announce libbson 1.16.0.
5+
6+
Bug fixes:
7+
8+
* Fix crash if an empty BSON binary value is copied and then appended.
9+
* Fix out-of-bounds read when parsing JSON.
10+
* Fix out-of-bounds read when parsing base64.
11+
12+
Thanks to everyone who contributed to the development of this release.
13+
14+
* Kevin Albertson
15+
* Roberto C. Sánchez
16+
* Clyde Bazile
17+
* Diego Barrios Romero
18+
* Vasil Velichkov
19+
20+
Peace,
21+
22+
Kevin Albertson
23+
24+
125
libbson 1.15.1
226
==============
327

src/libmongoc/doc/libbson-objects.inv

117 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)