File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,6 @@ General
15
15
16
16
.. include:: /includes/in-dev.rst
17
17
18
- Issues fixed:
19
-
20
- - `SERVER-59765 <https://jira.mongodb.org/browse/SERVER-59765>`__
21
- Detect an overflow for certain 'amount' values in
22
- :expression:`$dateSubtract` and :expression:`$dateAdd`.
23
-
24
18
Aggregation
25
19
-----------
26
20
@@ -49,6 +43,17 @@ MongoDB 5.1 introduces the following aggregation operators:
49
43
* - :expression:`$tsIncrement`
50
44
- .. include:: /includes/tsIncrement-introduction.rst
51
45
46
+
47
+ General Aggregation Improvements
48
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
49
+
50
+ :expression:`$dateSubtract` and :expression:`$dateAdd`: Improved Input Validation
51
+ `````````````````````````````````````````````````````````````````````````````````
52
+
53
+ Starting in MongoDB 5.1, :expression:`$dateSubtract` and
54
+ :expression:`$dateAdd` report an error when an overflow is detected for
55
+ ``amount`` values.
56
+
52
57
.. _5.1-rel-notes-change-streams:
53
58
54
59
Change Streams
You can’t perform that action at this time.
0 commit comments