Skip to content

1.16.0 release

Latest

Choose a tag to compare

@kevinAlbs kevinAlbs released this 30 Sep 13:24
· 8 commits to master since this release
1.16.0
f2e5939

Changed

  • Set CMake minimum required version to 3.15...4.0 (with maximum policy version set to 4.0).
  • FetchContent_MakeAvailable() is used to populate dependencies instead of FetchContent_Populate().
    • This applies to MongoDB C Driver when MONGOCRYPT_MONGOC_DIR is not set to USE-SYSTEM.
    • This applies to IntelDFP when MONGOCRYPT_DFP_DIR is not set to USE-SYSTEM.
    • Note: FetchContent_Populate() is still used for CMake versions prior to 3.18 to avoid add_subdirectory() behavior.
  • Bump downloaded libbson version from 1.30.3 to 2.1.0.

New features

  • Support in-place retry on KMS requests.

Fixed

  • Do not propagate -fPIC in CMake targets.