Skip to content

Commit

Permalink
1.16.0 Release
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Albertson <[email protected]>
  • Loading branch information
kevinAlbs committed Jan 17, 2020
1 parent 4371355 commit 1f73168
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 2 deletions.
36 changes: 34 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,9 +1,41 @@
Next
====
mongo-c-driver 1.16.0
=====================

It is my pleasure to announce the MongoDB C Driver 1.16.0.

Features:

* Support Client-side Field Level Encryption.
* Support ability to pass an index hint to update operations.
* Add cmake export targets.

Bug fixes:
* Fix a bug with Windows SSPI failing to authenticate with GSSAPI when using
pooled clients for certain operations.
* Fix behavior for bulk writes that retry to keep track of the successful server.
* Remove hard limit of 1024 characters for SRV response.
* 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.
* Remove unnecessary library dependencies causing overlinking.
* Ensure server proof has been validated during SCRAM conversation.

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

* Kevin Albertson
* Jeremy Mikola
* Clyde Bazile
* Andreas Braun
* Roberto C. Sánchez
* Samantha Ritter
* Isabel Atkinson
* Kaitlin Mahar
* Diego Barrios Romero
* Sara Golemon
* Vasil Velichkov
* EGuesnet

Peace,

Kevin Albertson

mongo-c-driver 1.15.1
=====================
Expand Down
24 changes: 24 additions & 0 deletions src/libbson/NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
libbson 1.16.0
==============

It is my pleasure to announce libbson 1.16.0.

Bug fixes:

* Fix crash if an empty BSON binary value is copied and then appended.
* Fix out-of-bounds read when parsing JSON.
* Fix out-of-bounds read when parsing base64.

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

* Kevin Albertson
* Roberto C. Sánchez
* Clyde Bazile
* Diego Barrios Romero
* Vasil Velichkov

Peace,

Kevin Albertson


libbson 1.15.1
==============

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

0 comments on commit 1f73168

Please sign in to comment.