Skip to content

Releases: dropbox/dropbox-sdk-java

v7.0.0

29 Apr 20:10
b70fd04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.1.0...v7.0.0

v6.1.0

21 Mar 14:57
23ad93b
Compare
Choose a tag to compare

6.1.0 (2024-03-19)

  • #527 Adds nullability annotations to data models for improved interop with Kotlin
  • #530 Fix StoneTask cache misses

Full Changelog: v6.0.0...v6.1.0

v6.0.0

01 Dec 20:55
22fe258
Compare
Choose a tag to compare

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

03 Oct 17:00
Compare
Choose a tag to compare
  • 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

16 May 21:04
a0ff007
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.4.4...v5.4.5

v5.4.4

17 Oct 14:35
f28d537
Compare
Choose a tag to compare

What's Changed

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

14 Oct 15:00
6e3f875
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.4.2...v5.4.3

v5.4.2

04 Oct 13:07
e152079
Compare
Choose a tag to compare

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 into dropbox-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 to com.dropbox.core.android.internal.DropboxAuthIntent
  • Fixed NPE bug in login flow #347

New Contributors

Full Changelog: v5.4.1...v5.4.2

5.4.1

27 Sep 14:53
Compare
Choose a tag to compare

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

20 Jul 20:48
Compare
Choose a tag to compare

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