File tree Expand file tree Collapse file tree 2 files changed +76
-3
lines changed Expand file tree Collapse file tree 2 files changed +76
-3
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,23 @@ Next Release
2
2
============
3
3
4
4
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
+
5
18
* Support for OpenSSL 1.1.1 and its implementation of TLS v1.3.
6
19
* 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.
7
22
8
23
Bug fixes:
9
24
@@ -21,6 +36,34 @@ Bug fixes:
21
36
* Fix the ENABLE_SASL cmake option:
22
37
* Remove unnecessary GSSAPI value. It was equivalent to specifying ENABLE_SASL=CYRUS.
23
38
* 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
+
24
67
25
68
mongo-c-driver 1.13.1
26
69
=====================
Original file line number Diff line number Diff line change 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.
3
14
4
15
Features:
5
16
6
17
* 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.
7
20
8
21
Bug fixes:
9
22
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
11
41
12
42
13
43
libbson 1.13.1
You can’t perform that action at this time.
0 commit comments