Skip to content

Commit f5003d3

Browse files
committed
DOCSP-39159: v5.2 removal of support for 3.6
(cherry picked from commit a10683b)
1 parent 9bfc4a3 commit f5003d3

File tree

4 files changed

+14
-124
lines changed

4 files changed

+14
-124
lines changed

.github/workflows/copy-compat-to-docs-shared.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

.github/workflows/vale-tdbx.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,26 @@ jobs:
1212
- name: checkout
1313
uses: actions/checkout@master
1414

15+
- name: Install docutils
16+
run: sudo apt-get install -y docutils
17+
1518
- id: files
1619
uses: masesgroup/retrieve-changed-files@v2
1720
with:
18-
format: 'csv'
21+
format: "csv"
1922

2023
- name: checkout-latest-rules
2124
uses: actions/checkout@master
2225
with:
2326
repository: mongodb/mongodb-vale-action
24-
path: './tdbx-vale-rules'
27+
path: "./tdbx-vale-rules"
2528
token: ${{secrets.GITHUB_TOKEN}}
2629

2730
- name: move-files-for-vale-action
2831
run: |
29-
cp tdbx-vale-rules/.vale.ini .vale.ini
30-
mkdir -p .github/styles/
31-
cp -rf tdbx-vale-rules/.github/styles/ .github/
32+
cp tdbx-vale-rules/.vale.ini .vale.ini
33+
mkdir -p .github/styles/
34+
cp -rf tdbx-vale-rules/.github/styles/ .github/
3235
3336
- name: run-vale
3437
uses: errata-ai/vale-action@reviewdog

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

Lines changed: 0 additions & 78 deletions
This file was deleted.

source/whats-new.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ Learn what's new in:
2424
What's New in 5.2
2525
-----------------
2626

27+
.. important:: Removal of Support for {+mdb-server+} 3.6
28+
29+
{+driver-short+} v5.2 removes support for {+mdb-server+} 3.6. To
30+
learn more about compatible versions of the server, see
31+
:ref:`kotlin-sync-compatibility`.
32+
2733
The 5.2 driver release includes the following new features,
2834
improvements, and fixes:
2935

0 commit comments

Comments
 (0)