Skip to content

Commit 0c8d8d7

Browse files
committed
update NEWS for 1.1.5 release
1 parent 6e2aa98 commit 0c8d8d7

File tree

1 file changed

+33
-4
lines changed

1 file changed

+33
-4
lines changed

NEWS

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,38 @@
1-
Next release
2-
============
1+
mongo-c-driver 1.1.5
2+
====================
33

4-
Changes include:
5-
* The fsync and j write concern flags imply acknowledged writes
4+
It is my pleasure to announce to you the 1.1.4 release of the MongoDB C driver.
5+
6+
This is a patch release with performance enhancements and bug fixes:
7+
8+
* The fsync and j write concern flags now imply acknowledged writes
69
* Prevent using fsync or j with conflicting w=0 write concern
10+
* Obey socket timeout consistently in TLS/SSL mode
11+
* Return an error promptly after a network hangup in TLS mode
12+
* Always return NULL from mongoc_database_get_collection_names on error
13+
* Fix version check for GCC 5 and future versions of Clang
14+
* Fix warnings and errors building on various platforms
15+
* Minor docs improvements and fix links from C Driver docs to Libbson docs
16+
17+
With this release, Libbson abandons the convention that odd-numbered patch
18+
versions indicate unstable releases. We switch to simple semantic versioning:
19+
1.1.5 is a stable release with bug fixes since 1.1.4. During subsequent
20+
development the version will be "1.1.6-dev".
21+
22+
Thanks to everyone who contributed to the development of this point release for
23+
libmongoc.
24+
25+
* A. Jesse Jiryu Davis
26+
* Christian Hergert
27+
* Jason Carey
28+
* Jeremy Mikola
29+
* Jeroen Ooms
30+
* Hannes Magnusson
31+
32+
Enjoy!
33+
34+
-- A. Jesse Jiryu Davis
35+
736

837
mongo-c-driver 1.1.4
938
====================

0 commit comments

Comments
 (0)