From ad9e6e4aed536197c63adf7fa99c4f46c9439cb4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 18 Jul 2022 07:53:46 +0200 Subject: update to 1.14.0 use bundled libmongocrypt 1.5.0 use bundled libbson and libmongc 1.22.0 --- REFLECTION | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 8f3ce5b..7ef63ec 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #114 mongodb version 1.14.0beta1 ] { +Extension [ extension #112 mongodb version 1.14.0 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,8 +14,8 @@ Extension [ extension #114 mongodb version 1.14.0beta1 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.14.0beta1 } - Constant [ string MONGODB_STABILITY ] { beta } + Constant [ string MONGODB_VERSION ] { 1.14.0 } + Constant [ string MONGODB_STABILITY ] { stable } } - Functions { @@ -1459,7 +1459,7 @@ Extension [ extension #114 mongodb version 1.14.0beta1 ] { Constant [ public string AEAD_AES_256_CBC_HMAC_SHA_512_RANDOM ] { AEAD_AES_256_CBC_HMAC_SHA_512-Random } Constant [ public string ALGORITHM_INDEXED ] { Indexed } Constant [ public string ALGORITHM_UNINDEXED ] { Unindexed } - Constant [ public int QUERY_TYPE_EQUALITY ] { 0 } + Constant [ public string QUERY_TYPE_EQUALITY ] { equality } } - Static properties [0] { -- cgit