Skip to content

Commit 775dcaf

Browse files
committed
Add additional notes for release
1 parent 8c91516 commit 775dcaf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
7.0.0 (2024-03-19)
22
---------------------------------------------
33
- [#537](https://github.com/dropbox/dropbox-sdk-java/pull/537) Remove cert pinning from the SDK
4+
- [#539](https://github.com/dropbox/dropbox-sdk-java/pull/539) Exclude pycache from task input key on StoneTask
45

56
6.1.0 (2024-03-19)
67
---------------------------------------------

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,10 @@ The only ProGuard rules necessary are for the SDK's required and optional depend
403403
### How do I enable certificate pinning?
404404

405405
As of version 7.0.0, the SDK no longer provides certificate pinning by default. We provide hooks for you to run each of your requests with
406-
your own `SSLSocketFactory` or `CertificatePinner`. To provide this to your calls, you can use any of the requestors provided
406+
your own `SSLSocketFactory` or `CertificatePinner`. To provide this to your calls, you can use any of the requestors provided.
407+
408+
*Note*: If you were previously using `SSLConfig`, this is no longer available. You can view the source in [git history](https://github.com/dropbox/dropbox-sdk-java/blob/0f765cb69940ac047682cf117af7a94a1f66b6eb/core/src/main/java/com/dropbox/core/http/SSLConfig.java)
409+
but we no longer provide any default certificate pinning or any other configuration.
407410

408411
#### Using `StandardHttpRequestor`
409412

0 commit comments

Comments
 (0)