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-46367: v5.3 release #610

Merged
merged 1 commit into from
Jan 13, 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
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/drivers/java/sync
define: base https://www.mongodb.com/${prefix}
define: versions v4.3 v4.4 v4.5 v4.6 v4.7 v4.8 v4.9 v4.10 v4.11 v5.0 v5.1 v5.2 master
define: versions v4.3 v4.4 v4.5 v4.6 v4.7 v4.8 v4.9 v4.10 v4.11 v5.0 v5.1 v5.2 v5.3 master

raw: ${prefix}/ -> ${base}/current/
raw: ${prefix}/master -> ${base}/upcoming/
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 @@ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
driver = "java"
driver-long = "MongoDB Java Driver"
driver-short = "Java driver"
version = "5.2"
full-version = "{+version+}.1"
version = "5.3"
full-version = "{+version+}.0"
mdb-server = "MongoDB Server"
package-name-org = "mongodb-org"
api = "https://mongodb.github.io/mongo-java-driver/{+version+}"
Expand Down
2 changes: 1 addition & 1 deletion source/includes/language-compatibility-table-java.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- Java 6
- Java 5

* - 4.11 to 5.2
* - 4.11 to 5.3
- ✓
- ✓
- ✓
Expand Down
2 changes: 1 addition & 1 deletion source/includes/mongodb-compatibility-table-java.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- MongoDB 4.0
- MongoDB 3.6

* - 5.2
* - 5.2 to 5.3
- ✓
- ✓
- ✓
Expand Down
Loading