Releases: dropbox/dropbox-sdk-dotnet
Releases · dropbox/dropbox-sdk-dotnet
v4.6.0
What's New:
- OAuth 2
- Add force_reauthentication parameter.
- Common
- Add support for Dropbox-Api-Path-Root header.
- FileProperties
- Add new routes for template operations.
- Add new routes for search.
- Files
- Add IncludePropertyGroups field to GetMetadataArg and ListFolderArg.
- Add PropertyGroups field to CommitInfo.
- Team
- Add MemberSpaceLimitsExcludedUsers routes.
- TeamPolicies
- Add SmartSyncPolicy.
- Users
- Add RootInfo fields to FullAccount.
Bug Fixes:
- Fix a bug when serializing nested union.
v4.5.3
Bug fixes:
- Fix bug about OAuth2 require_role parameter.
v4.5.1
What's New:
- Files:
- ListFolder now supports shared links.
- Added Mode parameter to ListRevisions.
v4.4.1
Bug fixes:
- Fix framework target for wp81 app.
v4.4.0
What's new:
- FileProperties:
- New routes and structs for file properties and templates API functionality.
- FileRequests:
- New routes and structs for file requests API functionality.
- Files:
- Deprecate preview routes for file properties.
- Properties:
- Removed in favor of FileProperties namespace.
v4.3.1
What's new:
-
Files:
- Added IncludeMountedFolders and Limit parameter to ListFolderArg.
- Added GetThumbnailBatch route.
- File ID is now supported for ListFolder route.
- Default value for AllowOwnershipTransfer is not false.
- Added ServerDeleted timestamp to ListRevisions.
- Added DeletedAt to DeleteMetadata
- Added IncludeDeleted parameter to ListRevisions
-
Paper:
- Added DocsCreate and DocsUpdate routes.
-
Sharing:
- Updated PermissionDeniedReason.
- GetSharedLinks now returns max results limit of 1000.
- Added OwnerDisplayNames to SharedFolderMetadataBase.
-
Team:
- Added MemberSpaceLimitsSetCustomQuota route.
- Added MemberSpaceLimitsRemoveCustomQuota route.
- Added MemberSpaceLimitsGetCustomQuota route.
- Added TeamNamespacesList route.
v4.2.6
Bug fixes:
- Fixed a bug that the SDK may crash when a union field is changed from void to non-void.
v4.2.5
Bug fixes:
- Fixed deadlock issue for DropboxOauth2Helper.
v4.2.4
What's new:
- Update DropboxOauth2Helper to use versionless oauth2 endpoints.
- Use semantic versioning for AssemblyInfo.cs.
v4.2.3
What's new:
- Increase default timeout for long poll requests.
- Allow providing custom http client for long poll requests.
Bug fixes:
- Properly dispose http client when a Dropbox client is disposed.