From e6b72fa6f875f31051916ff46b784b45173bfd67 Mon Sep 17 00:00:00 2001 From: Rachel Mackintosh <148898879+rachel-mack@users.noreply.github.com> Date: Wed, 13 Mar 2024 10:38:24 -0400 Subject: [PATCH] Kotlin Sync 5.0 release (#952) * Kotlin 5.0 release --- snooty.toml | 2 +- .../mongodb-compatibility-table-kotlin-sync.rst | 13 +++++++++++++ source/kotlin-sync.txt | 8 ++++++++ 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/snooty.toml b/snooty.toml index 72b459fbc..4aed2f2f4 100644 --- a/snooty.toml +++ b/snooty.toml @@ -22,6 +22,6 @@ node-driver-long = "MongoDB Node.js Driver" node-driver-short = "Node.js Driver" atlas = "MongoDB Atlas" -java-version = "4.11" +java-version = "5.0" java-version-full = "{+java-version+}.0" java-api = "https://mongodb.github.io/mongo-java-driver/{+java-version+}" diff --git a/source/includes/mongodb-compatibility-table-kotlin-sync.rst b/source/includes/mongodb-compatibility-table-kotlin-sync.rst index f5e6ea99c..b8c6eb805 100644 --- a/source/includes/mongodb-compatibility-table-kotlin-sync.rst +++ b/source/includes/mongodb-compatibility-table-kotlin-sync.rst @@ -18,6 +18,19 @@ - MongoDB 3.2 - MongoDB 3.0 - MongoDB 2.6 + * - 5.0 + - ✓ + - ✓ + - ✓ + - ✓ + - ✓ + - ✓ + - ✓ + - ✓ + - + - + - + - * - 4.11 - ✓ - ✓ diff --git a/source/kotlin-sync.txt b/source/kotlin-sync.txt index c4e4d1c26..1fd35ff95 100644 --- a/source/kotlin-sync.txt +++ b/source/kotlin-sync.txt @@ -8,6 +8,14 @@ Kotlin Sync Driver :depth: 1 :class: twocols +.. facet:: + :name: programming_language + :values: kotlin + +.. facet:: + :name: genre + :values: reference + Introduction ------------