Skip to content

Commit 32898b1

Browse files
committed
1.27.6 Release
Signed-off-by: Kevin Albertson <[email protected]>
1 parent 51bd5f5 commit 32898b1

File tree

4 files changed

+38
-2
lines changed

4 files changed

+38
-2
lines changed

NEWS

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
libmongoc 1.27.6
2+
================
3+
4+
Fixes:
5+
6+
* Fix TSan warning.
7+
* Fix C23 compile.
8+
9+
Improvements:
10+
11+
* Document expected behavior of command errors in a transaction.
12+
13+
Thanks to everyone who contributed to the development of this release.
14+
15+
* Adrian Dole
16+
* Ezra Chung
17+
* Joshua Siegel
18+
* Kevin Albertson
19+
20+
21+
122
libmongoc 1.27.5
223
================
324

VERSION_CURRENT

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

src/libbson/NEWS

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
1+
libbson 1.27.6
2+
==============
3+
4+
Fixes:
5+
6+
* Fix handling of malformed extended JSON for special BSON types.
7+
* Fix large string handling in `bson_string_new` and `bson_string_append`.
8+
9+
Thanks to everyone who contributed to the development of this release.
10+
11+
* Ezra Chung
12+
* Kevin Albertson
13+
14+
15+
116
libbson 1.27.5
217
==============
318

4-
* Fix large string handline in `bson_append_utf8`.
19+
* Fix large string handling in `bson_append_utf8`.
520

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

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)