File tree 3 files changed +60
-5
lines changed
3 files changed +60
-5
lines changed Original file line number Diff line number Diff line change 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
+
3
6
4
7
Features:
8
+
5
9
* Support for OpenSSL 1.1.1 and its implementation of TLS v1.3.
6
10
* 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.
7
13
8
14
Bug fixes:
9
15
@@ -21,6 +27,34 @@ Bug fixes:
21
27
* Fix the ENABLE_SASL cmake option:
22
28
* Remove unnecessary GSSAPI value. It was equivalent to specifying ENABLE_SASL=CYRUS.
23
29
* 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
+
24
58
25
59
mongo-c-driver 1.13.1
26
60
=====================
Original file line number Diff line number Diff line change 1
- Next
2
- ====
1
+ libbson 1.14.0
2
+ ==============
3
+
4
+ It is my pleasure to announce libbson 1.14.0.
3
5
4
6
Features:
5
7
6
8
* 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.
7
11
8
12
Bug fixes:
9
13
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
11
32
12
33
13
34
libbson 1.13.1
You can’t perform that action at this time.
0 commit comments