Download Latest Version mongo-c-driver 2.1.2 source code.tar.gz (7.5 MB)
Email in envelope

Get an email when there's a new version of mongo-c-driver

Home / 2.1.0
Name Modified Size InfoDownloads / Week
Parent folder
mongo-c-driver-2.1.0.tar.gz.asc 2025-08-01 833 Bytes
mongo-c-driver-2.1.0.tar.gz 2025-08-01 7.5 MB
mongo-c-driver 2.1.0 source code.tar.gz 2025-08-01 7.5 MB
mongo-c-driver 2.1.0 source code.zip 2025-08-01 9.6 MB
README.md 2025-08-01 1.9 kB
Totals: 5 Items   24.6 MB 0

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

libbson

Fixes

  • The uninstall script for Windows is fixed so it no longer "succeeds" with a non-zero %ERRORLABEL% value.
  • The uninstall script for non-Windows environments now calls find "$dir" -maxdepth 1 instead of ls --almost-all "$dir" when detecting non-empty directories to fix macOS compatibility.

Changed

  • The CMake project now sets a CMake policy max version of 4.0 (previously unset).

Removed

  • Support for Debian 9 and Debian 10.

libmongoc

Fixes

  • Windows Secure Channel is fixed to support newer signatures to verify client certificates.
  • Replace use of rand() with thread-safe alternatives.
  • The uninstall script for Windows is fixed so it no longer "succeeds" with a non-zero %ERRORLABEL% value.
  • The uninstall script for non-Windows environments now calls find "$dir" -maxdepth 1 instead of ls --almost-all "$dir" when detecting non-empty directories to fix macOS compatibility.

Improvements

  • Remove unhelpful long-lived buffers to reduce memory usage.
  • Improve error messages produced by Windows APIs.

Notes

Changes

  • The CMake project now sets a CMake policy max version of 4.0 (previously unset).

Removed

  • Support for Debian 9 and Debian 10.

Links:

Thanks to everyone who contributed to this release.

  • Kevin Albertson
  • Ezra Chung
  • Colby Pike
  • Adrian Dole
  • Azat Khuzhin
  • Jeroen Ooms
  • Roberto C. Sánchez
  • Micah Scott
Source: README.md, updated 2025-08-01