@@ -34,7 +34,8 @@ New features and bug fixes:
34
34
mongoc_collection_command.
35
35
* mongoc_collection_count_with_opts now applies the collection's read
36
36
preference if no read preference is provided
37
- * mongoc_collection_create_index and mongoc_collection_drop_index now applies the collection's write concern.
37
+ * mongoc_collection_create_index and mongoc_collection_drop_index now apply
38
+ the collection's write concern.
38
39
* mongoc_collection_create_index_with_opts now applies the collection's
39
40
write concern if none is specified in "opts"
40
41
* connectTimeoutMS timer now begins after DNS resolution, and resets
@@ -67,16 +68,55 @@ New features and bug fixes:
67
68
all errors.
68
69
69
70
Removed configure flags:
70
- * --enable-experimental has been removed and all of its features
71
- are always available now
72
- * --enable-hardening has been removed. The flag never actually enabled
73
- any hardening features and has therefore been removed
71
+ * --enable-experimental has been removed. All previously experimental
72
+ features are now always on.
73
+ * The configure option " --enable-hardening" had had no effect. It is removed
74
+ in favor of system-wide compiler configuration.
74
75
75
76
Thanks to everyone who contributed to the development of this release.
76
77
77
- * Everyone
78
+ * A. Jesse Jiryu Davis
79
+ * Hannes Magnusson
80
+ * Fiona Rowan
81
+ * Ian Boros
82
+ * Remi Collet
83
+ * Brian McCarthy
84
+ * Jeroen Ooms
85
+ * J. Rassi
86
+ * Christoph Schwarz
87
+ * Alexey Vorobeyev
88
+
89
+ Peace,
90
+
91
+ A. Jesse Jiryu Davis
92
+
93
+
94
+ mongo-c-driver 1.4.2
95
+ ====================
96
+
97
+ It is my pleasure to announce mongo-c-driver 1.4.2. This release fixes bugs in
98
+ "minPoolSize" logic, see CDRIVER-1558 for details.
78
99
79
- Farewell,
100
+ Peace,
101
+
102
+ A. Jesse Jiryu Davis
103
+
104
+
105
+ mongo-c-driver 1.4.1
106
+ ====================
107
+
108
+ It is my pleasure to announce mongo-c-driver 1.4.1. This is a bugfix release:
109
+
110
+ * mongoc_client_get_server_descriptions could return a list including NULLs
111
+ * Tailable cursors on MongoDB 3.2 only worked with MONGOC_QUERY_AWAIT_DATA
112
+ * Spurious warnings with MONGOC_DISABLE_SHM
113
+
114
+ Thanks to everyone who contributed to the development of this release.
115
+
116
+ * A. Jesse Jiryu Davis
117
+ * Hannes Magnusson
118
+
119
+ Peace,
80
120
81
121
A. Jesse Jiryu Davis
82
122
0 commit comments