Skip to content

Commit 84132ed

Browse files
author
Chris Cho
authored
DOCSP-33487 v4.11 compat updates (#133)
* DOCSP-33487: v4.11 compatibility and other updates
1 parent 04703ca commit 84132ed

File tree

4 files changed

+20
-5
lines changed

4 files changed

+20
-5
lines changed

config/redirects

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
define: prefix docs/drivers/kotlin/coroutine
22
define: base https://www.mongodb.com/${prefix}
3-
define: versions v4.10 master
3+
define: versions v4.10 v4.11 master
44

55
raw: ${prefix}/ -> ${base}/current/
66

7-
[*-master]: ${prefix}/${version}/fundamentals/crud/write-operations/change-a-document/ -> ${base}/${version}/fundamentals/crud/write-operations/modify/
7+
[*-master]: ${prefix}/${version}/fundamentals/crud/write-operations/change-a-document/ -> ${base}/${version}/fundamentals/crud/write-operations/modify/

snooty.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
1919
driver = "kotlin"
2020
driver-short = "Kotlin driver"
2121
driver-long = "MongoDB Kotlin Driver"
22-
version = "4.10"
23-
full-version = "{+version+}.1"
22+
version = "4.11"
23+
full-version = "{+version+}.0"
2424
mdb-server = "MongoDB server"
2525
kotlin-docs = "https://kotlinlang.org/docs"
2626

@@ -34,4 +34,4 @@ zstdVersion = "com.github.luben:zstd-jni:1.5.5-2"
3434
logbackVersion = "1.2.11"
3535
log4j2Version = "2.17.1"
3636
serializationVersion = "1.5.1"
37-
bsonVersion = "4.10.1"
37+
bsonVersion = "4.11.0"

source/includes/language-compatibility-table-kotlin.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@
77
* - Kotlin Driver Version
88
- Kotlin 1.8
99

10+
* - 4.11
11+
- ✓
1012
* - 4.10
1113
- ✓

source/includes/mongodb-compatibility-table-kotlin.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,19 @@
1616
- MongoDB 3.0
1717
- MongoDB 2.6
1818

19+
* - 4.11
20+
- ✓
21+
- ✓
22+
- ✓
23+
- ✓
24+
- ✓
25+
- ✓
26+
- ✓
27+
-
28+
-
29+
-
30+
-
31+
1932
* - 4.10
2033
- ✓
2134
- ✓

0 commit comments

Comments
 (0)