Skip to content

Commit c838f9f

Browse files
authored
DOCSP-48921: Server 8.1 compat (#670)
* DOCSP-48921: Server 8.1 compat * AB tech review comments * reload shared file * AB x fix
1 parent a2a68ee commit c838f9f

File tree

2 files changed

+27
-3
lines changed

2 files changed

+27
-3
lines changed

source/atlas-search.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,9 @@ aggregation stage:
118118
:language: java
119119
:dedent:
120120

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)>`__.
121+
To learn more about this helper method, see the
122+
`searchMeta() <{+core-api+}/client/model/Aggregates.html#searchMeta(com.mongodb.client.model.search.SearchCollector)>`__
123+
API documentation.
123124

124125
.. _java-atlas-search-helpers:
125126

source/includes/mongodb-compatibility-table-java.rst

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
:class: compatibility-large
55

66
* - Java Driver Version
7+
- MongoDB 8.1
78
- MongoDB 8.0
89
- MongoDB 7.0
910
- MongoDB 6.1
@@ -23,9 +24,11 @@
2324
- ✓
2425
- ✓
2526
- ✓
27+
- ✓
2628
-
2729

2830
* - 4.10 to 5.1
31+
- ⊛
2932
- ⊛
3033
- ✓
3134
- ✓
@@ -37,6 +40,7 @@
3740
- ✓
3841

3942
* - 4.8 to 4.9
43+
- ⊛
4044
- ⊛
4145
- ⊛
4246
- ✓
@@ -51,6 +55,7 @@
5155
- ⊛
5256
- ⊛
5357
- ⊛
58+
- ⊛
5459
- ✓
5560
- ✓
5661
- ✓
@@ -63,6 +68,7 @@
6368
- ⊛
6469
- ⊛
6570
- ⊛
71+
- ⊛
6672
- ✓
6773
- ✓
6874
- ✓
@@ -75,12 +81,26 @@
7581
- ⊛
7682
- ⊛
7783
- ⊛
84+
- ⊛
85+
- ✓
86+
- ✓
87+
- ✓
7888
- ✓
89+
90+
* - 4.0
91+
- ⊛
92+
- ⊛
93+
- ⊛
94+
- ⊛
95+
- ⊛
96+
- ⊛
97+
- ⊛
7998
- ✓
8099
- ✓
81100
- ✓
82101

83-
* - 3.11 to 4.0
102+
* - 3.11 to 3.12
103+
- ✗ [#v3-note]_
84104
- ⊛
85105
- ⊛
86106
- ⊛
@@ -92,6 +112,7 @@
92112
- ✓
93113

94114
* - 3.8 to 3.10
115+
- ✗ [#v3-note]_
95116
- ⊛
96117
- ⊛
97118
- ⊛
@@ -101,3 +122,5 @@
101122
- ⊛
102123
- ✓
103124
- ✓
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

Comments
 (0)