Skip to content

mongo-c-driver 1.29.2

Latest
Compare
Choose a tag to compare
@kevinAlbs kevinAlbs released this 07 Jan 13:32
· 31 commits to master since this release
1.29.2
48011c6

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

libbson

No changes since 1.29.1. Version incremented to match the libmongoc version.

libmongoc

Fixes:

  • Rename set_error function to avoid symbol conflicts.
  • Fix Windows ARM 64 build.
  • Fix comparison of uninitialized bytes.
  • Fix format specifier on macOS.

Notes:

  • Windows ARM 64 is not-yet officially tested or supported. Support is community driven.

Links:

Thanks to everyone who contributed to this release.

  • Adrian Dole
  • Christian Schmitz
  • Antony Polukhin
  • Kevin Albertson