File tree Expand file tree Collapse file tree 2 files changed +57
-0
lines changed Expand file tree Collapse file tree 2 files changed +57
-0
lines changed Original file line number Diff line number Diff line change
1
+ mongo-c-driver 1.17.3
2
+ =====================
3
+
4
+ It is my pleasure to announce the MongoDB C Driver 1.17.3.
5
+
6
+ Bug fixes:
7
+
8
+ * Do not send session ID on GSSAPI auth commands.
9
+ * Fix build against zlib when zlib is installed in non-standard location.
10
+ * Fix build when source directory path contains a space.
11
+ * Fix a platform-specific bug causing mongoc_client_pool_pop to block indefinitely if all clients are checked out.
12
+ * Fix a possible buffer overflow with hostnames resolving to IPv6 addresses on OpenSSL.
13
+
14
+
15
+ Thanks to everyone who contributed to the development of this release.
16
+
17
+ * Roberto C. Sánchez
18
+ * Kevin Albertson
19
+ * Andrew Witten
20
+ * gonzalo
21
+
22
+ -- Kevin Albertson
23
+
24
+
25
+ mongo-c-driver 1.17.2
26
+ =====================
27
+
28
+ It is my pleasure to announce the MongoDB C Driver 1.17.2.
29
+
30
+ Bug fixes:
31
+
32
+ * Stop the SRV polling thread when an SRV URI is used to connect to a deployment other than a sharded cluster.
33
+
34
+ Thanks to everyone who contributed to the development of this release.
35
+
36
+ * Roberto C. Sánchez
37
+ * Kevin Albertson
38
+
39
+ -- Kevin Albertson
40
+
41
+
1
42
mongo-c-driver 1.17.1
2
43
=====================
3
44
Original file line number Diff line number Diff line change
1
+ libbson 1.17.3
2
+ ==============
3
+
4
+ No changes since 1.17.2; release to keep pace with libmongoc's version.
5
+
6
+ -- Kevin Albertson
7
+
8
+
9
+ libbson 1.17.2
10
+ ==============
11
+
12
+ No changes since 1.17.1; release to keep pace with libmongoc's version.
13
+
14
+ -- Kevin Albertson
15
+
16
+
1
17
libbson 1.17.1
2
18
==============
3
19
You can’t perform that action at this time.
0 commit comments