File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Expand file tree Collapse file tree 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+
118mongo-c-driver 1.5.2
219====================
320
21+ UPDATE: 1.5.2 suffered a severe bug and has been removed from GitHub.
22+
423It is my pleasure to announce mongo-c-driver 1.5.2.
524
625Thanks to everyone who contributed to the development of this release.
2241
2342 Hannes Magnusson
2443
44+
2545mongo-c-driver 1.5.1
2646====================
2747
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