Skip to content

Commit da7d89f

Browse files
authored
DOCSP-49751: v5.5 release (#686)
* DOCSP-49751: v5.5 release * aws sdk * fix * another fix * shared content staging * shared include * SA feedback
1 parent bc18529 commit da7d89f

File tree

7 files changed

+22
-17
lines changed

7 files changed

+22
-17
lines changed

config/redirects

+2-2
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

+3-3
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/api-documentation.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ API Documentation
1212
- `BSON Record Codec <{+api-root+}/bson-record-codec/index.html>`__ -
1313
classes for encoding and decoding between Java records and the BSON data
1414
format.
15-
- `Core <{+api-root+}/mongodb-driver-core/index.html>`__ - classes that
15+
- `Core <{+api-root+}/driver-core/index.html>`__ - classes that
1616
contain essential driver functionality.
17-
- `Java Driver (modern API) <{+api-root+}/mongodb-driver-sync/index.html>`__ -
17+
- `Java Driver (modern API) <{+api-root+}/driver-sync/index.html>`__ -
1818
classes for the current driver API.
19-
- `Java Driver (legacy API) <{+api-root+}/mongodb-driver-legacy/index.html>`__ -
19+
- `Java Driver (legacy API) <{+api-root+}/driver-legacy/index.html>`__ -
2020
classes that support the legacy driver API. To learn how to upgrade from the
2121
legacy API to the modern API from the :ref:`<java-legacy-api>` documentation.
2222

@@ -26,7 +26,7 @@ API Documentation
2626

2727
BSON <{+api-root+}/bson/index.html>
2828
BSON Record Codec <{+api-root+}/bson-record-codec/index.html>
29-
Core <{+api-root+}/mongodb-driver-core/index.html>
30-
Java Driver (modern API) <{+api-root+}/mongodb-driver-sync/index.html>
31-
Java Driver (legacy API) <{+api-root+}/mongodb-driver-legacy/index.html>
29+
Core <{+api-root+}/driver-core/index.html>
30+
Java Driver (modern API) <{+api-root+}/driver-sync/index.html>
31+
Java Driver (legacy API) <{+api-root+}/driver-legacy/index.html>
3232

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

+1-1
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/index.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@ and links to the API documentation.
9191
* - `BSON Record Codec <{+api-root+}/bson-record-codec/index.html>`__
9292
- Classes that support records
9393

94-
* - `Core <{+api-root+}/mongodb-driver-core/index.html>`__
94+
* - `Core <{+api-root+}/driver-core/index.html>`__
9595
- Shared core classes
9696

97-
* - `Java Driver <{+api-root+}/mongodb-driver-sync/index.html>`__
97+
* - `Java Driver <{+api-root+}/driver-sync/index.html>`__
9898
- Modern API
9999

100-
* - `Legacy Java Driver <{+api-root+}/mongodb-driver-legacy/index.html>`__
100+
* - `Legacy Java Driver <{+api-root+}/driver-legacy/index.html>`__
101101
- Legacy API
102102

103103
Connection Troubleshooting

source/reference/whats-new.txt

+5
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

source/security/auth/aws-iam.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,10 @@ AWS documentation for the version you need:
113113
.. note::
114114

115115
For the AWS SDK for Java v2, the Java driver tests using the
116-
``software.amazon.awssdk:auth:2.18.9`` dependency.
116+
``software.amazon.awssdk:auth:2.30.31`` dependency.
117117

118118
For the AWS SDK for Java v1, the Java driver tests using the
119-
``com.amazonaws:aws-java-sdk-core:1.12.337`` dependency.
119+
``com.amazonaws:aws-java-sdk-core:1.12.782`` dependency.
120120

121121
To supply your credentials, see the following AWS documentation for the
122122
version you need:

0 commit comments

Comments
 (0)