|
| 1 | +3.0.0 (2017-03-17) |
| 2 | +--------------------------------------------- |
| 3 | +- Breaking changes: |
| 4 | + - static INSTANCE is removed from OkHttp3Requestor and OkHttpRequestor |
| 5 | + - copyBatch/moveBatch now takes RelocationBatchArg instead of List<RelocationPath> |
| 6 | +- Update to latest API specs: |
| 7 | + - Auth namespace: |
| 8 | + - Added user_suspended to AuthError. |
| 9 | + - Added TokenFromOAuth1Arg, TokenFromOAuth1Result and TokenFromOAuth1Error. |
| 10 | + - Added token/from_oauth1 rote. |
| 11 | + - Added AccessError and PaperAccessError. |
| 12 | + - Added InvalidAccountTypeError. |
| 13 | + - Files namespace: |
| 14 | + - Added PathRootError. |
| 15 | + - Added invalid_path_root to LookupError. |
| 16 | + - Added autorename to CreateFolderArg. |
| 17 | + - Added DeleteBatchArg, DeleteBatchResultEntry, DeleteResult, DeleteBatchResult, DeleteBatchError, DeleteBatchJobStatus and DeleteBatchLaunch. |
| 18 | + - Added delete_batch and delete_batch/check routes. |
| 19 | + - Added RelocationPath. |
| 20 | + - Added to allow_shared_folder and autorename to RelocationArg. |
| 21 | + - Added RelocationBatchArg, RelocationBatchResult, RelocationBatchJobStatus, RelocationResult,RelocationBatchError and RelocationBatchLaunch. |
| 22 | + - Added copy_batch and copy_batch/check routes. |
| 23 | + - Added move_batch and move_batch/check routes. |
| 24 | + - Sharing namespace: - Changed PathOrId validation pattern. |
| 25 | + - Changed path in ShareFolderArg from type files.Path to files.WritePath. |
| 26 | + - Added contains_app_folder, contains_team_folder and invalid_path_root to ShareFolderArg. |
| 27 | + - Added UploadSessionFinishBatchLaunch and made it new return type for upload_session/finish_batch. |
| 28 | + - Added Sha256HexHash alias. |
| 29 | + - Added content_hash to FileMetadata. |
| 30 | + - Added upload_api_rate_limit feature attribute to upload_session/start, upload_session/append_v2, upload_session/append, upload, upload_session/finish_batch. |
| 31 | + - Added duplicated_or_nested_paths to RelocationError and removed from RelocationBatchError. |
| 32 | + - Added properties api_group attribute and is_preview attribute to properties/*. |
| 33 | + - Added disable_viewer_info and enable_viewer_info to CommitInfoWithProperties. |
| 34 | + - Added link_metadata to SharedFileMetadata. |
| 35 | + - Added ViewerInfoPolicy union. |
| 36 | + - Added no_explicit_access to MemberSelector. |
| 37 | + - Deprecated change_file_member_access. |
| 38 | + - Added update_file_member route and UpdateFileMemberArgs struct. |
| 39 | + - Sharing namespace: |
| 40 | + - Added unsupported_link_type to SharedLinkError. |
| 41 | + - Added is_member to GroupInfo. |
| 42 | + - Added too_many_files to UnshareFolderError. |
| 43 | + - Added no_explicit_access to RelinquishFolderMembershipError. |
| 44 | + - Added viewer_info_policy, disable_viewer_info, enable_viewer_info to FolderPolicy. |
| 45 | + - Added team, is_inside_team_folder, path_lower to SharedLinkPolicy. |
| 46 | + - Added link_metadata, policy, shared_folder_id, time_invited to SharedFolderMetadata. |
| 47 | + - Added actions, link_settings, viewer_info_policy to ShareFolderArg and removed default values from policies in ShareFolderArg. |
| 48 | + - Added viewer_info_policy, link_settings to UpdateFolderPolicyArg. |
| 49 | + - Stone Cfg namespace: |
| 50 | + - Changed validation pattern for owner in Route. |
| 51 | + - Added feature route attribute. |
| 52 | + - Added attribute api_group, is_preview. |
| 53 | + - Removed attributes alpha_group, beta_group. |
| 54 | + - Team namespace: |
| 55 | + - Added team_license_limit to MembersRecoverError. |
| 56 | + - Removed beta_group attribute from members/recover. |
| 57 | + - Added group_name_already_used and group_name_invalid to GroupUpdateError. |
| 58 | + - Added joined_on, persistent_id to MemberProfile. |
| 59 | + - Added team_member_id, external_id to UserSelectorArg. |
| 60 | + - Added TeamMemberId, MemberExternalId, GroupExternalId, ResellerId aliases. |
| 61 | + - Added company_managed, system_managed to GroupManagementType. |
| 62 | + - Added TimeRange. |
| 63 | + - Added archive_in_progress to TeamFolderStatus, TeamFolderIdArg. |
| 64 | + - Added BaseTeamFolderError. |
| 65 | + - TeamFolderRenameError, TeamFolderArchiveError, BaseTeamFolderError, TeamFolderPermanentlyDeleteError now extend BaseTeamFolderError. |
| 66 | + - Added folder_name_reserved to TeamFolderRenameError. |
| 67 | + - Added GroupSelectorWithTeamGroupError. |
| 68 | + - GroupMemberSelectorError, GroupMembersSelectorError now extends GroupSelectorWithTeamGroupError. |
| 69 | + - Removed alpha from alpha/groups/*. |
| 70 | + - GroupDeleteError, GroupUpdateError, GroupMembersAddError now extends GroupSelectorWithTeamGroupError. |
| 71 | + - Added members_not_in_team, users_not_found to GroupMembersAddError. |
| 72 | + - Added joined_on to TeamMemberProfile. |
| 73 | + - Added member_persistent_id, duplicate_member_persistent_id, persistent_id_disabled, new_persistent_id, persistent_id_disabled, persistent_id_used_by_other_user to MemberSelectorError. |
| 74 | +- Fix the bug that when InputStream throws IOException, DbxUploader#uploadAndFinish() throws NetworkIOException |
| 75 | + |
1 | 76 | 2.1.1 (2016-08-01) |
2 | 77 | --------------------------------------------- |
3 | 78 | - Fix "Required field ... missing" deserialization bug caused by certain backwards-compatible response changes from the server. |
|
0 commit comments