Skip to content

Commit 2c6cfa5

Browse files
committed
NEWS entries for 1.5.3 and 1.5.4
1 parent abd6526 commit 2c6cfa5

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

NEWS

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,35 @@ New features and bug fixes:
1414
* mongoc_find_and_modify_opts_get_update
1515

1616

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+
1746
mongo-c-driver 1.5.2
1847
====================
1948

0 commit comments

Comments
 (0)