Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ Removals:
names `mongoc.h` or `bson.h` directly. Instead, the names must be prefixed
with the parent directory: `mongoc/mongoc.h` and `bson/bson.h`.

libmongoc 1.30.1
================

No changes since 1.30.0. Version incremented to match the libbson version.

libmongoc 1.30.0
================

Expand Down
11 changes: 11 additions & 0 deletions src/libbson/NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ Changes:
* `BSON_ERROR_BUFFER_SIZE` is reduced from `504` to `503` to reserve the final byte for internal use.
* The data layout of `bson_error_t` remains otherwise unchanged: the size is still 512 bytes and the offset of the `.code`, `.domain`, and `.message` data members remain unchanged.

libbson 1.30.1
==============

Fixes:
* Fix `BSON_NORETURN` macro for C23 standard

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

* Micah Scott


libbson 1.30.0
==============

Expand Down