Skip to content

Commit 6afb83e

Browse files
committed
1.13.0 Release
Signed-off-by: Kevin Albertson <[email protected]>
1 parent 0d9a4d9 commit 6afb83e

File tree

5 files changed

+57
-9
lines changed

5 files changed

+57
-9
lines changed

NEWS

+29-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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.
35

46
Features:
57

@@ -9,13 +11,14 @@ Features:
911
and all bson headers are under bson/. The preferred way of including the
1012
headers are mongoc/mongoc.h and bson/bson.h respectively.
1113
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.
1514
* The default CMake build type had been unspecified, now it is RelWithDebInfo.
15+
* Support LibreSSL 2.7+.
1616

1717
Bug fixes:
1818

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.
1922
* mongoc_gridfs_create_file_from_stream ignored errors while writing chunks
2023
to the server.
2124
* The following functions should not have taken a "bypassDocumentValidation"
@@ -27,6 +30,27 @@ Bug fixes:
2730
* The heartbeat-succeeded and heartbeat-failed events (part of SDAM
2831
Monitoring) had uninitialized "duration" fields, they are now set correctly.
2932

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+
3054
mongo-c-driver 1.12.0
3155
=====================
3256

VERSION_CURRENT

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.13.0-dev
1+
1.13.0

VERSION_RELEASED

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.12.0
1+
1.13.0

src/libbson/NEWS

+26-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,34 @@
1-
Next Release
2-
============
1+
libbson 1.13.0
2+
==============
3+
4+
It is my pleasure to announce libbson 1.13.0.
35

46
Features:
57

68
* New functions to save and restore progress of a bson_iter_t:
79
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+
832

933
libbson 1.12.0
1034
==============

src/libmongoc/doc/libbson-objects.inv

61 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)