Skip to content

Releases: dropbox/dropbox-sdk-dotnet

v4.6.0

22 Nov 01:06
Compare
Choose a tag to compare

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

12 Oct 23:17
Compare
Choose a tag to compare

Bug fixes:

  • Fix bug about OAuth2 require_role parameter.

v4.5.1

06 Oct 21:44
Compare
Choose a tag to compare

What's New:

  • Files:
    • ListFolder now supports shared links.
    • Added Mode parameter to ListRevisions.

v4.4.1

02 Oct 23:48
Compare
Choose a tag to compare

Bug fixes:

  • Fix framework target for wp81 app.

v4.4.0

19 Sep 23:10
Compare
Choose a tag to compare

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

05 Sep 18:54
Compare
Choose a tag to compare

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

02 May 23:18
Compare
Choose a tag to compare

Bug fixes:

  • Fixed a bug that the SDK may crash when a union field is changed from void to non-void.

v4.2.5

21 Apr 22:13
Compare
Choose a tag to compare

Bug fixes:

  • Fixed deadlock issue for DropboxOauth2Helper.

v4.2.4

23 Mar 02:08
Compare
Choose a tag to compare

What's new:

  • Update DropboxOauth2Helper to use versionless oauth2 endpoints.
  • Use semantic versioning for AssemblyInfo.cs.

v4.2.3

07 Mar 03:31
Compare
Choose a tag to compare

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.