|
1 | | -## 6.0.0-SNAPSHOT |
2 | | -- Updated to `jakarta.servlet` to unblock adoption of Spring Boot v3, **this is a breaking change if you use `DbxSessionStore`.** |
3 | | -- Added better error messaging when trying to build the project without submodules initialized. |
4 | | -- Improved generateStone task to properly declare inputs and outputs |
5 | | -- Removed obsolete javadoc flag |
6 | | -- Updated test dependencies |
7 | | -- Updated to Gradle 7.6.2 |
8 | | -- Removed redundant gradle wrappers |
9 | | - |
10 | | -## 5.4.5 (2023-05-16) |
| 1 | + |
| 2 | +6.0.0 (2023-11-30) |
| 3 | +--------------------------------------------- |
| 4 | +Android dependencies have moved to the drop-sdk-java/android directory of this repo and published as a separate artifact. |
| 5 | +To migrate, add the following to your dependencies block: |
| 6 | + |
| 7 | +```@groovy |
| 8 | +dependencies { |
| 9 | + implementation 'com.dropbox.core:dropbox-android-sdk:6.0.0' |
| 10 | +} |
| 11 | +``` |
| 12 | + |
| 13 | +- [#504](https://github.com/dropbox/dropbox-sdk-java/pull/504) Cleanup python codegen and formats java.stoneg.py |
| 14 | +- [#503](https://github.com/dropbox/dropbox-sdk-java/pull/503) Point to latest stone |
| 15 | +- [#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`.** |
| 16 | + - Improved generateStone task to properly declare inputs and outputs |
| 17 | +- [#500](https://github.com/dropbox/dropbox-sdk-java/pull/500) Build Improvements |
| 18 | + - Added better error messaging when trying to build the project without submodules initialized. |
| 19 | + - Removed obsolete javadoc flag |
| 20 | + - Updated test dependencies |
| 21 | + - Removed redundant gradle wrappers |
| 22 | +- [#499](https://github.com/dropbox/dropbox-sdk-java/pull/499) Update java.stoneg.py for python 3.10 compatability |
| 23 | +- [#486](https://github.com/dropbox/dropbox-sdk-java/pull/486) Makes project compatible with config cache |
| 24 | + - Removed redundant gradle wrappers |
| 25 | + - Updated to Gradle 7.6.2 |
| 26 | + - Updated test dependencies |
| 27 | + - Removed obsolete javadoc flag |
| 28 | + |
| 29 | + |
| 30 | +5.4.5 (2023-05-16) |
| 31 | +--------------------------------------------- |
11 | 32 | - Update jackson-core to 2.15.0 [#492](https://github.com/dropbox/dropbox-sdk-java/issues/476) |
12 | 33 |
|
13 | | -## 5.4.4 (2022-10-17) |
| 34 | +5.4.4 (2022-10-17) |
14 | 35 | --------------------------------------------- |
15 | 36 | - [Downgrade target back down to Java 1.8 as requested by a user. #476](https://github.com/dropbox/dropbox-sdk-java/issues/476) |
16 | 37 |
|
17 | | -## 5.4.3 (2022-10-14) |
| 38 | +5.4.3 (2022-10-14) |
18 | 39 | --------------------------------------------- |
19 | 40 | - Fix: [Make Kotlin optional in OSGI Import-Package statement](https://github.com/dropbox/dropbox-sdk-java/pull/473) |
20 | 41 |
|
21 | | -## 5.4.2 (2022-10-03) |
| 42 | +5.4.2 (2022-10-03) |
22 | 43 | --------------------------------------------- |
23 | 44 | - Update dropbox-api-spec to point to more recent version (Sept 01, 2022) [#431](https://github.com/dropbox/dropbox-sdk-java/pull/431) |
24 | 45 | - Generated stone api code is now checked into repository for greater visibility of spec changes [#418](https://github.com/dropbox/dropbox-sdk-java/pull/418) |
|
0 commit comments