diff --git a/config/redirects b/config/redirects index 6c3e3b9c..3c715680 100644 --- a/config/redirects +++ b/config/redirects @@ -1,9 +1,9 @@ define: prefix docs/drivers/kotlin/coroutine define: base https://www.mongodb.com/${prefix} -define: versions v4.10 v4.11 v5.0 v5.1 v5.2 v5.3 v5.4 master +define: versions v4.10 v4.11 v5.0 v5.1 v5.2 v5.3 v5.4 v5.5 master symlink: upcoming -> main -symlink: current -> v5.4 +symlink: current -> v5.5 raw: ${prefix}/ -> ${base}/current/ diff --git a/source/fundamentals/auth.txt b/source/fundamentals/auth.txt index a633e970..d8eee0f8 100644 --- a/source/fundamentals/auth.txt +++ b/source/fundamentals/auth.txt @@ -303,10 +303,10 @@ AWS documentation for the version you need: .. note:: For the AWS SDK for Java v2, the Java driver currently tests 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 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/includes/language-compatibility-table-kotlin.rst b/source/includes/language-compatibility-table-kotlin.rst index dce75a43..60b20099 100644 --- a/source/includes/language-compatibility-table-kotlin.rst +++ b/source/includes/language-compatibility-table-kotlin.rst @@ -7,5 +7,5 @@ * - Kotlin Driver Version - Kotlin 1.8 - * - 4.10 to 5.4 + * - 4.10 to 5.5 - ✓ diff --git a/source/whats-new.txt b/source/whats-new.txt index d7454dbe..24db35da 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -44,6 +44,8 @@ and features: - Adds support for the ``connectTimeoutMS`` option when using the default TLS transport layer. +.. sharedinclude:: dbx/jvm/v5.5-wn-items.rst + .. _kotlin-coroutine-version-5.4: What's New in 5.4