Skip to content

Commit

Permalink
DOCSP-43826: v5.2 release (#50)
Browse files Browse the repository at this point in the history
* DOCSP-43826: v5.2 release

* remove action
  • Loading branch information
rustagir authored Sep 26, 2024
1 parent e8f5893 commit cf7f82c
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 216 deletions.
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/scala/scala-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 -> master

Expand Down
4 changes: 2 additions & 2 deletions snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ toc_landing_pages = [
[constants]
driver-short = "Scala driver"
driver-long = "MongoDB Scala 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/mongo-scala-driver"
driver-source-gh = "https://github.com/mongodb/mongo-java-driver"
rs-docs = "https://www.reactive-streams.org/reactive-streams-1.0.4-javadoc/org/reactivestreams"
Expand Down
62 changes: 1 addition & 61 deletions source/includes/language-compatibility-table-scala.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,67 +9,7 @@
- Scala 2.12
- Scala 2.11

* - 5.1
- ✓
- ✓
- ✓

* - 5.0
- ✓
- ✓
- ✓

* - 4.11
- ✓
- ✓
- ✓

* - 4.10
- ✓
- ✓
- ✓

* - 4.9
- ✓
- ✓
- ✓

* - 4.8
- ✓
- ✓
- ✓

* - 4.7
- ✓
- ✓
- ✓

* - 4.6
- ✓
- ✓
- ✓

* - 4.5
- ✓
- ✓
- ✓

* - 4.4
- ✓
- ✓
- ✓

* - 4.3
- ✓
- ✓
- ✓

* - 4.2
- ✓
- ✓
- ✓

* - 4.1
* - 4.7 to 5.2
- ✓
- ✓
- ✓
141 changes: 2 additions & 139 deletions source/includes/mongodb-compatibility-table-scala.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
- MongoDB 4.2
- MongoDB 4.0
- MongoDB 3.6
- MongoDB 3.4

* - 5.2
- ✓
Expand All @@ -25,9 +24,8 @@
- ✓
- ✓
- ✓
-

* - 5.1
* - 4.10 to 5.1
- ⊛
- ✓
- ✓
Expand All @@ -37,45 +35,8 @@
- ✓
- ✓
- ✓
-

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

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

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

* - 4.9
* - 4.8 to 4.9
- ⊛
- ⊛
- ✓
Expand All @@ -85,19 +46,6 @@
- ✓
- ✓
- ✓
-

* - 4.8
- ⊛
- ⊛
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
-

* - 4.7
- ⊛
Expand All @@ -109,88 +57,3 @@
- ✓
- ✓
- ✓
- ✓

* - 4.6
- ⊛
- ⊛
- ⊛
- ⊛
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓

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

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

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

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

* - 4.1
- ⊛
- ⊛
- ⊛
- ⊛
- ⊛
- ✓
- ✓
- ✓
- ✓
- ✓

* - 4.0
- ⊛
- ⊛
- ⊛
- ⊛
- ⊛
- ⊛
- ✓
- ✓
- ✓
- ✓
6 changes: 6 additions & 0 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ New features of the 5.2 driver release include:
the `SearchIndexModel <{+core-api+}/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/>` and
select :guilabel:`Scala` from the language dropdown

.. _scala-version-5.1.3:

What's New in 5.1.3
Expand Down

0 comments on commit cf7f82c

Please sign in to comment.