diff --git a/NEWS b/NEWS index 997b97ccf3..c0d77275e6 100644 --- a/NEWS +++ b/NEWS @@ -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 ===================== diff --git a/src/libbson/NEWS b/src/libbson/NEWS index 4e6a1bac9d..0f6ba64cb2 100644 --- a/src/libbson/NEWS +++ b/src/libbson/NEWS @@ -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 ============== diff --git a/src/libmongoc/doc/libbson-objects.inv b/src/libmongoc/doc/libbson-objects.inv index 5d54a170df..1fa7f8f7f7 100644 Binary files a/src/libmongoc/doc/libbson-objects.inv and b/src/libmongoc/doc/libbson-objects.inv differ