Skip to content

Releases: box/box-windows-sdk-v2

v3.16.0

29 Apr 20:24
Compare
Choose a tag to compare
  • Added sort and direction parameters to client.SearchManager.SearchAsync() to control sort order
  • Added extension parameter to client.FilesManager.GetThumbnailAsync() to control which thumbnail format is returned (thanks @guilmori!)
  • Fixed a bug where query string parameters were not correctly encoded
  • Added SetFileMetadataAsync() and SetFolderMetadataAsync() methods to client.MetadataManager to set metadata
    keys and values, overwriting existing values for the provided keys.
  • Automatically retry most API calls when the API responds with a transient error status code

https://www.nuget.org/packages/Box.V2/3.16.0
https://www.nuget.org/packages/Box.V2.Core/3.16.0

v3.15.0

28 Mar 22:49
f4b9d1c
Compare
Choose a tag to compare
  • Added support for passing custom IBoxService to BoxJWTAuth constructor.

https://www.nuget.org/packages/Box.V2/3.15.0
https://www.nuget.org/packages/Box.V2.Core/3.15.0

v3.14.1

07 Mar 23:25
Compare
Choose a tag to compare

v3.14.0

01 Mar 01:06
Compare
Choose a tag to compare
  • Added trace ID to API response exception message.
  • Fix deserialization of translated task assignment status.

https://www.nuget.org/packages/Box.V2/3.14.0
https://www.nuget.org/packages/Box.V2.Core/3.14.0

v3.13.1

21 Feb 23:38
Compare
Choose a tag to compare
  • Fixed an issue where some objects related to Events did not have their .Id property correctly deserialized from JSON

https://www.nuget.org/packages/Box.V2/3.13.1
https://www.nuget.org/packages/Box.V2.Core/3.13.1

v3.13.0

14 Feb 22:46
Compare
Choose a tag to compare
  • Added the .InviteEmail property to BoxCollaboration objects, which displays the email address for the invited
    user in a pending collaboration
  • Added .Timezone, .IsExternalCollabRestricted, .Tags, and .Hostname properties to BoxUser objects

https://www.nuget.org/packages/Box.V2/3.13.0
https://www.nuget.org/packages/Box.V2.Core/3.13.0

v3.12.0

08 Feb 02:04
Compare
Choose a tag to compare
  • Added client.FilesManager.GetCollaborationsCollectionAsync() and deprecated
    client.FilesManager.GetCollaborationsAsync() to enable paging through the entire
    collection of collaborations on a file
  • Added client.WebLinksManager.CopyAsync(), client.WebLinksManager.CreateSharedLinkAsync(),
    and client.WebLinksManager.DeleteSharedLinkAsync()
  • Added client.UsersManager.GetUserAvatarAsync() for retrieving a user's avatar image

https://www.nuget.org/packages/Box.V2/3.12.0
https://www.nuget.org/packages/Box.V2.Core/3.12.0

v3.11.0

18 Jan 00:41
Compare
Choose a tag to compare
  • Added support for reading and writing more Group fields
  • Fixed an issue where the UnsharedAt field of a shared link could not be set to null
  • Fixed renaming a file on new version upload
  • Added the ability to set the content modification timestamp on file version upload
  • Fixed issues around reading the source of an event when the source item is a web link

https://www.nuget.org/packages/Box.V2/3.11.0
https://www.nuget.org/packages/Box.V2.Core/3.11.0

v3.10.0

14 Dec 22:07
Compare
Choose a tag to compare

v3.9.3

04 Sep 19:38
Compare
Choose a tag to compare