Skip to content

Commit e2b0ca8

Browse files
authored
Prepare Release Notes for v12 (#499)
1 parent 5c6809d commit e2b0ca8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

UPGRADING.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
This document is designed to show you how to upgrade to the latest version of the SDK accomodating any breaking changes introduced by major version updates.
44
If you find any issues with either this guide on upgrading or the changes introduced in the new version, please see [CONTRIBUTING.md](CONTRIBUTING.md)
55

6+
# Upgrading to v12.0.0
7+
* The SDK no longer provides its own CA bundle to verify TLS connections. It will continue to verify connections through the `requests` library, which makes use of [`certifi`](https://github.com/certifi/python-certifi). You may still provide your own bundle through the `ca_certs` parameter of the `Dropbox` classes and of the `create_session` function (see the [documentation](https://dropbox-sdk-python.readthedocs.io/en/latest/api/dropbox.html) for details).
8+
* This will be the last major version to support Python 2.
9+
610
# Upgrading from v10.X.X to v11.0.0
711
The major change that happened in this new version is that we regenerated the client files using Stone 3.2.0,
812
so relative imports are removed from the generated client files.

0 commit comments

Comments
 (0)