Skip to content

Commit

Permalink
1.14.0 Release
Browse files Browse the repository at this point in the history
Signed-off-by: samantharitter <[email protected]>
  • Loading branch information
samantharitter committed Feb 22, 2019
1 parent 17ebdcf commit 71d7eae
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 5 deletions.
38 changes: 36 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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:

Expand All @@ -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
=====================
Expand Down
27 changes: 24 additions & 3 deletions src/libbson/NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Binary file modified src/libmongoc/doc/libbson-objects.inv
Binary file not shown.

0 comments on commit 71d7eae

Please sign in to comment.