Skip to content

1.15.0 release

Choose a tag to compare

@kevinAlbs kevinAlbs released this 01 Aug 13:31
· 47 commits to master since this release
158539b

New features

  • Support experimental Queryable Encryption text indexes with cleanupStructuredEncryptionData and compactStructuredEncryptionData.
  • Support experimental explicit encryption for algorithm type: textPreview and query types: prefixPreview, suffixPreview and substringPreview
    • Add mongocrypt_setopt_algorithm_text to apply options for explicit encryption.

Fixed

  • Bypass command buildinfo (previously only buildInfo was bypassed).
  • Bypass command serverStatus.

Removed

  • Support for building with Visual Studio 2015. Use Visual Studio 2017 or newer.