Skip to content

Commit af93078

Browse files
committed
1.17.0-beta Release
Signed-off-by: Kevin Albertson <[email protected]>
1 parent f32514e commit af93078

File tree

3 files changed

+60
-0
lines changed

3 files changed

+60
-0
lines changed

NEWS

+38
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
mongo-c-driver 1.17.0 beta
2+
==========================
3+
4+
It is my pleasure to announce the MongoDB C Driver 1.17.0 beta release.
5+
6+
Features:
7+
8+
* Support the MONGODB-AWS authentication mechanism.
9+
* Support the Online Certificate Status Protocol (OCSP) for OpenSSL 1.1.0+, Secure Transport, and Secure Channel.
10+
* Support the "hint" option in operations using the update, replace, delete, and findAndModify commands.
11+
* Improve behavior for retryable writes.
12+
* Improve resuming behavior of change streams on server errors.
13+
* Remove an extra round trip for SCRAM authentication.
14+
* Remove restriction of 255 character collection namespaces.
15+
16+
Bug fixes:
17+
18+
* Fix possible use of invalidated streams during an unordered OP_QUERY bulk write, and when ending many pooled sessions at client destruction.
19+
* Fix a crash when setting the crl_file TLS option for Secure Channel.
20+
* Avoid emitting duplicate ServerChanged events when no change is observed during monitoring.
21+
* Properly handle large SASL messages instead of erroring.
22+
23+
Notes:
24+
25+
* Deprecated "lib" prefixed artifacts are no longer produced when building on Windows.
26+
27+
Thanks to everyone who contributed to the development of this release.
28+
29+
* Kevin Albertson
30+
* Roberto C. Sánchez
31+
* Andreas Braun
32+
* Clyde Bazile
33+
* Jeremy Mikola
34+
* Sara Golemon
35+
36+
-- Kevin Albertson
37+
38+
139
mongo-c-driver 1.16.1
240
=====================
341

src/libbson/NEWS

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
libbson 1.17.0 beta
2+
===================
3+
4+
It is my pleasure to announce libbson 1.17.0 beta.
5+
6+
Features:
7+
8+
* Add the cmake option ENABLE_PIC to build static libraries with position independent code.
9+
10+
Notes:
11+
12+
* Deprecated "lib" prefixed artifacts are no longer produced when building on Windows.
13+
14+
Thanks to everyone who contributed to the development of this release.
15+
16+
* Roberto C. Sánchez
17+
* Kevin Albertson
18+
* Jeroen Ooms
19+
20+
-- Kevin Albertson
21+
22+
123
libbson 1.16.1
224
==============
325

src/libmongoc/doc/libbson-objects.inv

135 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)