Releases: dropbox/dropbox-sdk-java
Releases · dropbox/dropbox-sdk-java
v7.0.0
What's Changed
- Prepare next development version by @wdziemia in #532
- Dont hardcode
src
in StoneTask outputDir by @devPalacio in #533 - MF-5246 Prefix variables with "this." in hashcode function to prevent name clashes with "hash" by @wdziemia in #534
- Remove cert pinning from the SDK by @joshafeinberg in #537
- Exclude pycache from task input key on StoneTask by @devPalacio in #539
- Prepare for release 7.0.0 by @joshafeinberg in #538
Full Changelog: v6.1.0...v7.0.0
v6.1.0
v6.0.0
Android dependencies have moved to the drop-sdk-java/android directory of this repo and published as a separate artifact.
- #508 Generates the DbxSdkVersion value in a gradle task.
- #509 Adds queries to SDK manifest
- #510 Moves Android dependencies to the drop-sdk-java/android directory
- #515 Mark StoneTask as cacheable and reolve some dbapp integration issues
Full Changelog: v5.4.6...v6.0.0
v5.4.6
- Added better error messaging when trying to build the project without submodules initialized.
- Removed obsolete javadoc flag
- Updated test dependencies
- Removed redundant gradle wrappers
- Downgrade Jackson to maintain compatibility with lower Android API levels.
- Upgrade Gradle to 7.6.2, fixes #511
- Update Stone submodule
- StoneTask is now @CacheableTask
Full Changelog: v5.4.5...v5.4.6
v5.4.5
What's Changed
- Switch to using property for gradle 8 support by @joshafeinberg in #479
- Deleting old diffing script by @handstandsam in #482
- Dependency Guard Version Bump 0.4.0 by @handstandsam in #484
- Experimental - Generate a JSON representation of Stone by @handstandsam in #485
- Update jackson-core to 2.15.0 by @devPalacio in #492
Full Changelog: v5.4.4...v5.4.5
v5.4.4
What's Changed
- v5.4.4 - Downgrades Java 11 -> 8 for Compatibility. by @handstandsam in #478
Full Changelog: v5.4.3...v5.4.4
Find binary artifacts on Maven Central Here: https://repo1.maven.org/maven2/com/dropbox/core/dropbox-core-sdk/5.4.4/
v5.4.3
What's Changed
- Send Java SDK & Target SDK Versions In App2App Auth by @handstandsam in #470
- Updated README for Android by @handstandsam in #471
- Support Target SDK 33 in Sample App by @handstandsam in #472
- Make Kotlin optional in OSGI Import-Package statement by @essobedo in #473
- Prepare for Release 5.4.3 by @handstandsam in #474
New Contributors
Full Changelog: v5.4.2...v5.4.3
v5.4.2
What's Changed
- Update dropbox-api-spec to point to more recent version (Sept 01, 2022) #431
- Generated stone api code is now checked into repository for greater visibility of spec changes #418
- Renamed
master
->main
#424 - Added gradle version catalog #414#436
- Moved android code from
dropbox-sdk-java
intodropbox-sdk-android
#429 - Converted Java code to Kotlin in
dropbox-sdk-android
while mostly maintaining binary compatibility. #430 - Binary Compatibility Changes since
v5.3.0
#449 (see changes):- The following classes are now
final
and cannot be extended.com.dropbox.core.android.Auth
com.dropbox.core.android.DbxOfficialAppConnector
- In
com.dropbox.core.android.AuthActivity
, constants for the Intent Extra Keys were moved tocom.dropbox.core.android.internal.DropboxAuthIntent
- The following classes are now
- Fixed NPE bug in login flow #347
New Contributors
- @wdziemia made their first contribution in #418
- @Hronom made their first contribution in #420
- @Kristianwhittick made their first contribution in #421
- @devPalacio made their first contribution in #431
Full Changelog: v5.4.1...v5.4.2
5.4.1
This release is identical to 5.3.0
and has been uploaded temporarily as we finish our latest release. 5.4.0
was pushed prematurely due to a misconfiguration with our GitHub Action for publishing.
Full Changelog: v5.3.0...v5.4.1
v5.3.0
Changes:
- Update dropbox-api-spec to point to more recent version (July 13, 2022) #400
- The generateStone Gradle Task now supports Gradle Configuration Caching #390
- API Backwards Compatibility Fix - Won't crash when new types are returned from API #395
- Version Bumps in the Dropbox Android Sample Apps #391
Artifacts on Maven Central