Skip to content

Commit e5997f9

Browse files
authored
Merge pull request #4299 from TheovanKraay/update-python-sdk-versions
Update Python SDK versions
2 parents 1f19ab2 + dc49301 commit e5997f9

1 file changed

Lines changed: 2 additions & 43 deletions

File tree

articles/cosmos-db/sdk-python.md

Lines changed: 2 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -29,56 +29,15 @@ appliesto:
2929
> [!IMPORTANT]
3030
> * Versions 4.3.0b2 and higher support Async IO operations and version 4.5.2b4 and higher only support Python 3.8+. Python 2 is not supported.
3131
32-
## Release history
33-
Release history is maintained in the azure-sdk-for-python repo, for detailed list of releases, see the [changelog file](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/cosmos/azure-cosmos/CHANGELOG.md).
32+
## Release history and retirement dates
3433

35-
## Release & retirement dates
34+
Release history is maintained in the azure-sdk-for-python repo, for detailed list of releases, see the [changelog file](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/cosmos/azure-cosmos/CHANGELOG.md).
3635

3736
Microsoft provides notification at least **12 months** in advance of retiring an SDK in order to smooth the transition to a newer/supported version. New features and functionality and optimizations are only added to the current SDK, as such it is recommended that you always upgrade to the latest SDK version as early as possible.
3837

3938
> [!WARNING]
4039
> After 31 August 2022, Azure Cosmos DB will no longer make bug fixes or provide support to versions 1.x and 2.x of the Azure Cosmos DB Python SDK for API for NoSQL. If you prefer not to upgrade, requests sent from version 1.x and 2.x of the SDK will continue to be served by the Azure Cosmos DB service.
4140
42-
| Version | Release Date | Retirement Date |
43-
| --- | --- | --- |
44-
| 4.6.0 |Mar 15, 2023 |--- |
45-
| 4.5.1 |Sep 14, 2023 |--- |
46-
| 4.5.0 |Aug 10, 2023 |--- |
47-
| 4.4.0 |Jun 10, 2023 |--- |
48-
| 4.3.1 |Feb 24, 2023 |--- |
49-
| 4.3.0 |May 23, 2022 |--- |
50-
| 4.2.0 |Oct 09, 2020 |--- |
51-
| 4.1.0 |Aug 10, 2020 |--- |
52-
| 4.0.0 |May 20, 2020 |--- |
53-
| 3.0.2 |Nov 15, 2018 |--- |
54-
| 3.0.1 |Oct 04, 2018 |--- |
55-
| 2.3.3 |Sept 08, 2018 |August 31, 2022 |
56-
| 2.3.2 |May 08, 2018 |August 31, 2022 |
57-
| 2.3.1 |December 21, 2017 |August 31, 2022 |
58-
| 2.3.0 |November 10, 2017 |August 31, 2022 |
59-
| 2.2.1 |Sep 29, 2017 |August 31, 2022 |
60-
| 2.2.0 |May 10, 2017 |August 31, 2022 |
61-
| 2.1.0 |May 01, 2017 |August 31, 2022 |
62-
| 2.0.1 |October 30, 2016 |August 31, 2022 |
63-
| 2.0.0 |September 29, 2016 |August 31, 2022 |
64-
| 1.9.0 |July 07, 2016 |August 31, 2022 |
65-
| 1.8.0 |June 14, 2016 |August 31, 2022 |
66-
| 1.7.0 |April 26, 2016 |August 31, 2022 |
67-
| 1.6.1 |April 08, 2016 |August 31, 2022 |
68-
| 1.6.0 |March 29, 2016 |August 31, 2022 |
69-
| 1.5.0 |January 03, 2016 |August 31, 2022 |
70-
| 1.4.2 |October 06, 2015 |August 31, 2022 |
71-
| 1.4.1 |October 06, 2015 |August 31, 2022 |
72-
| 1.2.0 |August 06, 2015 |August 31, 2022 |
73-
| 1.1.0 |July 09, 2015 |August 31, 2022 |
74-
| 1.0.1 |May 25, 2015 |August 31, 2022 |
75-
| 1.0.0 |April 07, 2015 |August 31, 2022 |
76-
| 0.9.4-prelease |January 14, 2015 |February 29, 2016 |
77-
| 0.9.3-prelease |December 09, 2014 |February 29, 2016 |
78-
| 0.9.2-prelease |November 25, 2014 |February 29, 2016 |
79-
| 0.9.1-prelease |September 23, 2014 |February 29, 2016 |
80-
| 0.9.0-prelease |August 21, 2014 |February 29, 2016 |
81-
8241
## FAQ
8342

8443
[!INCLUDE [cosmos-db-sdk-faq](includes/cosmos-db-sdk-faq.md)]

0 commit comments

Comments
 (0)