summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVesselina Ratcheva <vesselina.ratcheva@10gen.com>2022-08-29 17:01:34 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-08-29 17:38:47 +0000
commitd63fda339dfd920bc6ffc8cf5efad108df7b2085 (patch)
treef6e9244a9cc614b7b9ac6b4e561d6698c6c506b3
parentfdefb32e8d48c01c8d0c882938288963c2062008 (diff)
downloadmongo-d63fda339dfd920bc6ffc8cf5efad108df7b2085.tar.gz
SERVER-69146 Mark 'loadBalanced' and 'serviceId' fields with 'stability:stable'
-rw-r--r--src/mongo/db/repl/hello.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/repl/hello.idl b/src/mongo/db/repl/hello.idl
index a566ed5b878..b79485457e5 100644
--- a/src/mongo/db/repl/hello.idl
+++ b/src/mongo/db/repl/hello.idl
@@ -148,7 +148,7 @@ structs:
serviceId:
type: objectid
optional: true
- stability: internal
+ stability: stable
##
## ReplicationInfo
##
@@ -318,4 +318,4 @@ commands:
loadBalanced:
type: bool
optional: true
- stability: unstable
+ stability: stable