Releases: dropbox/dropbox-sdk-obj-c
Spec update and bug fixes
Spec update
- Move shared_link to end of parameter list for ListFolderArg.
- Add mode to ListRevisionsArg.
Bug fixes
- Improved serialization error handling
- Fixed deprecation message to use correct route name formatting.
Bug fix
Fix Carthage Xcode project
Carthage
- Fixed Carthage Xcode project (macOS).
Fix Carthage Xcode project
Carthage
- Fixed Carthage Xcode project (iOS).
Spec update and bug fixes
Spec update
General:
Updated docstrings in multiple namespaces
Updated general route configuration to support select_admin_mode
file_properties namespace:
New routes and structs for the file properties and templates API functionality
file_requests namespace:
New routes and structs for the file_requests API functionality
files:
deprecate preview routes for files_properties
properties:
removed in favor of file_properties
team_property_templates:
removed in favor of file_properties
team:
deprecate beta properites routes
team_members:
Update NamePart? to be OptionalNamePart?
team_policies:
Add new team policies for SSO Paper, RolloutMethod and PasswordStrength
Bug fixes
- Small bug fixes.
Small fixes
Fixes
- Fix compiler warnings from strict build flag
-Wstrict-prototypes
. - Made internal request function return mutable.
Small fixes
Fixes
- OpenWith bug where pasteboard data was empty, and crash happened.
- Separate queues for each session.
Spec update
Adds
- Support for 422 path root error.
tokenUid
is now more widely available.
Fixes
- Fixed potential retain cycle in response blocks.
API spec update
Files namespace: …
- Added too_many_write_operations in UploadSessionFinishError.
- Removed PathRootError and invalid_path_root in LookupError. (breaking change)
- Added team_folder to WriteError.
Sharing namespace:
- Added access_level to LinkSettings.
- Added change_access_level to LinkAction.
- Added access_level and audience_restricting_shared_folder to SharedContentLinkMetadataBase.
- Added access_type and expected_link_metadata to SharedFileMetadata.
- Added path to ParentFolderAccessInfo.
- Added actions to UpdateFolderPolicyArg.
- Added team_folder to UpdateFolderPolicyError.
Stone Cfg namespace:
- Added allow_app_folder_app attribute.
- Added takes_path_root attribute.
Team namespace:
- Added route token/get_authenticated_admin.
- Added route features/get_values.
- Added expires to ActiveWebSession.
- Added cursor and has_more to TeamFolderListResult for pagination.
- Added route team_folder/list/continue.
- Made member_given_name and member_surname optional in MemberAddArg. (breaking change)
User namepsace:
- Moved AccountType from user namespace to user_common namespace.
Added TeamLog namespace.
Fixed 513 download error
Fixes
- Longstanding 513 download error (permissions) (fixed not yet confirmed).
- Updated formatting issues (
_Nonnull
replaced withNS_ASSUME_NONNULL
and_Nullable
replaced withnullable
. - Signup button enabled for macOS now.
Small fixes
Fixes
- Fix error where file not moved correctly to temporary location (multi-thread).
- Expose moving error for file download.