File tree 4 files changed +7
-5
lines changed 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
define: prefix docs/drivers/kotlin/coroutine
2
2
define: base https://www.mongodb.com/${prefix}
3
- define: versions v4.10 v4.11 v5.0 v5.1 v5.2 v5.3 v5.4 master
3
+ define: versions v4.10 v4.11 v5.0 v5.1 v5.2 v5.3 v5.4 v5.5 master
4
4
5
5
symlink: upcoming -> main
6
- symlink: current -> v5.4
6
+ symlink: current -> v5.5
7
7
8
8
raw: ${prefix}/ -> ${base}/current/
9
9
Original file line number Diff line number Diff line change @@ -303,10 +303,10 @@ AWS documentation for the version you need:
303
303
.. note::
304
304
305
305
For the AWS SDK for Java v2, the Java driver currently tests using the
306
- ``software.amazon.awssdk:auth:2.18.9 `` dependency.
306
+ ``software.amazon.awssdk:auth:2.30.31 `` dependency.
307
307
308
308
For the AWS SDK for Java v1, the Java driver currently tests using the
309
- ``com.amazonaws:aws-java-sdk-core:1.12.337 `` dependency.
309
+ ``com.amazonaws:aws-java-sdk-core:1.12.782 `` dependency.
310
310
311
311
To supply your credentials, see the following AWS documentation for the
312
312
version you need:
Original file line number Diff line number Diff line change 7
7
* - Kotlin Driver Version
8
8
- Kotlin 1.8
9
9
10
- * - 4.10 to 5.4
10
+ * - 4.10 to 5.5
11
11
- ✓
Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ and features:
44
44
- Adds support for the ``connectTimeoutMS`` option when using the
45
45
default TLS transport layer.
46
46
47
+ .. sharedinclude:: dbx/jvm/v5.5-wn-items.rst
48
+
47
49
.. _kotlin-coroutine-version-5.4:
48
50
49
51
What's New in 5.4
You can’t perform that action at this time.
0 commit comments