Skip to content

Commit

Permalink
Update ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
Walter Dziemianczyk committed Dec 1, 2023
1 parent 0467a61 commit e58fd20
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@

6.0.0 (2023-11-30)
---------------------------------------------
Android dependencies have moved to the drop-sdk-java/android directory of this repo and published as a separate artifact.
To migrate, add the following to your dependencies block:

```@groovy
dependencies {
implementation 'com.dropbox.core:dropbox-android-sdk:6.0.0'
}
```

- [#504](https://github.com/dropbox/dropbox-sdk-java/pull/504) Cleanup python codegen and formats java.stoneg.py
- [#503](https://github.com/dropbox/dropbox-sdk-java/pull/503) Point to latest stone
- [#501](https://github.com/dropbox/dropbox-sdk-java/pull/501) Updated to `jakarta.servlet` to unblock adoption of Spring Boot v3, **this is a breaking change if you use `DbxSessionStore`.**
- Improved generateStone task to properly declare inputs and outputs
- Improved generateStone task to properly declare inputs and outputs
- [#500](https://github.com/dropbox/dropbox-sdk-java/pull/500) Build Improvements
- Added better error messaging when trying to build the project without submodules initialized.
- Removed obsolete javadoc flag
Expand Down

0 comments on commit e58fd20

Please sign in to comment.