diff --git a/NEWS b/NEWS index 03fc464eac..078f1acc02 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,15 @@ -Next Release -============ +mongo-c-driver 1.14.0 +===================== + +It is my pleasure to announce the MongoDB C Driver 1.14.0. + Features: + * Support for OpenSSL 1.1.1 and its implementation of TLS v1.3. * New function mongoc_stream_should_retry. + * New accessor mongoc_server_description_last_update_time. + * New method mongoc_client_reset to be called after forking. Bug fixes: @@ -21,6 +27,34 @@ Bug fixes: * Fix the ENABLE_SASL cmake option: * Remove unnecessary GSSAPI value. It was equivalent to specifying ENABLE_SASL=CYRUS. * ENABLE_SASL=AUTO now correctly chooses SSPI on Windows instead of CYRUS. + * The client pool failed to set proper apm callbacks for clients created + via try_pop(). + + +Thanks to everyone who contributed to the development of this release. + + * A. Jesse Jiryu Davis + * Roberto C. Sánchez + * Kevin Albertson + * Samantha Ritter + * Spencer McKenney + * Henrik Edin + * Jeremy Mikola + * Evgeni Dobranov + * Derick Rethans + * 平民·寻梦(Pingmin Fenlly Liu) + * David Carlier + * Gustaf Neumann + * Jeroen + * Jeroen Ooms + * Kaitlin Mahar + * Tomas Mozes + * Clyde Bazile + +Peace, + + Samantha Ritter + mongo-c-driver 1.13.1 ===================== diff --git a/src/libbson/NEWS b/src/libbson/NEWS index 23179b7558..98c17e423d 100644 --- a/src/libbson/NEWS +++ b/src/libbson/NEWS @@ -1,13 +1,34 @@ -Next -==== +libbson 1.14.0 +============== + +It is my pleasure to announce libbson 1.14.0. Features: * ObjectIDs are generated in compliance with the driver ObjectID spec. + * Add a bson_copy_to_excluding_noinit variant taking a va_list. + * Add example of validating BSON nesting depth with bson_visitor_t. Bug fixes: - * + * Relaxed JSON pads datetime milliseconds with spaces instead of zeroes. + + +Thanks to everyone who contributed to the development of this release. + + * Kevin Albertson + * Roberto C. Sánchez + * A. Jesse Jiryu Davis + * Henrik Edin + * Jeroen + * Gustaf Neumann + * Scott Gayou + * Spencer McKenney + * Samantha Ritter + +Peace, + + Samantha Ritter libbson 1.13.1 diff --git a/src/libmongoc/doc/libbson-objects.inv b/src/libmongoc/doc/libbson-objects.inv index 5d54a170df..ec60bd3e3e 100644 Binary files a/src/libmongoc/doc/libbson-objects.inv and b/src/libmongoc/doc/libbson-objects.inv differ