Skip to content

v3.0.0

Compare
Choose a tag to compare
@jiuyangzhao jiuyangzhao released this 17 Mar 22:57

3.0.0 (2017-03-17)

  • Breaking changes:
    • static INSTANCE is removed from OkHttp3Requestor and OkHttpRequestor
    • copyBatch/moveBatch now takes RelocationBatchArg instead of List
  • Update to latest API specs:
    • Auth namespace:
      • Added user_suspended to AuthError.
    • Files namespace:
      • Added PathRootError.
      • Added invalid_path_root to LookupError.
      • Added autorename to CreateFolderArg.
      • Added DeleteBatchArg, DeleteBatchResultEntry, DeleteResult, DeleteBatchResult, DeleteBatchError, DeleteBatchJobStatus and DeleteBatchLaunch.
      • Added delete_batch and delete_batch/check routes.
      • Added RelocationPath.
      • Added to allow_shared_folder and autorename to RelocationArg.
      • Added RelocationBatchArg, RelocationBatchResult, RelocationBatchJobStatus, RelocationResult,RelocationBatchError and RelocationBatchLaunch.
      • Added copy_batch and copy_batch/check routes.
      • Added move_batch and move_batch/check routes.
    • Sharing namespace:
      • Changed PathOrId validation pattern.
      • Changed path in ShareFolderArg from type files.Path to files.WritePath.
      • Added contains_app_folder, contains_team_folder and invalid_path_root to ShareFolderArg.
    • Stone Cfg namespace:
      • Changed validation pattern for owner in Route.
      • Added feature route attribute.
    • Team namespace:
      • Added team_license_limit to MembersRecoverError.
      • Removed beta_group attribute from members/recover.
  • Fix the bug that when InputStream throws IOException, DbxUploader#uploadAndFinish() throws NetworkIOException