Skip to content
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

DOCSP-43826: v5.2 release #86

Merged
merged 3 commits into from
Sep 26, 2024
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
13 changes: 0 additions & 13 deletions .github/workflows/check-autobuilder.yml

This file was deleted.

2 changes: 1 addition & 1 deletion config/redirects
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
define: prefix docs/languages/java/reactive-streams-driver
define: base https://www.mongodb.com/${prefix}
define: versions v4.x v5.0 v5.1 main
define: versions v4.x v5.0 v5.1 v5.2 main

symlink: current -> main

Expand Down
4 changes: 2 additions & 2 deletions snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ toc_landing_pages = [
[constants]
driver-short = "Java Reactive Streams driver"
driver-long = "MongoDB Java Reactive Streams Driver"
version = "5.1"
full-version = "{+version+}.4"
version = "5.2"
full-version = "{+version+}.0"
api = "https://mongodb.github.io/mongo-java-driver/{+version+}/apidocs"
rs-docs = "https://www.reactive-streams.org/reactive-streams-1.0.4-javadoc/org/reactivestreams"
driver-source-gh = "https://github.com/mongodb/mongo-java-driver"
Expand Down
80 changes: 4 additions & 76 deletions source/includes/language-compatibility-table-java-rs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,79 +3,23 @@
:stub-columns: 1
:class: compatibility-large

* - Java Reactive Streams Driver Version
* - {+java-rs+} Driver Version
- Java 21
- Java 17
- Java 11 [#backwards-compatible-rs]_
- Java 8
- Java 7
- Java 6

* - 5.1
* - 4.11 to 5.2
- ✓
- ✓
- ✓
- ✓
-
-

* - 5.0
- ✓
- ✓
- ✓
- ✓
-
-

* - 4.11
- ✓
- ✓
- ✓
- ✓
-
-

* - 4.10
- ✓ [#virtual-threads-note]_
- ✓
- ✓
- ✓
-
-

* - 4.9
- ✓ [#virtual-threads-note]_
- ✓
- ✓
- ✓
-
-

* - 4.8
- ✓ [#virtual-threads-note]_
- ✓
- ✓
- ✓
-
-

* - 4.7
- ✓ [#virtual-threads-note]_
- ✓
- ✓
- ✓
-
-

* - 4.6
- ✓ [#virtual-threads-note]_
- ✓
- ✓
- ✓
-
-

* - 4.5
* - 4.5 to 4.10
- ✓ [#virtual-threads-note]_
- ✓
- ✓
Expand All @@ -91,23 +35,7 @@
-
-

* - 4.3
-
-
- ✓
- ✓
- ✓
- ✓

* - 4.2
-
-
- ✓
- ✓
- ✓
- ✓

* - 4.1
* - 4.1 to 4.3
-
-
- ✓
Expand Down
98 changes: 5 additions & 93 deletions source/includes/mongodb-compatibility-table-java-rs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:stub-columns: 1
:class: compatibility-large

* - Java Reactive Streams Driver Version
* - {+java-rs} Driver Version
- MongoDB 8.0
- MongoDB 7.0
- MongoDB 6.1
Expand All @@ -25,7 +25,7 @@
- ✓
- ✓

* - 5.1
* - 4.10 to 5.1
- ⊛
- ✓
- ✓
Expand All @@ -36,51 +36,7 @@
- ✓
- ✓

* - 5.0
- ⊛
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓

* - 4.11
- ⊛
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓

* - 4.10
- ⊛
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓

* - 4.9
- ⊛
- ⊛
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓

* - 4.8
* - 4.8 to 4.9
- ⊛
- ⊛
- ✓
Expand All @@ -102,7 +58,7 @@
- ✓
- ✓

* - 4.6
* - 4.3 to 4.6
- ⊛
- ⊛
- ⊛
Expand All @@ -113,51 +69,7 @@
- ✓
- ✓

* - 4.5
- ⊛
- ⊛
- ⊛
- ⊛
- ✓
- ✓
- ✓
- ✓
- ✓

* - 4.4
- ⊛
- ⊛
- ⊛
- ⊛
- ✓
- ✓
- ✓
- ✓
- ✓

* - 4.3
- ⊛
- ⊛
- ⊛
- ⊛
- ✓
- ✓
- ✓
- ✓
- ✓

* - 4.2
- ⊛
- ⊛
- ⊛
- ⊛
- ⊛
- ✓
- ✓
- ✓
- ✓

* - 4.1
* - 4.1 to 4.2
- ⊛
- ⊛
- ⊛
Expand Down
5 changes: 5 additions & 0 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ New features of the 5.2 driver release include:
the `SearchIndexModel <{+api+}/mongodb-driver-core/com/mongodb/client/model/SearchIndexModel.html>`__
API documentation

.. replacement:: vector-search-link

the :atlas:`Atlas Vector Search Quick Start
</atlas-vector-search/tutorials/vector-search-quick-start/>`

.. _javars-version-5.1.3:

What's New in 5.1.3
Expand Down