Skip to content

Commit

Permalink
Add additional notes for release
Browse files Browse the repository at this point in the history
  • Loading branch information
joshafeinberg committed Apr 29, 2024
1 parent 8c91516 commit 775dcaf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
7.0.0 (2024-03-19)
---------------------------------------------
- [#537](https://github.com/dropbox/dropbox-sdk-java/pull/537) Remove cert pinning from the SDK
- [#539](https://github.com/dropbox/dropbox-sdk-java/pull/539) Exclude pycache from task input key on StoneTask

6.1.0 (2024-03-19)
---------------------------------------------
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,10 @@ The only ProGuard rules necessary are for the SDK's required and optional depend
### How do I enable certificate pinning?

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
your own `SSLSocketFactory` or `CertificatePinner`. To provide this to your calls, you can use any of the requestors provided
your own `SSLSocketFactory` or `CertificatePinner`. To provide this to your calls, you can use any of the requestors provided.

*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)
but we no longer provide any default certificate pinning or any other configuration.

#### Using `StandardHttpRequestor`

Expand Down

0 comments on commit 775dcaf

Please sign in to comment.