Skip to content

Commit c5d211e

Browse files
committed
1.5.0-rc3 Release
Signed-off-by: A. Jesse Jiryu Davis <[email protected]>
1 parent 65c33f1 commit c5d211e

File tree

2 files changed

+48
-8
lines changed

2 files changed

+48
-8
lines changed

NEWS

Lines changed: 47 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ New features and bug fixes:
3434
mongoc_collection_command.
3535
* mongoc_collection_count_with_opts now applies the collection's read
3636
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.
3839
* mongoc_collection_create_index_with_opts now applies the collection's
3940
write concern if none is specified in "opts"
4041
* connectTimeoutMS timer now begins after DNS resolution, and resets
@@ -67,16 +68,55 @@ New features and bug fixes:
6768
all errors.
6869

6970
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.
7475

7576
Thanks to everyone who contributed to the development of this release.
7677

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.
7899

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,
80120

81121
A. Jesse Jiryu Davis
82122

VERSION_CURRENT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.0-dev
1+
1.5.0-rc3

0 commit comments

Comments
 (0)