File tree Expand file tree Collapse file tree 3 files changed +45
-0
lines changed Expand file tree Collapse file tree 3 files changed +45
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
26
libmongoc 1.20.1
2
27
================
3
28
Original file line number Diff line number Diff line change
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
+
1
21
libbson 1.20.1
2
22
==============
3
23
You can’t perform that action at this time.
0 commit comments