Skip to content

Commit 71d7eae

Browse files
1.14.0 Release
Signed-off-by: samantharitter <[email protected]>
1 parent 17ebdcf commit 71d7eae

File tree

3 files changed

+60
-5
lines changed

3 files changed

+60
-5
lines changed

NEWS

+36-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1-
Next Release
2-
============
1+
mongo-c-driver 1.14.0
2+
=====================
3+
4+
It is my pleasure to announce the MongoDB C Driver 1.14.0.
5+
36

47
Features:
8+
59
* Support for OpenSSL 1.1.1 and its implementation of TLS v1.3.
610
* New function mongoc_stream_should_retry.
11+
* New accessor mongoc_server_description_last_update_time.
12+
* New method mongoc_client_reset to be called after forking.
713

814
Bug fixes:
915

@@ -21,6 +27,34 @@ Bug fixes:
2127
* Fix the ENABLE_SASL cmake option:
2228
* Remove unnecessary GSSAPI value. It was equivalent to specifying ENABLE_SASL=CYRUS.
2329
* ENABLE_SASL=AUTO now correctly chooses SSPI on Windows instead of CYRUS.
30+
* The client pool failed to set proper apm callbacks for clients created
31+
via try_pop().
32+
33+
34+
Thanks to everyone who contributed to the development of this release.
35+
36+
* A. Jesse Jiryu Davis
37+
* Roberto C. Sánchez
38+
* Kevin Albertson
39+
* Samantha Ritter
40+
* Spencer McKenney
41+
* Henrik Edin
42+
* Jeremy Mikola
43+
* Evgeni Dobranov
44+
* Derick Rethans
45+
* 平民·寻梦(Pingmin Fenlly Liu)
46+
* David Carlier
47+
* Gustaf Neumann
48+
* Jeroen
49+
* Jeroen Ooms
50+
* Kaitlin Mahar
51+
* Tomas Mozes
52+
* Clyde Bazile
53+
54+
Peace,
55+
56+
Samantha Ritter
57+
2458

2559
mongo-c-driver 1.13.1
2660
=====================

src/libbson/NEWS

+24-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,34 @@
1-
Next
2-
====
1+
libbson 1.14.0
2+
==============
3+
4+
It is my pleasure to announce libbson 1.14.0.
35

46
Features:
57

68
* ObjectIDs are generated in compliance with the driver ObjectID spec.
9+
* Add a bson_copy_to_excluding_noinit variant taking a va_list.
10+
* Add example of validating BSON nesting depth with bson_visitor_t.
711

812
Bug fixes:
913

10-
*
14+
* Relaxed JSON pads datetime milliseconds with spaces instead of zeroes.
15+
16+
17+
Thanks to everyone who contributed to the development of this release.
18+
19+
* Kevin Albertson
20+
* Roberto C. Sánchez
21+
* A. Jesse Jiryu Davis
22+
* Henrik Edin
23+
* Jeroen
24+
* Gustaf Neumann
25+
* Scott Gayou
26+
* Spencer McKenney
27+
* Samantha Ritter
28+
29+
Peace,
30+
31+
Samantha Ritter
1132

1233

1334
libbson 1.13.1

src/libmongoc/doc/libbson-objects.inv

118 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)