File tree 3 files changed +22
-2
lines changed
3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change
1
+ mongo-c-driver 1.5.3
2
+ ====================
3
+
4
+ This release fixes a bug that prevented connecting to IPv4-only MongoDB servers
5
+ by hostname.
6
+
7
+ https://jira.mongodb.org/browse/CDRIVER-1988
8
+
9
+ The driver has reverted to its 1.5.1 behavior: it connects to MongoDB over IPv6
10
+ if given an IPv6 connection string like "mongodb://[::1]", and requires an IPv4
11
+ connection when given a hostname like "mongodb://localhost".
12
+
13
+ Peace,
14
+
15
+ A. Jesse Jiryu Davis
16
+
17
+
1
18
mongo-c-driver 1.5.2
2
19
====================
3
20
21
+ UPDATE: 1.5.2 suffered a severe bug and has been removed from GitHub.
22
+
4
23
It is my pleasure to announce mongo-c-driver 1.5.2.
5
24
6
25
Thanks to everyone who contributed to the development of this release.
22
41
23
42
Hannes Magnusson
24
43
44
+
25
45
mongo-c-driver 1.5.1
26
46
====================
27
47
Original file line number Diff line number Diff line change 1
- 1.5.3-dev
1
+ 1.5.3
Original file line number Diff line number Diff line change 1
- 1.5.2
1
+ 1.5.3
You can’t perform that action at this time.
0 commit comments