Skip to content

mongo-c-driver 1.27.6

Compare
Choose a tag to compare
@kevinAlbs kevinAlbs released this 03 Sep 13:54
· 204 commits to master since this release
1.27.6
32898b1

Announcing 1.27.6 of libbson and libmongoc, the libraries constituting the MongoDB C Driver.

libbson

Fixes:

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

libmongoc

Fixes:

  • Fix TSan warning.
  • Fix C23 compile.

Improvements:

  • Document expected behavior of command errors in a transaction.

Links:

Thanks to everyone who contributed to this release.

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