MongoDB C Driver 1.19.1 Released

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

libbson

It is my pleasure to announce libbson 1.19.1.

Bug fixes:

  • Fix string handling in BSON keys and regular expressions.

libmongoc

It is my pleasure to announce libmongoc 1.19.1.

Bug fixes:

  • Permit NULL platform argument in mongoc_handshake_data_append.
  • Fix wire version check in server selection when maxStalenessSeconds is specified in read preferences.
  • Fix assert on invalid URI options in client pools connected to load balanced clusters.

Links:

Thanks to everyone who contributed to this release.

  • Kevin Albertson
  • Ezra Chung