Skip to content

Commit 5fe26f5

Browse files
update NEWS
1 parent 17ebdcf commit 5fe26f5

File tree

2 files changed

+76
-3
lines changed

2 files changed

+76
-3
lines changed

NEWS

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,23 @@ Next Release
22
============
33

44
Features:
5+
*
6+
7+
Bug fixes:
8+
*
9+
10+
mongo-c-driver 1.14.0
11+
=====================
12+
13+
It is my pleasure to announce the MongoDB C Driver 1.14.0.
14+
15+
16+
Features:
17+
518
* Support for OpenSSL 1.1.1 and its implementation of TLS v1.3.
619
* New function mongoc_stream_should_retry.
20+
* New accessor mongoc_server_description_last_update_time.
21+
* New method mongoc_client_reset to be called after forking.
722

823
Bug fixes:
924

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

2568
mongo-c-driver 1.13.1
2669
=====================

src/libbson/NEWS

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,43 @@
1-
Next
2-
====
1+
Next Release
2+
============
3+
4+
Features:
5+
*
6+
7+
Bug fixes:
8+
*
9+
10+
libbson 1.14.0
11+
==============
12+
13+
It is my pleasure to announce libbson 1.14.0.
314

415
Features:
516

617
* ObjectIDs are generated in compliance with the driver ObjectID spec.
18+
* Add a bson_copy_to_excluding_noinit variant taking a va_list.
19+
* Add example of validating BSON nesting depth with bson_visitor_t.
720

821
Bug fixes:
922

10-
*
23+
* Relaxed JSON pads datetime milliseconds with spaces instead of zeroes.
24+
25+
26+
Thanks to everyone who contributed to the development of this release.
27+
28+
* Kevin Albertson
29+
* Roberto C. Sánchez
30+
* A. Jesse Jiryu Davis
31+
* Henrik Edin
32+
* Jeroen
33+
* Gustaf Neumann
34+
* Scott Gayou
35+
* Spencer McKenney
36+
* Samantha Ritter
37+
38+
Peace,
39+
40+
Samantha Ritter
1141

1242

1343
libbson 1.13.1

0 commit comments

Comments
 (0)