diff --git a/config/redirects b/config/redirects index 9e866833..9544ef3f 100644 --- a/config/redirects +++ b/config/redirects @@ -1,9 +1,9 @@ define: prefix docs/languages/kotlin/kotlin-sync-driver define: base https://www.mongodb.com/${prefix} -define: versions v5.1 v5.2 v5.3 v5.4 master +define: versions v5.1 v5.2 v5.3 v5.4 v5.5 master symlink: upcoming -> master -symlink: current -> v5.4 +symlink: current -> v5.5 # raw: -> ${base}/ diff --git a/source/security/authentication.txt b/source/security/authentication.txt index 8db7a340..d9b2a12d 100644 --- a/source/security/authentication.txt +++ b/source/security/authentication.txt @@ -370,10 +370,10 @@ AWS documentation for the version you need: .. note:: For the AWS SDK for Java v2, the Java driver currently tests by using the - ``software.amazon.awssdk:auth:2.18.9`` dependency. + ``software.amazon.awssdk:auth:2.30.31`` dependency. For the AWS SDK for Java v1, the Java driver currently tests by using the - ``com.amazonaws:aws-java-sdk-core:1.12.337`` dependency. + ``com.amazonaws:aws-java-sdk-core:1.12.782`` dependency. To supply your credentials, see the following AWS documentation for the version you need: diff --git a/source/whats-new.txt b/source/whats-new.txt index be452f04..ac76c76a 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -33,6 +33,11 @@ What's New in 5.5 learn more about compatible versions of the server, see :ref:`kotlin-sync-compatibility`. +The 5.5 driver release includes the following changes, fixes, +and features: + +.. sharedinclude:: dbx/jvm/v5.5-wn-items.rst + .. _kotlin-sync-version-5.4: What's New in 5.4