Skip to content

mongo-c-driver 1.15.1

Compare
Choose a tag to compare
@bazile-clyde bazile-clyde released this 30 Aug 19:05
· 1448 commits to master since this release

I'm pleased to announce version 1.15.1 of libbson and libmongoc,
the libraries constituting the MongoDB C Driver.

libbson

No change since 1.15.0; released to keep pace with libmongoc's version.

libmongoc

It is my pleasure to announce the MongoDB C Driver 1.15.1.

Bug fixes:

  • Fix change stream resume logic when no documents received
  • Reduce the required cmake version to build with zstd support
  • Minor fixes to mongos pinning logic
  • Do not resume a change stream on NonResumableChangeStreamError

Links:

Thanks to everyone who contributed to this release.

  • Kevin Albertson
  • Clyde Bazile