Skip to content

Commit e2f1784

Browse files
committed
1.21.0 Release
Signed-off-by: Ezra Chung <[email protected]>
1 parent d4e0389 commit e2f1784

File tree

3 files changed

+45
-0
lines changed

3 files changed

+45
-0
lines changed

NEWS

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
libmongoc 1.21.0
2+
================
3+
4+
Bug Fixes:
5+
* Addressed VS 2013 build failures due to missing C99 features.
6+
7+
Features:
8+
* Support conditional $merge and $out aggregation on secondaries.
9+
* Bump minimum wire protocol version from 3 (MongoDB 3.0) to 6 (MongoDB 3.6).
10+
* Bump maximum wire protocol version from 14 (MongoDB 5.1) to 15 (MongODB 5.2).
11+
12+
Improvements:
13+
* Update algorithm used for generation of OID values to reduce collisions.
14+
15+
Thanks to everyone who contributed to the development of this release.
16+
17+
* Ezra Chung
18+
* Colby Pike
19+
* Kevin Albertson
20+
* Roberto C. Sánchez
21+
* David CARLIER
22+
* Jeremy Mikola
23+
24+
25+
126
libmongoc 1.20.1
227
================
328

src/libbson/NEWS

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
libbson 1.21.0
2+
==============
3+
4+
Bug Fixes:
5+
* Addressed VS 2013 build failures due to missing C99 features.
6+
7+
Improvements:
8+
* Addressed -Wstrict-prototype warnings in bson-atomic.h.
9+
* Addressed incompatible pointer warnings in bson-atomic.h on GCC 4.8.5.
10+
11+
Thanks to everyone who contributed to the development of this release.
12+
13+
* Ezra Chung
14+
* Kevin Albertson
15+
* Colby Pike
16+
* Pau Espin Pedrol
17+
* Ryan Schmidt
18+
19+
20+
121
libbson 1.20.1
222
==============
323

src/libmongoc/doc/libbson-objects.inv

196 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)