Skip to content

Commit ce50b2c

Browse files
committed
DOCSP-49751: v5.5 release
1 parent bc18529 commit ce50b2c

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

config/redirects

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
define: prefix docs/drivers/java/sync
22
define: base https://www.mongodb.com/${prefix}
3-
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 v5.4 master
3+
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 v5.4 v5.5 master
44

5-
symlink: current -> v5.4
5+
symlink: current -> v5.5
66
symlink: upcoming -> master
77

88
raw: ${prefix}/ -> ${base}/current/

snooty.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
2727
driver = "java"
2828
driver-long = "MongoDB Java Driver"
2929
driver-short = "Java driver"
30-
version = "5.4"
30+
version = "5.5"
3131
full-version = "{+version+}.0"
3232
mdb-server = "MongoDB Server"
3333
package-name-org = "mongodb-org"
3434
api-root = "https://mongodb.github.io/mongo-java-driver/{+version+}/apidocs"
35-
driver-api = "{+api-root+}/mongodb-driver-sync/com/mongodb/client"
36-
core-api = "{+api-root+}/mongodb-driver-core/com/mongodb"
35+
driver-api = "{+api-root+}/driver-sync/com/mongodb/client"
36+
core-api = "{+api-root+}/driver-core/com/mongodb"
3737
stable-api = "Stable API"
3838
mongocrypt-version = "{+full-version+}"
3939
nettyVersion = "io.netty:netty-all:4.1.87.Final"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- Java 6
1313
- Java 5
1414

15-
* - 4.11 to 5.4
15+
* - 4.11 to 5.5
1616
- ✓
1717
- ✓
1818
- ✓

source/reference/whats-new.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ What's New in 5.5
4343
learn more about compatible versions of the server, see
4444
:ref:`java-compatibility-tables`.
4545

46+
The 5.5 driver release includes the following changes, fixes,
47+
and features:
48+
49+
.. sharedinclude:: dbx/jvm/v5.5-wn-items.rst
50+
4651
.. _java-version-5.4:
4752

4853
What's New in 5.4

0 commit comments

Comments
 (0)