Skip to content

Commit 2387de7

Browse files
jason-price-mongodbjason-price-mongodb
andauthored
Docs 14987 set window fields in transactions or snapshot (#624)
* DOCS-14987-setWindowFields-in-transactions-or-snapshot * DOCS-14987-setWindowFields-in-transactions-or-snapshot * DOCS-14987-setWindowFields-in-transactions-or-snapshot Co-authored-by: jason-price-mongodb <jshfjghsdfgjsdjh@aolsdjfhkjsdhfkjsdf.com>
1 parent 2c0b98d commit 2387de7

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Starting in MongoDB 5.3, you can use the :pipeline:`$setWindowFields`
2+
stage with :doc:`transactions </core/transactions>` and the
3+
:readconcern:`"snapshot"` read concern.

source/reference/operator/aggregation/setWindowFields.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,8 @@ The :pipeline:`$setWindowFields` stage appends new fields to existing
228228
documents. You can include one or more :pipeline:`$setWindowFields`
229229
stages in an aggregation operation.
230230

231+
.. include:: /includes/setWindowFields-and-transactions-snapshots.rst
232+
231233
.. _setWindowFields-window-operators:
232234

233235
Window Operators

source/release-notes/5.3.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ Release Notes for MongoDB 5.3
1212

1313
.. include:: /includes/in-dev.rst
1414

15+
.. _5.3-rel-notes-aggregation:
16+
17+
Aggregation
18+
-----------
19+
20+
``setWindowFields`` Stage with Transactions and ``snapshot`` Read Concern
21+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22+
23+
.. include:: /includes/setWindowFields-and-transactions-snapshots.rst
24+
1525
.. _5.3-rel-notes-general:
1626

1727
General Improvements

0 commit comments

Comments
 (0)