File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,35 @@ New features and bug fixes:
14
14
* mongoc_find_and_modify_opts_get_update
15
15
16
16
17
+ mongo-c-driver 1.5.4
18
+ ====================
19
+
20
+ It is my pleasure to announce mongo-c-driver 1.5.4. This release fixes an error
21
+ in cursor iteration when a readConcern is set. Thanks to Jeremy Mikola and
22
+ Hannes Magnusson.
23
+
24
+ Peace,
25
+
26
+ A. Jesse Jiryu Davis
27
+
28
+
29
+ mongo-c-driver 1.5.3
30
+ ====================
31
+
32
+ This release fixes a bug that prevented connecting to IPv4-only MongoDB servers
33
+ by hostname.
34
+
35
+ https://jira.mongodb.org/browse/CDRIVER-1988
36
+
37
+ The driver has reverted to its 1.5.1 behavior: it connects to MongoDB over IPv6
38
+ if given an IPv6 connection string like "mongodb://[::1]", and requires an IPv4
39
+ connection when given a hostname like "mongodb://localhost".
40
+
41
+ Peace,
42
+
43
+ A. Jesse Jiryu Davis
44
+
45
+
17
46
mongo-c-driver 1.5.2
18
47
====================
19
48
You can’t perform that action at this time.
0 commit comments