Skip to content

mongo-c-driver 1.27.2

Compare
Choose a tag to compare
@kevinAlbs kevinAlbs released this 04 Jun 16:57
· 183 commits to master since this release
1.27.2
a08d59d

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

libbson

Fixes:

  • Fix parsing of colon in timezone.
  • Error on failure to init subdocument in bson_iter_visit_all.

libmongoc

Fixes:

  • Close leftover connections to removed servers.

New features:

  • Check environment variable MONGOC_EXPERIMENTAL_SRV_PREFER_TCP to prefer TCP for SRV lookup.

Links:

Thanks to everyone who contributed to this release.

  • Kevin Albertson
  • Roman-Koshelev