File tree 3 files changed +58
-2
lines changed
3 files changed +58
-2
lines changed Original file line number Diff line number Diff line change 1
- Next
2
- ====
1
+ mongo-c-driver 1.16.0
2
+ =====================
3
+
4
+ It is my pleasure to announce the MongoDB C Driver 1.16.0.
5
+
6
+ Features:
7
+
8
+ * Support Client-side Field Level Encryption.
9
+ * Support ability to pass an index hint to update operations.
10
+ * Add cmake export targets.
3
11
4
12
Bug fixes:
5
13
* Fix a bug with Windows SSPI failing to authenticate with GSSAPI when using
6
14
pooled clients for certain operations.
15
+ * Fix behavior for bulk writes that retry to keep track of the successful server.
16
+ * Remove hard limit of 1024 characters for SRV response.
17
+ * Fix racy crash when using client pool against a sharded cluster if a server is invalidated shortly before a new socket is opened against it.
18
+ * Remove unnecessary library dependencies causing overlinking.
19
+ * Ensure server proof has been validated during SCRAM conversation.
20
+
21
+ Thanks to everyone who contributed to the development of this release.
22
+
23
+ * Kevin Albertson
24
+ * Jeremy Mikola
25
+ * Clyde Bazile
26
+ * Andreas Braun
27
+ * Roberto C. Sánchez
28
+ * Samantha Ritter
29
+ * Isabel Atkinson
30
+ * Kaitlin Mahar
31
+ * Diego Barrios Romero
32
+ * Sara Golemon
33
+ * Vasil Velichkov
34
+ * EGuesnet
35
+
36
+ Peace,
37
+
38
+ Kevin Albertson
7
39
8
40
mongo-c-driver 1.15.1
9
41
=====================
Original file line number Diff line number Diff line change
1
+ libbson 1.16.0
2
+ ==============
3
+
4
+ It is my pleasure to announce libbson 1.16.0.
5
+
6
+ Bug fixes:
7
+
8
+ * Fix crash if an empty BSON binary value is copied and then appended.
9
+ * Fix out-of-bounds read when parsing JSON.
10
+ * Fix out-of-bounds read when parsing base64.
11
+
12
+ Thanks to everyone who contributed to the development of this release.
13
+
14
+ * Kevin Albertson
15
+ * Roberto C. Sánchez
16
+ * Clyde Bazile
17
+ * Diego Barrios Romero
18
+ * Vasil Velichkov
19
+
20
+ Peace,
21
+
22
+ Kevin Albertson
23
+
24
+
1
25
libbson 1.15.1
2
26
==============
3
27
You can’t perform that action at this time.
0 commit comments