Skip to content

Commit 56048a5

Browse files
authored
CDRIVER-5701 remove references to removed symbols (#1926)
* fix `make-docs` task. * fix Earthly tasks building C++ driver (switch `r3.9.0` to `r4.0.0`).
1 parent 2240b98 commit 56048a5

File tree

3 files changed

+19
-23
lines changed

3 files changed

+19
-23
lines changed

.evergreen/config_generator/components/earthly.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"Valid options for the SASL configuration parameter"
3939
TLSOption = Literal["LibreSSL", "OpenSSL", "off"]
4040
"Options for the TLS backend configuration parameter (AKA 'ENABLE_SSL')"
41-
CxxVersion = Literal["r3.9.0", "none"]
41+
CxxVersion = Literal["r4.0.0", "none"]
4242
"C++ driver refs that are under CI test"
4343

4444
# A separator character, since we cannot use whitespace

.evergreen/generated_configs/tasks.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1097,7 +1097,7 @@ tasks:
10971097
- name: check-headers
10981098
commands:
10991099
- func: check-headers
1100-
- name: "check:sasl=Cyrus\_\u2022\_tls=LibreSSL\_\u2022\_test_mongocxx_ref=r3.9.0"
1100+
- name: "check:sasl=Cyrus\_\u2022\_tls=LibreSSL\_\u2022\_test_mongocxx_ref=r4.0.0"
11011101
run_on:
11021102
- ubuntu2204-large
11031103
- debian10-large
@@ -1121,7 +1121,7 @@ tasks:
11211121
- +env-warmup
11221122
- --sasl=Cyrus
11231123
- --tls=LibreSSL
1124-
- --test_mongocxx_ref=r3.9.0
1124+
- --test_mongocxx_ref=r4.0.0
11251125
- --env=${MONGOC_EARTHLY_ENV}
11261126
- --c_compiler=${MONGOC_EARTHLY_C_COMPILER}
11271127
- command: subprocess.exec
@@ -1134,7 +1134,7 @@ tasks:
11341134
- --targets=test-example test-cxx-driver
11351135
- --sasl=Cyrus
11361136
- --tls=LibreSSL
1137-
- --test_mongocxx_ref=r3.9.0
1137+
- --test_mongocxx_ref=r4.0.0
11381138
- --env=${MONGOC_EARTHLY_ENV}
11391139
- --c_compiler=${MONGOC_EARTHLY_C_COMPILER}
11401140
- name: "check:sasl=Cyrus\_\u2022\_tls=OpenSSL\_\u2022\_test_mongocxx_ref=none"
@@ -1177,7 +1177,7 @@ tasks:
11771177
- --test_mongocxx_ref=none
11781178
- --env=${MONGOC_EARTHLY_ENV}
11791179
- --c_compiler=${MONGOC_EARTHLY_C_COMPILER}
1180-
- name: "check:sasl=Cyrus\_\u2022\_tls=OpenSSL\_\u2022\_test_mongocxx_ref=r3.9.0"
1180+
- name: "check:sasl=Cyrus\_\u2022\_tls=OpenSSL\_\u2022\_test_mongocxx_ref=r4.0.0"
11811181
run_on:
11821182
- ubuntu2204-large
11831183
- debian10-large
@@ -1201,7 +1201,7 @@ tasks:
12011201
- +env-warmup
12021202
- --sasl=Cyrus
12031203
- --tls=OpenSSL
1204-
- --test_mongocxx_ref=r3.9.0
1204+
- --test_mongocxx_ref=r4.0.0
12051205
- --env=${MONGOC_EARTHLY_ENV}
12061206
- --c_compiler=${MONGOC_EARTHLY_C_COMPILER}
12071207
- command: subprocess.exec
@@ -1214,7 +1214,7 @@ tasks:
12141214
- --targets=test-example test-cxx-driver
12151215
- --sasl=Cyrus
12161216
- --tls=OpenSSL
1217-
- --test_mongocxx_ref=r3.9.0
1217+
- --test_mongocxx_ref=r4.0.0
12181218
- --env=${MONGOC_EARTHLY_ENV}
12191219
- --c_compiler=${MONGOC_EARTHLY_C_COMPILER}
12201220
- name: "check:sasl=Cyrus\_\u2022\_tls=off\_\u2022\_test_mongocxx_ref=none"
@@ -1257,7 +1257,7 @@ tasks:
12571257
- --test_mongocxx_ref=none
12581258
- --env=${MONGOC_EARTHLY_ENV}
12591259
- --c_compiler=${MONGOC_EARTHLY_C_COMPILER}
1260-
- name: "check:sasl=Cyrus\_\u2022\_tls=off\_\u2022\_test_mongocxx_ref=r3.9.0"
1260+
- name: "check:sasl=Cyrus\_\u2022\_tls=off\_\u2022\_test_mongocxx_ref=r4.0.0"
12611261
run_on:
12621262
- ubuntu2204-large
12631263
- debian10-large
@@ -1281,7 +1281,7 @@ tasks:
12811281
- +env-warmup
12821282
- --sasl=Cyrus
12831283
- --tls=off
1284-
- --test_mongocxx_ref=r3.9.0
1284+
- --test_mongocxx_ref=r4.0.0
12851285
- --env=${MONGOC_EARTHLY_ENV}
12861286
- --c_compiler=${MONGOC_EARTHLY_C_COMPILER}
12871287
- command: subprocess.exec
@@ -1294,10 +1294,10 @@ tasks:
12941294
- --targets=test-example test-cxx-driver
12951295
- --sasl=Cyrus
12961296
- --tls=off
1297-
- --test_mongocxx_ref=r3.9.0
1297+
- --test_mongocxx_ref=r4.0.0
12981298
- --env=${MONGOC_EARTHLY_ENV}
12991299
- --c_compiler=${MONGOC_EARTHLY_C_COMPILER}
1300-
- name: "check:sasl=off\_\u2022\_tls=LibreSSL\_\u2022\_test_mongocxx_ref=r3.9.0"
1300+
- name: "check:sasl=off\_\u2022\_tls=LibreSSL\_\u2022\_test_mongocxx_ref=r4.0.0"
13011301
run_on:
13021302
- ubuntu2204-large
13031303
- debian10-large
@@ -1321,7 +1321,7 @@ tasks:
13211321
- +env-warmup
13221322
- --sasl=off
13231323
- --tls=LibreSSL
1324-
- --test_mongocxx_ref=r3.9.0
1324+
- --test_mongocxx_ref=r4.0.0
13251325
- --env=${MONGOC_EARTHLY_ENV}
13261326
- --c_compiler=${MONGOC_EARTHLY_C_COMPILER}
13271327
- command: subprocess.exec
@@ -1334,7 +1334,7 @@ tasks:
13341334
- --targets=test-example test-cxx-driver
13351335
- --sasl=off
13361336
- --tls=LibreSSL
1337-
- --test_mongocxx_ref=r3.9.0
1337+
- --test_mongocxx_ref=r4.0.0
13381338
- --env=${MONGOC_EARTHLY_ENV}
13391339
- --c_compiler=${MONGOC_EARTHLY_C_COMPILER}
13401340
- name: "check:sasl=off\_\u2022\_tls=OpenSSL\_\u2022\_test_mongocxx_ref=none"
@@ -1377,7 +1377,7 @@ tasks:
13771377
- --test_mongocxx_ref=none
13781378
- --env=${MONGOC_EARTHLY_ENV}
13791379
- --c_compiler=${MONGOC_EARTHLY_C_COMPILER}
1380-
- name: "check:sasl=off\_\u2022\_tls=OpenSSL\_\u2022\_test_mongocxx_ref=r3.9.0"
1380+
- name: "check:sasl=off\_\u2022\_tls=OpenSSL\_\u2022\_test_mongocxx_ref=r4.0.0"
13811381
run_on:
13821382
- ubuntu2204-large
13831383
- debian10-large
@@ -1401,7 +1401,7 @@ tasks:
14011401
- +env-warmup
14021402
- --sasl=off
14031403
- --tls=OpenSSL
1404-
- --test_mongocxx_ref=r3.9.0
1404+
- --test_mongocxx_ref=r4.0.0
14051405
- --env=${MONGOC_EARTHLY_ENV}
14061406
- --c_compiler=${MONGOC_EARTHLY_C_COMPILER}
14071407
- command: subprocess.exec
@@ -1414,7 +1414,7 @@ tasks:
14141414
- --targets=test-example test-cxx-driver
14151415
- --sasl=off
14161416
- --tls=OpenSSL
1417-
- --test_mongocxx_ref=r3.9.0
1417+
- --test_mongocxx_ref=r4.0.0
14181418
- --env=${MONGOC_EARTHLY_ENV}
14191419
- --c_compiler=${MONGOC_EARTHLY_C_COMPILER}
14201420
- name: "check:sasl=off\_\u2022\_tls=off\_\u2022\_test_mongocxx_ref=none"
@@ -1457,7 +1457,7 @@ tasks:
14571457
- --test_mongocxx_ref=none
14581458
- --env=${MONGOC_EARTHLY_ENV}
14591459
- --c_compiler=${MONGOC_EARTHLY_C_COMPILER}
1460-
- name: "check:sasl=off\_\u2022\_tls=off\_\u2022\_test_mongocxx_ref=r3.9.0"
1460+
- name: "check:sasl=off\_\u2022\_tls=off\_\u2022\_test_mongocxx_ref=r4.0.0"
14611461
run_on:
14621462
- ubuntu2204-large
14631463
- debian10-large
@@ -1481,7 +1481,7 @@ tasks:
14811481
- +env-warmup
14821482
- --sasl=off
14831483
- --tls=off
1484-
- --test_mongocxx_ref=r3.9.0
1484+
- --test_mongocxx_ref=r4.0.0
14851485
- --env=${MONGOC_EARTHLY_ENV}
14861486
- --c_compiler=${MONGOC_EARTHLY_C_COMPILER}
14871487
- command: subprocess.exec
@@ -1494,7 +1494,7 @@ tasks:
14941494
- --targets=test-example test-cxx-driver
14951495
- --sasl=off
14961496
- --tls=off
1497-
- --test_mongocxx_ref=r3.9.0
1497+
- --test_mongocxx_ref=r4.0.0
14981498
- --env=${MONGOC_EARTHLY_ENV}
14991499
- --c_compiler=${MONGOC_EARTHLY_C_COMPILER}
15001500
- name: clang-format

src/libbson/doc/includes/seealso/bson-as-json.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55

66
| :symbol:`bson_as_legacy_extended_json()`
77

8-
| :symbol:`bson_as_json()` (Deprecated)
9-
108
| :symbol:`bson_as_json_with_opts()`
119

1210
| :symbol:`bson_array_as_canonical_extended_json()`
@@ -15,5 +13,3 @@
1513

1614
| :symbol:`bson_array_as_legacy_extended_json()`
1715

18-
| :symbol:`bson_array_as_json()` (Deprecated)
19-

0 commit comments

Comments
 (0)