MongoDB C Driver v1.17.3 Release Notes

Release Date: 2020-12-01 // over 3 years ago
  • I'm pleased to announce version 1.17.3 of libbson and libmongoc,
    the libraries constituting the MongoDB C Driver.

    libbson

    πŸš€ No changes since 1.17.2; release to keep pace with libmongoc's version.

    libmongoc

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

    πŸ› Bug fixes:

    • Do not send session ID on GSSAPI auth commands.
    • πŸ›  Fix build against zlib when zlib is installed in non-standard location.
    • πŸ›  Fix build when source directory path contains a space.
    • Fix a platform-specific bug causing mongoc_client_pool_pop to block indefinitely if all clients are checked out.
    • πŸ›  Fix a possible buffer overflow with hostnames resolving to IPv6 addresses on OpenSSL.

    πŸ”— Links:

    πŸš€ Thanks to everyone who contributed to this release.

    • Roberto C. SΓ‘nchez
    • Kevin Albertson
    • Andrew Witten
    • gonzalo

Previous changes from v1.17.2

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

    libbson

    πŸš€ No changes since 1.17.1; release to keep pace with libmongoc's version.

    libmongoc

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

    πŸ› Bug fixes:

    • πŸš€ Stop the SRV polling thread when an SRV URI is used to connect to a deployment other than a sharded cluster.

    πŸ”— Links:

    πŸš€ Thanks to everyone who contributed to this release.

    • Roberto C. SΓ‘nchez
    • Kevin Albertson