Skip to content

Commit

Permalink
1.21.0 Release
Browse files Browse the repository at this point in the history
Signed-off-by: Ezra Chung <ezra.chung@mongodb.com>
  • Loading branch information
eramongodb committed Feb 1, 2022
1 parent d4e0389 commit e2f1784
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
25 changes: 25 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
libmongoc 1.21.0
================

Bug Fixes:
* Addressed VS 2013 build failures due to missing C99 features.

Features:
* Support conditional $merge and $out aggregation on secondaries.
* Bump minimum wire protocol version from 3 (MongoDB 3.0) to 6 (MongoDB 3.6).
* Bump maximum wire protocol version from 14 (MongoDB 5.1) to 15 (MongODB 5.2).

Improvements:
* Update algorithm used for generation of OID values to reduce collisions.

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

* Ezra Chung
* Colby Pike
* Kevin Albertson
* Roberto C. Sánchez
* David CARLIER
* Jeremy Mikola



libmongoc 1.20.1
================

Expand Down
20 changes: 20 additions & 0 deletions src/libbson/NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
libbson 1.21.0
==============

Bug Fixes:
* Addressed VS 2013 build failures due to missing C99 features.

Improvements:
* Addressed -Wstrict-prototype warnings in bson-atomic.h.
* Addressed incompatible pointer warnings in bson-atomic.h on GCC 4.8.5.

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

* Ezra Chung
* Kevin Albertson
* Colby Pike
* Pau Espin Pedrol
* Ryan Schmidt



libbson 1.20.1
==============

Expand Down
Binary file modified src/libmongoc/doc/libbson-objects.inv
Binary file not shown.

0 comments on commit e2f1784

Please sign in to comment.