forked from pool/python-dropbox
- update to 9.5.0 * Add optional lockholder_account_id to FileLockMetadata struct * Add optional invalid_argument to SearchError union * Add get_thumbnail:2 route * Add add_creator_as_owner to GroupCreateArg struct * Add exporting to LegalHoldStatus union * Add MembersInfo struct * Add team_invite_details to ActionDetails union * Add optional indicators to JoinTeamDetails struct * Add optional shared_content_link to SharedLinkSettings* structs * Add many functionalities to EventType and EventDetails unions * Add InviteMethod union * Add LockStatus union * Add RewindPolicy union * Add FileLockingValue union OBS-URL: https://build.opensuse.org/request/show/791657 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dropbox?expand=0&rev=5
67 lines
2.8 KiB
Plaintext
67 lines
2.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Apr 3 08:29:38 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- update to 9.5.0
|
|
* Add optional lockholder_account_id to FileLockMetadata struct
|
|
* Add optional invalid_argument to SearchError union
|
|
* Add get_thumbnail:2 route
|
|
* Add add_creator_as_owner to GroupCreateArg struct
|
|
* Add exporting to LegalHoldStatus union
|
|
* Add MembersInfo struct
|
|
* Add team_invite_details to ActionDetails union
|
|
* Add optional indicators to JoinTeamDetails struct
|
|
* Add optional shared_content_link to SharedLinkSettings* structs
|
|
* Add many functionalities to EventType and EventDetails unions
|
|
* Add InviteMethod union
|
|
* Add LockStatus union
|
|
* Add RewindPolicy union
|
|
* Add FileLockingValue union
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 26 10:55:24 UTC 2019 - pgajdos@suse.com
|
|
|
|
- version update to 9.4.0
|
|
* auth Namespace:
|
|
Added missing_scope into AuthError.
|
|
* file_requests namespace:
|
|
Added list and list/continue endpoints.
|
|
Added count endpoint.
|
|
Added delete and delete_all_closed endpoints.
|
|
* files namespace:
|
|
Added unsupported_file to DownloadError.
|
|
Added upper bound 9999 to start field in SearchArg.
|
|
Added unsupported_content_type to LookupError.
|
|
Added cant_move_shared_folder to RelocationError.
|
|
Added email_not_verified and unsupported_file to GetTemporaryLinkError.
|
|
Added ExportInfo struct.
|
|
Added fields (is_downloadable, export_info) to FileMetadata.
|
|
Added include_non_downloadable_files to ListFolderArg.
|
|
Added ExportMetadata, ExportArg, Export Result Structs.
|
|
Added ExportError union.
|
|
Added /export route.
|
|
* seen_state namespace:
|
|
Added mobile_ios, mobile_android and api into PlatformType.
|
|
Deprecated mobile in PlatformType.
|
|
* sharing namespace:
|
|
Updated shared_link_already_exists under CreateSharedLinkWithSettingsError from void to SharedLinkAlreadyExistsMetadata.
|
|
Updated docstrings for LinkPermissions
|
|
Added banned_member to AddFolderMemberError.
|
|
Added password field to LinkAudience.
|
|
Added effective_audience and link_access_level fields to LinkPermissions struct.
|
|
Added audience and access fields to SharedLinkSettings struct.
|
|
Added LinkAccessLevel and RequestedLinkAccessLevel union.
|
|
Added create_view_link and create_edit_link fields to FileAction union.
|
|
* team namespace:
|
|
Added profile_photo_url and suspended_on into MemberProfile.
|
|
* team_log namespace:
|
|
Added various new types.
|
|
* team_policies namespace:
|
|
Added TwoStepVerificationState union.
|
|
* team_reports namespace:
|
|
Added TemporaryFailureReason union.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Feb 16 11:03:48 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v9.3.0
|