File tree Expand file tree Collapse file tree 1 file changed +33
-4
lines changed Expand file tree Collapse file tree 1 file changed +33
-4
lines changed Original file line number Diff line number Diff line change 1
- Next release
2
- ============
1
+ mongo-c-driver 1.1.5
2
+ ====================
3
3
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
6
9
* 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
+
7
36
8
37
mongo-c-driver 1.1.4
9
38
====================
You can’t perform that action at this time.
0 commit comments