From cf820b8d6afc44baf0b22dc3be6299d11ba1c70e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Jun 2022 11:25:01 +0200 Subject: update to 1.14.0beta1 use bundled libmongocrypt 1.5.0-rc1 use bundled libbson and libmongc 1.22.0-beta0 --- REFLECTION | 59 ++++++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 42 insertions(+), 17 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 49c5e95..8f3ce5b 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #114 mongodb version 1.13.0 ] { +Extension [ extension #114 mongodb version 1.14.0beta1 ] { - Dependencies { Dependency [ date (Required) ] @@ -11,14 +11,11 @@ Extension [ extension #114 mongodb version 1.13.0 ] { Entry [ mongodb.debug ] Current = '' } - Entry [ mongodb.mock_service_id ] - Current = '0' - } } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.13.0 } - Constant [ string MONGODB_STABILITY ] { stable } + Constant [ string MONGODB_VERSION ] { 1.14.0beta1 } + Constant [ string MONGODB_STABILITY ] { beta } } - Functions { @@ -1457,9 +1454,12 @@ Extension [ extension #114 mongodb version 1.13.0 ] { Class [ final class MongoDB\Driver\ClientEncryption ] { - - Constants [2] { + - Constants [5] { Constant [ public string AEAD_AES_256_CBC_HMAC_SHA_512_DETERMINISTIC ] { AEAD_AES_256_CBC_HMAC_SHA_512-Deterministic } 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 } } - Static properties [0] { @@ -1472,6 +1472,13 @@ Extension [ extension #114 mongodb version 1.13.0 ] { } - Methods [5] { + Method [ final public method __construct ] { + + - Parameters [1] { + Parameter #0 [ ?array $options = ] + } + } + Method [ final public method createDataKey ] { - Parameters [2] { @@ -1495,12 +1502,6 @@ Extension [ extension #114 mongodb version 1.13.0 ] { } } - Method [ final private method __construct ] { - - - Parameters [0] { - } - } - Method [ final public method __wakeup ] { - Parameters [0] { @@ -1706,7 +1707,7 @@ Extension [ extension #114 mongodb version 1.13.0 ] { - Properties [0] { } - - Methods [17] { + - Methods [18] { Method [ final public method __construct ] { - Parameters [3] { @@ -1784,6 +1785,12 @@ Extension [ extension #114 mongodb version 1.13.0 ] { } } + Method [ final public method getEncryptedFieldsMap ] { + + - Parameters [0] { + } + } + Method [ final public method getReadConcern ] { - Parameters [0] { @@ -4330,7 +4337,7 @@ Extension [ extension #114 mongodb version 1.13.0 ] { - Properties [0] { } - - Methods [10] { + - Methods [11] { Method [ final private method __construct ] { - Parameters [0] { @@ -4385,6 +4392,12 @@ Extension [ extension #114 mongodb version 1.13.0 ] { } } + Method [ final public method getServerConnectionId ] { + + - Parameters [0] { + } + } + Method [ final public method __wakeup ] { - Parameters [0] { @@ -4407,7 +4420,7 @@ Extension [ extension #114 mongodb version 1.13.0 ] { - Properties [0] { } - - Methods [9] { + - Methods [10] { Method [ final private method __construct ] { - Parameters [0] { @@ -4456,6 +4469,12 @@ Extension [ extension #114 mongodb version 1.13.0 ] { } } + Method [ final public method getServerConnectionId ] { + + - Parameters [0] { + } + } + Method [ final public method __wakeup ] { - Parameters [0] { @@ -4478,7 +4497,7 @@ Extension [ extension #114 mongodb version 1.13.0 ] { - Properties [0] { } - - Methods [9] { + - Methods [10] { Method [ final private method __construct ] { - Parameters [0] { @@ -4527,6 +4546,12 @@ Extension [ extension #114 mongodb version 1.13.0 ] { } } + Method [ final public method getServerConnectionId ] { + + - Parameters [0] { + } + } + Method [ final public method __wakeup ] { - Parameters [0] { -- cgit