Skip to content

Commit

Permalink
1.13.0 Release
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Albertson <[email protected]>
  • Loading branch information
kevinAlbs committed Sep 17, 2018
1 parent 0d9a4d9 commit 6afb83e
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 9 deletions.
34 changes: 29 additions & 5 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Next Release
============
mongo-c-driver 1.13.0
=====================

It is my pleasure to announce the MongoDB C Driver 1.13.0.

Features:

Expand All @@ -9,13 +11,14 @@ Features:
and all bson headers are under bson/. The preferred way of including the
headers are mongoc/mongoc.h and bson/bson.h respectively.
Forwarding headers in the root are provided for backwards compatibility.
* Additional functions bson_iter_overwrite_date_time, bson_iter_overwrite_oid,
and bson_iter_overwrite_timestamp. All fixed-length BSON values can now be
updated in place.
* The default CMake build type had been unspecified, now it is RelWithDebInfo.
* Support LibreSSL 2.7+.

Bug fixes:

* mongoc_collection_replace_one is now a correctly exported symbol.
* Fix multiple issues with readConcern and writeConcern inheritance.
* Fix rare crash with mongodb+srv URIs on Windows.
* mongoc_gridfs_create_file_from_stream ignored errors while writing chunks
to the server.
* The following functions should not have taken a "bypassDocumentValidation"
Expand All @@ -27,6 +30,27 @@ Bug fixes:
* The heartbeat-succeeded and heartbeat-failed events (part of SDAM
Monitoring) had uninitialized "duration" fields, they are now set correctly.

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

* A. Jesse Jiryu Davis
* Roberto C. Sánchez
* Kevin Albertson
* Henrik Edin
* Spencer McKenney
* Jeremy Mikola
* Evgeni Dobranov
* Tomas Mozes
* Derick Rethans
* Gustaf Neumann
* Jeroen
* Jeroen Ooms
* Kaitlin Mahar

Peace,

Kevin Albertson


mongo-c-driver 1.12.0
=====================

Expand Down
2 changes: 1 addition & 1 deletion VERSION_CURRENT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.0-dev
1.13.0
2 changes: 1 addition & 1 deletion VERSION_RELEASED
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.0
1.13.0
28 changes: 26 additions & 2 deletions src/libbson/NEWS
Original file line number Diff line number Diff line change
@@ -1,10 +1,34 @@
Next Release
============
libbson 1.13.0
==============

It is my pleasure to announce libbson 1.13.0.

Features:

* New functions to save and restore progress of a bson_iter_t:
bson_iter_key_len, bson_iter_offset, and bson_iter_init_from_data_at_offset
* Additional functions bson_iter_overwrite_date_time, bson_iter_overwrite_oid,
and bson_iter_overwrite_timestamp. All fixed-length BSON values can now be
updated in place.

Bug fixes:

* Fix crash when iterating corrupt BSON.

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

* A. Jesse Jiryu Davis
* Roberto C. Sánchez
* Kevin Albertson
* Henrik Edin
* Gustaf Neumann
* Scott Gayou
* Spencer McKenney

Peace,

Kevin Albertson


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

0 comments on commit 6afb83e

Please sign in to comment.