File tree 5 files changed +57
-9
lines changed
5 files changed +57
-9
lines changed Original file line number Diff line number Diff line change 1
- Next Release
2
- ============
1
+ mongo-c-driver 1.13.0
2
+ =====================
3
+
4
+ It is my pleasure to announce the MongoDB C Driver 1.13.0.
3
5
4
6
Features:
5
7
@@ -9,13 +11,14 @@ Features:
9
11
and all bson headers are under bson/. The preferred way of including the
10
12
headers are mongoc/mongoc.h and bson/bson.h respectively.
11
13
Forwarding headers in the root are provided for backwards compatibility.
12
- * Additional functions bson_iter_overwrite_date_time, bson_iter_overwrite_oid,
13
- and bson_iter_overwrite_timestamp. All fixed-length BSON values can now be
14
- updated in place.
15
14
* The default CMake build type had been unspecified, now it is RelWithDebInfo.
15
+ * Support LibreSSL 2.7+.
16
16
17
17
Bug fixes:
18
18
19
+ * mongoc_collection_replace_one is now a correctly exported symbol.
20
+ * Fix multiple issues with readConcern and writeConcern inheritance.
21
+ * Fix rare crash with mongodb+srv URIs on Windows.
19
22
* mongoc_gridfs_create_file_from_stream ignored errors while writing chunks
20
23
to the server.
21
24
* The following functions should not have taken a "bypassDocumentValidation"
@@ -27,6 +30,27 @@ Bug fixes:
27
30
* The heartbeat-succeeded and heartbeat-failed events (part of SDAM
28
31
Monitoring) had uninitialized "duration" fields, they are now set correctly.
29
32
33
+ Thanks to everyone who contributed to the development of this release.
34
+
35
+ * A. Jesse Jiryu Davis
36
+ * Roberto C. Sánchez
37
+ * Kevin Albertson
38
+ * Henrik Edin
39
+ * Spencer McKenney
40
+ * Jeremy Mikola
41
+ * Evgeni Dobranov
42
+ * Tomas Mozes
43
+ * Derick Rethans
44
+ * Gustaf Neumann
45
+ * Jeroen
46
+ * Jeroen Ooms
47
+ * Kaitlin Mahar
48
+
49
+ Peace,
50
+
51
+ Kevin Albertson
52
+
53
+
30
54
mongo-c-driver 1.12.0
31
55
=====================
32
56
Original file line number Diff line number Diff line change 1
- 1.13.0-dev
1
+ 1.13.0
Original file line number Diff line number Diff line change 1
- 1.12 .0
1
+ 1.13 .0
Original file line number Diff line number Diff line change 1
- Next Release
2
- ============
1
+ libbson 1.13.0
2
+ ==============
3
+
4
+ It is my pleasure to announce libbson 1.13.0.
3
5
4
6
Features:
5
7
6
8
* New functions to save and restore progress of a bson_iter_t:
7
9
bson_iter_key_len, bson_iter_offset, and bson_iter_init_from_data_at_offset
10
+ * Additional functions bson_iter_overwrite_date_time, bson_iter_overwrite_oid,
11
+ and bson_iter_overwrite_timestamp. All fixed-length BSON values can now be
12
+ updated in place.
13
+
14
+ Bug fixes:
15
+
16
+ * Fix crash when iterating corrupt BSON.
17
+
18
+ Thanks to everyone who contributed to the development of this release.
19
+
20
+ * A. Jesse Jiryu Davis
21
+ * Roberto C. Sánchez
22
+ * Kevin Albertson
23
+ * Henrik Edin
24
+ * Gustaf Neumann
25
+ * Scott Gayou
26
+ * Spencer McKenney
27
+
28
+ Peace,
29
+
30
+ Kevin Albertson
31
+
8
32
9
33
libbson 1.12.0
10
34
==============
You can’t perform that action at this time.
0 commit comments