Skip to content

Commit

Permalink
1.27.6 Release
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Albertson <kevin.albertson@mongodb.com>
  • Loading branch information
kevinAlbs committed Sep 3, 2024
1 parent 51bd5f5 commit 32898b1
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 2 deletions.
21 changes: 21 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
libmongoc 1.27.6
================

Fixes:

* Fix TSan warning.
* Fix C23 compile.

Improvements:

* Document expected behavior of command errors in a transaction.

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

* Adrian Dole
* Ezra Chung
* Joshua Siegel
* Kevin Albertson



libmongoc 1.27.5
================

Expand Down
2 changes: 1 addition & 1 deletion VERSION_CURRENT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.27.6-dev
1.27.6
17 changes: 16 additions & 1 deletion src/libbson/NEWS
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
libbson 1.27.6
==============

Fixes:

* Fix handling of malformed extended JSON for special BSON types.
* Fix large string handling in `bson_string_new` and `bson_string_append`.

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

* Ezra Chung
* Kevin Albertson



libbson 1.27.5
==============

* Fix large string handline in `bson_append_utf8`.
* Fix large string handling in `bson_append_utf8`.

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

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

0 comments on commit 32898b1

Please sign in to comment.