Releases: box/box-windows-sdk-v2
v3.18.0
v3.17.0
- Fixed the encoding of dates in the query parameters for Events and Search endpoints
- Deprecated
FilesManager.DownloadStreamAsync()
and introduced a replacement method with correct parameter types for byte offsets:FilesManager.DownloadAsync()
https://www.nuget.org/packages/Box.V2/3.17.0
https://www.nuget.org/packages/Box.V2.Core/3.17.0
v3.16.0
- Added
sort
anddirection
parameters toclient.SearchManager.SearchAsync()
to control sort order - Added
extension
parameter toclient.FilesManager.GetThumbnailAsync()
to control which thumbnail format is returned (thanks @guilmori!) - Fixed a bug where query string parameters were not correctly encoded
- Added
SetFileMetadataAsync()
andSetFolderMetadataAsync()
methods toclient.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
- 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
- Removed unnecessary package.config from sample files.
https://www.nuget.org/packages/Box.V2/3.14.1
https://www.nuget.org/packages/Box.V2.Core/3.14.1
v3.14.0
- 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
- 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
- Added the
.InviteEmail
property toBoxCollaboration
objects, which displays the email address for the invited
user in a pending collaboration - Added
.Timezone
,.IsExternalCollabRestricted
,.Tags
, and.Hostname
properties toBoxUser
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
- 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()
,
andclient.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
- Added support for reading and writing more Group fields
- Fixed an issue where the
UnsharedAt
field of a shared link could not be set tonull
- 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