Skip to content

Commit c7982e2

Browse files
committed
update NEWS for 1.4
1 parent 35af0c2 commit c7982e2

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

NEWS

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
mongo-c-driver 1.4.0-beta1
2-
==========================
1+
mongo-c-driver 1.4.0
2+
====================
33

4-
It is my pleasure to announce the beta release of mongo-c-driver 1.4.0.
4+
It is my pleasure to announce mongo-c-driver 1.4.0.
55

66
TLS
77
---
@@ -30,6 +30,8 @@ A new field, "allow_invalid_hostname", has been added to mongoc_ssl_opt_t and is
3030
preferred over the existing "allow_invalid_certificate" to disable hostname
3131
verification.
3232

33+
See the documentation for mongoc_ssl_opt_t for details.
34+
3335
The driver now supports the latest OpenSSL 1.1 in addition to past versions.
3436

3537
Application Performance Monitoring
@@ -132,7 +134,7 @@ Other Features
132134
--------------
133135

134136
* New connection string option "localThresholdMS".
135-
* zSeries and POWER8 platform support.
137+
* zSeries, POWER8, and ARM 64-bit platform support.
136138
* Performance enhancements, reduce allocation and copying in command code.
137139
* All man page names now begin with "mongoc_" to avoid install conflicts.
138140
* New function mongoc_gridfs_file_set_id.
@@ -192,12 +194,12 @@ Thanks to everyone who contributed to the development of this release.
192194
* Fiona Rowan
193195
* Jeremy Mikola
194196
* Christoph Schwarz
195-
* Mike Lloyd
196197
* Remi Collet
197-
* Jean-Bernard Jansen
198-
* David Hatch
199198
* Derick Rethans
199+
* Mike Lloyd
200+
* David Hatch
200201
* Brian Samek
202+
* Jean-Bernard Jansen
201203

202204
Peace,
203205

0 commit comments

Comments
 (0)