Skip to content

mongo-c-driver 1.8.2

Compare
Choose a tag to compare
@ajdavis ajdavis released this 16 Nov 22:45
· 2704 commits to master since this release
1.8.2
f09af36

It is my pleasure to announce mongo-c-driver 1.8.2. This release fixes the
following bugs:

  • Remove option to bundle the Snappy compression library, it caused issues
    for programs linking to libmongoc
  • Fix pkg-config and CMake config file flags for programs that statically
    link to libmongoc when libmongoc is statically linked to zLib
  • The configure flag "--with-zlib=no" was ignored
  • Crash in authentication when username is NULL

Thanks to everyone who contributed to the development of this release.

  • A. Jesse Jiryu Davis
  • Derick Rethans
  • Hannes Magnusson
  • Jeremy Mikola

Peace,
-- A. Jesse Jiryu Davis