You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/atlas-search.txt
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -118,8 +118,9 @@ aggregation stage:
118
118
:language: java
119
119
:dedent:
120
120
121
-
Learn more about this helper from the
122
-
`searchMeta() API documentation <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/Aggregates.html#searchMeta(com.mongodb.client.model.search.SearchCollector)>`__.
Copy file name to clipboardExpand all lines: source/includes/mongodb-compatibility-table-java.rst
+24-1Lines changed: 24 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
:class: compatibility-large
5
5
6
6
* - Java Driver Version
7
+
- MongoDB 8.1
7
8
- MongoDB 8.0
8
9
- MongoDB 7.0
9
10
- MongoDB 6.1
@@ -23,9 +24,11 @@
23
24
- ✓
24
25
- ✓
25
26
- ✓
27
+
- ✓
26
28
-
27
29
28
30
* - 4.10 to 5.1
31
+
- ⊛
29
32
- ⊛
30
33
- ✓
31
34
- ✓
@@ -37,6 +40,7 @@
37
40
- ✓
38
41
39
42
* - 4.8 to 4.9
43
+
- ⊛
40
44
- ⊛
41
45
- ⊛
42
46
- ✓
@@ -51,6 +55,7 @@
51
55
- ⊛
52
56
- ⊛
53
57
- ⊛
58
+
- ⊛
54
59
- ✓
55
60
- ✓
56
61
- ✓
@@ -63,6 +68,7 @@
63
68
- ⊛
64
69
- ⊛
65
70
- ⊛
71
+
- ⊛
66
72
- ✓
67
73
- ✓
68
74
- ✓
@@ -75,12 +81,26 @@
75
81
- ⊛
76
82
- ⊛
77
83
- ⊛
84
+
- ⊛
85
+
- ✓
86
+
- ✓
87
+
- ✓
78
88
- ✓
89
+
90
+
* - 4.0
91
+
- ⊛
92
+
- ⊛
93
+
- ⊛
94
+
- ⊛
95
+
- ⊛
96
+
- ⊛
97
+
- ⊛
79
98
- ✓
80
99
- ✓
81
100
- ✓
82
101
83
-
* - 3.11 to 4.0
102
+
* - 3.11 to 3.12
103
+
- ✗ [#v3-note]_
84
104
- ⊛
85
105
- ⊛
86
106
- ⊛
@@ -92,6 +112,7 @@
92
112
- ✓
93
113
94
114
* - 3.8 to 3.10
115
+
- ✗ [#v3-note]_
95
116
- ⊛
96
117
- ⊛
97
118
- ⊛
@@ -101,3 +122,5 @@
101
122
- ⊛
102
123
- ✓
103
124
- ✓
125
+
126
+
.. [#v3-note] These driver versions are not compatible with MongoDB 8.1 or later because of an authentication issue. To learn more, see :ref:`java-server-8.1-incompatibility`.
0 commit comments