Skip to content

Commit 906b86c

Browse files
authored
Merge pull request #1291 from tableau/2023-update-versions
Simplify the Versions page by just referring to the rest API versions table which is updated regularly
2 parents 742241d + 9732248 commit 906b86c

1 file changed

Lines changed: 3 additions & 33 deletions

File tree

docs/versions.md

Lines changed: 3 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ server = TSC.Server('http://SERVER_URL')
2323
print(server.version)
2424
```
2525

26-
For example, the code might display version `3.17`.
26+
For example, the code might display version `3.20`.
2727

2828
## Use the REST API version supported by the server
2929

@@ -56,42 +56,12 @@ To use a specific version of the REST API, set the version like so:
5656
import tableauserverclient as TSC
5757

5858
server = TSC.Server('http://SERVER_URL')
59-
server.version = '3.17'
59+
server.version = '3.20'
6060

6161
```
6262

6363
## Supported versions
6464

65-
The current version of TSC only supports the following REST API and Tableau Server versions:
66-
67-
|REST API version|Tableau Server version|
68-
|---|---|
69-
|3.20|2023.2|
70-
|3.19|2023.1|
71-
|3.18|2022.4|
72-
|3.17|2022.3|
73-
|3.16|2022.2|
74-
|3.15|2022.1|
75-
|3.14|2021.4|
76-
|3.13|2021.3|
77-
|3.12|2021.2|
78-
|3.11|2021.1|
79-
|3.10|2020.4|
80-
|3.9|2020.3|
81-
|3.8|2020.2|
82-
|3.7|2020.1|
83-
|3.6|2019.4|
84-
|3.5|2019.3|
85-
|3.4|2019.2|
86-
|3.3|2019.1|
87-
|3.2|2018.3|
88-
|3.1|2018.2|
89-
|3.0|2018.1|
90-
|2.8|10.5|
91-
|2.7|10.4|
92-
|2.6|10.3|
93-
|2.5|10.2|
94-
|2.4|10.1|
95-
|2.3|10.0|
65+
The TSC library uses the same REST API versions as used in Tableau Server and Tableau Cloud. Refer to the [Tableau Server versions and REST API versions](https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_concepts_versions.htm#version_and_rest) table for an up-to-date mapping.
9666

9767
Note that Tableau provides support and security updates for each version of the product for a specific period of time. Review the Supported Versions table on the [Technical Support Programs page](https://www.tableau.com/support/services) for details.

0 commit comments

Comments
 (0)