Skip to content

Commit 60126ee

Browse files
committed
1.5.3 Release
Signed-off-by: A. Jesse Jiryu Davis <[email protected]>
1 parent 1039587 commit 60126ee

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

NEWS

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
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+
118
mongo-c-driver 1.5.2
219
====================
320

21+
UPDATE: 1.5.2 suffered a severe bug and has been removed from GitHub.
22+
423
It is my pleasure to announce mongo-c-driver 1.5.2.
524

625
Thanks to everyone who contributed to the development of this release.
@@ -22,6 +41,7 @@ Peace,
2241

2342
Hannes Magnusson
2443

44+
2545
mongo-c-driver 1.5.1
2646
====================
2747

VERSION_CURRENT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.3-dev
1+
1.5.3

VERSION_RELEASED

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.2
1+
1.5.3

0 commit comments

Comments
 (0)