Skip to content

Commit 510aedb

Browse files
authored
DOCSP-43666: 1.28 compat changes (#39)
1 parent 7070717 commit 510aedb

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

config/redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
define: prefix docs/drivers/c
22
define: base https://www.mongodb.com/${prefix}
3-
define: versions v1.26 v1.27 master
3+
define: versions v1.26 v1.27 1.28 master
44

55
# raw: <source file> -> ${base}/<destination>
66

snooty.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
2323

2424
[constants]
2525

26-
version = "1.27"
27-
full-version = "{+version+}.6"
26+
version = "1.28"
27+
full-version = "{+version+}.0"
2828
is-experimental = "is part of the experimental Queryable Encryption API and may be subject to breaking changes in future releases."
2929
range-is-experimental = "Range algorithm is experimental only and not intended for public use. It is subject to breaking changes."
3030
api-is-experimental = "This API {+is-experimental+}"

source/libmongoc/includes/language-compatibility-table-c.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
- C11
1010
- C99
1111
- C89
12+
* - 1.28
13+
- ✓
14+
- ✓
15+
- ✓
16+
-
1217
* - 1.27
1318
- ✓
1419
- ✓

0 commit comments

Comments
 (0)