Skip to content

Commit aad9e4c

Browse files
authored
DOCSP-47923: kubernetes oidc (#117)
* DOCSP-47923: kubernetes oidc * formatting issue
1 parent 4036891 commit aad9e4c

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

source/whats-new.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,18 @@ and features:
4040
more about this feature, see the :ref:`scala-client-bulk-write`
4141
section of the Bulk Write Operations guide.
4242

43+
.. sharedinclude:: dbx/jvm/v5.4-wn-items.rst
44+
45+
.. replacement:: sort-option-link
46+
47+
the :ref:`scala-client-bulk-write-update` and
48+
:ref:`scala-client-bulk-write-replace` sections of the Bulk Write
49+
Operations guide
50+
51+
.. replacement:: k8s-link
52+
53+
the `MongoCredential <{+core-api+}/com/mongodb/MongoCredential.html>`__ API documentation
54+
4355
.. _scala-version-5.3:
4456

4557
What's New in 5.3

source/write/bulk-write.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,8 @@ each write operation applies to.
485485
:copyable:
486486
:dedent:
487487

488+
.. _scala-client-bulk-write-update:
489+
488490
Update Operations
489491
~~~~~~~~~~~~~~~~~
490492

@@ -516,6 +518,8 @@ performs the update operation, as shown in the following code:
516518
.clientUpdateOneOptions()
517519
.sort(ascending("_id"))
518520

521+
.. _scala-client-bulk-write-replace:
522+
519523
Replace Operations
520524
~~~~~~~~~~~~~~~~~~
521525

0 commit comments

Comments
 (0)