Skip to content

Commit da1f4b0

Browse files
committed
1.3.1 Release
Signed-off-by: A. Jesse Jiryu Davis <[email protected]>
1 parent f918fa4 commit da1f4b0

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

NEWS

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,30 @@
11
mongo-c-driver 1.3.1
22
====================
33

4+
It is my pleasure to announce MongoDB C Driver 1.3.1. This is a bugfix release:
5+
46
* mongoc_client_get_gridfs now copies the client's read preferences, read
57
concern, and write concern to the newly created mongoc_gridfs_t. Before
68
this fix, GridFS operations were always executed with the default config:
79
data was read from the primary, with the read concern level "local", and
810
written with write concern "acknowledged". Now, if you have configured any
911
of these options on the mongoc_client_t, they are respected by the
1012
mongoc_gridfs_t.
11-
1213
* CMakeLists.txt now includes and installs the pkg-config files.
1314

1415
Thanks to everyone who contributed to this release.
1516

17+
* A. Jesse Jiryu Davis
18+
* Hannes Magnusson
19+
* Christopher Wang
1620
* Jean-Bernard Jansen
21+
* Jeremy Mikola
22+
* Jeroen Ooms
23+
24+
Peace,
25+
26+
A. Jesse Jiryu Davis
27+
1728

1829
mongo-c-driver 1.3.0
1930
====================

VERSION_CURRENT

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

VERSION_RELEASED

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

0 commit comments

Comments
 (0)