Skip to content

DOCSP-48921: Server 8.1 compat #670

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions source/atlas-search.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,9 @@ aggregation stage:
:language: java
:dedent:

Learn more about this helper from the
`searchMeta() API documentation <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/Aggregates.html#searchMeta(com.mongodb.client.model.search.SearchCollector)>`__.
To learn more about this helper method, see the
`searchMeta() <{+core-api+}/client/model/Aggregates.html#searchMeta(com.mongodb.client.model.search.SearchCollector)>`__
API documentation.

.. _java-atlas-search-helpers:

Expand Down
25 changes: 24 additions & 1 deletion source/includes/mongodb-compatibility-table-java.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
:class: compatibility-large

* - Java Driver Version
- MongoDB 8.1
- MongoDB 8.0
- MongoDB 7.0
- MongoDB 6.1
Expand All @@ -23,9 +24,11 @@
- ✓
- ✓
- ✓
- ✓
-

* - 4.10 to 5.1
- ⊛
- ⊛
- ✓
- ✓
Expand All @@ -37,6 +40,7 @@
- ✓

* - 4.8 to 4.9
- ⊛
- ⊛
- ⊛
- ✓
Expand All @@ -51,6 +55,7 @@
- ⊛
- ⊛
- ⊛
- ⊛
- ✓
- ✓
- ✓
Expand All @@ -63,6 +68,7 @@
- ⊛
- ⊛
- ⊛
- ⊛
- ✓
- ✓
- ✓
Expand All @@ -75,12 +81,26 @@
- ⊛
- ⊛
- ⊛
- ⊛
- ✓
- ✓
- ✓
- ✓

* - 4.0
- ⊛
- ⊛
- ⊛
- ⊛
- ⊛
- ⊛
- ⊛
- ✓
- ✓
- ✓

* - 3.11 to 4.0
* - 3.11 to 3.12
- ✗ [#v3-note]_
- ⊛
- ⊛
- ⊛
Expand All @@ -92,6 +112,7 @@
- ✓

* - 3.8 to 3.10
- ✗ [#v3-note]_
- ⊛
- ⊛
- ⊛
Expand All @@ -101,3 +122,5 @@
- ⊛
- ✓
- ✓

.. [#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`.
Loading