Skip to content

DOCSP-49751: v5.5 release #96

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

Merged
merged 2 commits into from
May 9, 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
4 changes: 2 additions & 2 deletions config/redirects
Original file line number Diff line number Diff line change
@@ -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: <source file> -> ${base}/<destination>

Expand Down
4 changes: 2 additions & 2 deletions source/security/authentication.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 5 additions & 0 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading