Skip to content

Commit 20f0b75

Browse files
committed
1.3.2 Release
Signed-off-by: A. Jesse Jiryu Davis <[email protected]>
1 parent d65b4d8 commit 20f0b75

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

NEWS

+15
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
11
mongo-c-driver 1.3.2
22
====================
33

4+
It is my pleasure to announce MongoDB C Driver 1.3.2. This is a bugfix release:
5+
6+
* A socket is properly discarded after a network error from a command.
47
* mongoc_database_get_collection now copies the database's read preferences,
58
read concern, and write concern, instead of copying the client's.
9+
* mongoc_cursor_t's private struct now allows a negative limit.
10+
11+
Thanks to everyone who contributed to this release.
12+
13+
* A. Jesse Jiryu Davis
14+
* Jeremy Mikola
15+
* Hannes Magnusson
16+
17+
Peace,
18+
19+
A. Jesse Jiryu Davis
20+
621

722
mongo-c-driver 1.3.1
823
====================

VERSION_CURRENT

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.2-dev
1+
1.3.2

VERSION_RELEASED

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.1
1+
1.3.2

0 commit comments

Comments
 (0)