Skip to content

mongo-c-driver 1.24.2

Compare
Choose a tag to compare
@kevinAlbs kevinAlbs released this 12 Jul 14:15
· 469 commits to master since this release
1.24.2
473c060

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

libbson

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

libmongoc

Fixes:

  • Fix possible crash if thread creation fails.
  • Fix possible assertion if mongoc_cursor_new_from_command_reply_with_opts is called with open cursor and no serverId option.

Links:

Thanks to everyone who contributed to this release.

  • Kevin Albertson