Releases: dropbox/dropbox-sdk-obj-c
Releases · dropbox/dropbox-sdk-obj-c
Spec Update
files Namespace:
- Updated doc strings
team_log Namespace:
- Updated event docstrings
- New reset field for loading events with a cursor
- New event types added
team_policies Namespace:
- New CameraUploadsPolicyState union
Spec Update
-
files namespace:
- new documentation
- added new too_large error type for uploads
-
team namespace:
- add is_directory_restricted attribute to MemberProfile, MemberAddArg
- add new_is_directory_restricted to MemberSetProfileArg
-
team_log namespace:
- additional documentation
Spec Update
-
file_properties namespace:
- updated comments
-
files namespace:
- new SymlinkInfo struct on FileMetadata
- added too_many_write_operations error type to WriteError
- New CreateFolderBatch endpoint and related datatypes
- Added parent_rev attribute to DeleteArg
- New Thumbnail sizes
- New ThumbnailMode object
- New SyncSettings objects
-
sharing namespace:
- add seen_State.PlatformType to UserFileMembershipInfo
- new set_access_inheritance for FolderAction
- additional user info added to UserInfo struct
- new AccessInheritance union
- new set_access_inheritance route
-
team namespace:
- new HasTeamSelectiveSync object
- new selective sync settings included in various return objects and error types
- new update_sync_settings route
-
team_policies namespace:
- new ShowcaseEnabledPolicy object
- new ShowcaseDownloadPolicy object
- new ShowcaseExternalSharingPolicy object
Bug fix
Fix macos build issue for Carthage.
Spec Update
-
Added support for PathRoot
-
files namespace:
- Added download_zip endpoint
- Add properties_error to UploadError
-
team_common namespace:
- Added new MemberSpaceLimitType union
-
team namespace:
- Added additional error types to MembersRemoveError union
- Updated docstring
-
users namespace:
- Additional member space limit fields in TeamSpaceAllocation struct
-
team_log namespace:
- Lots of updates to struct names and descriptions (note these routes and structs are still in preview and subject to further changes)
Bug fix
Bug fix
Bug fix
Spec update and bug fixes
Spec update
Namespace Common:
- New PathRoot and RootInfo related structs and unions
Namespace File_properties:
- additional documentation
- new RemoveTemplateArg struct
- new routes for templates
- updated TemplateFilter union
- new PropertiesSearch structs
- new properties/search/continue route
Namespace Files:
- updated documentation
- updated routes with support for select_admin_mode
- add include_property_groups attribute to to args structs
- add propert_groups attribute to response structs
Namespace Sharing:
- update routes to include indicate for select_admin_mode
- updated examples
- add too_many_files attribute to RemoveFolderMemberError
Namespace Team:
- add new has_file_events input/output structs to featres/get_values endpoint
- add additional examples for device related structs
- reduce minimum value for UserQuota to 15
- Updated QuotaError structs
- New structs and routes to support excluded_users
Namespace Team_policies:
- add new SmartSyncPolicy union
Namespace Users:
- add root_info object to FullAccount struct
Bug fixes
- Improved auth flow security with state parameter.
- Add nil check to
popFromStorageForSession
.
Bug fix and improvement
Bug fix
- Fixed nullability check in generated hash function.
Improvement
- Add additional redirect url configuration.