From d2100a885fbc8bfe9f96ccccdfc14f41b772410f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 May 2024 18:04:49 +0200 Subject: update to 1.19.0 raise dependency on libbson and libmongc 1.27.0 raise dependency on libmongocrypt 1.10.0 --- REFLECTION | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index b8dcc8c..0bb7c57 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #98 mongodb version 1.18.1 ] { +Extension [ extension #99 mongodb version 1.19.0 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ extension #98 mongodb version 1.18.1 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.18.1 } + Constant [ string MONGODB_VERSION ] { 1.19.0 } Constant [ string MONGODB_STABILITY ] { stable } } @@ -5026,7 +5026,7 @@ Extension [ extension #98 mongodb version 1.18.1 ] { - Properties [0] { } - - Methods [10] { + - Methods [11] { Method [ final private method __construct ] { - Parameters [0] { @@ -5040,6 +5040,13 @@ Extension [ extension #98 mongodb version 1.18.1 ] { - Return [ string ] } + Method [ final public method getDatabaseName ] { + + - Parameters [0] { + } + - Return [ string ] + } + Method [ final public method getDurationMicros ] { - Parameters [0] { @@ -5191,7 +5198,7 @@ Extension [ extension #98 mongodb version 1.18.1 ] { - Properties [0] { } - - Methods [9] { + - Methods [10] { Method [ final private method __construct ] { - Parameters [0] { @@ -5205,6 +5212,13 @@ Extension [ extension #98 mongodb version 1.18.1 ] { - Return [ string ] } + Method [ final public method getDatabaseName ] { + + - Parameters [0] { + } + - Return [ string ] + } + Method [ final public method getDurationMicros ] { - Parameters [0] { -- cgit