Skip to content

Commit

Permalink
DOCSP-39159: v5.2 removal of support for 3.6
Browse files Browse the repository at this point in the history
(cherry picked from commit a10683b)
  • Loading branch information
rustagir committed Nov 19, 2024
1 parent 9bfc4a3 commit f5003d3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 124 deletions.
41 changes: 0 additions & 41 deletions .github/workflows/copy-compat-to-docs-shared.yml

This file was deleted.

13 changes: 8 additions & 5 deletions .github/workflows/vale-tdbx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,26 @@ jobs:
- name: checkout
uses: actions/checkout@master

- name: Install docutils
run: sudo apt-get install -y docutils

- id: files
uses: masesgroup/retrieve-changed-files@v2
with:
format: 'csv'
format: "csv"

- name: checkout-latest-rules
uses: actions/checkout@master
with:
repository: mongodb/mongodb-vale-action
path: './tdbx-vale-rules'
path: "./tdbx-vale-rules"
token: ${{secrets.GITHUB_TOKEN}}

- name: move-files-for-vale-action
run: |
cp tdbx-vale-rules/.vale.ini .vale.ini
mkdir -p .github/styles/
cp -rf tdbx-vale-rules/.github/styles/ .github/
cp tdbx-vale-rules/.vale.ini .vale.ini
mkdir -p .github/styles/
cp -rf tdbx-vale-rules/.github/styles/ .github/
- name: run-vale
uses: errata-ai/vale-action@reviewdog
Expand Down
78 changes: 0 additions & 78 deletions source/includes/mongodb-compatibility-table-kotlin-sync.rst

This file was deleted.

6 changes: 6 additions & 0 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ Learn what's new in:
What's New in 5.2
-----------------

.. important:: Removal of Support for {+mdb-server+} 3.6

{+driver-short+} v5.2 removes support for {+mdb-server+} 3.6. To
learn more about compatible versions of the server, see
:ref:`kotlin-sync-compatibility`.

The 5.2 driver release includes the following new features,
improvements, and fixes:

Expand Down

0 comments on commit f5003d3

Please sign in to comment.