Skip to content

Releases: box/box-windows-sdk-v2

v3.3.0

23 Nov 01:52
f73750c
Compare
Choose a tag to compare

Added support for Terms of Service.
Added support for Metadata Template ID.
Added fix for get number of parts function for UploadFileInSession
Added missing fields for folder object

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

v3.2.0

05 Oct 00:37
Compare
Choose a tag to compare

Added GetRepresentationsAsync().
Added UploadFileVersionUsingSessionAsync().
Fixed BoxEventsManager to convert DateTime to UTC Format.

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

v3.1.0

18 Aug 21:00
Compare
Choose a tag to compare

v3.0.0

28 Jul 20:43
Compare
Choose a tag to compare

Major version bumped to 3, targeting net45.
Upgraded the whole solution to Visual Studio 2017.
Combined JWTAuth code, no need for Box.V2.JWTAuth any more.
Added Recents API support.
New operations on Metadata API.
External App User ID: Apps can now store any unique external identifier for an app user which can be used to search for an app user.
Progression support on UploadUsingSessionAsync.
Other minor fixes/improvements.

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

v2.15.6

25 May 19:05
Compare
Choose a tag to compare

v2.15.5

19 May 00:59
Compare
Choose a tag to compare

Added GetSessionUploadedPartsAsync().
DownloadStreamAsync() supports range for partial content.
JWT is working under Azure Function.
BoxPreflightCheckConflictError will throw on filename already exists.

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

v2.15.4

v2.14.0

19 Jan 19:58
Compare
Choose a tag to compare
  • Adds support for single file collaborations.
  • Fixes issue with rate limit error on file upload.
  • Adds ResponseHeaders field to BoxException.

v2.12.1

02 Sep 01:52
Compare
Choose a tag to compare

Bug fix for Uri creation related to uploading a file.

v2.12.0

27 Aug 16:31
Compare
Choose a tag to compare

Adds support for catching conflict exceptions properly when performing a BoxPreflightCheckRequest. Adds support for Box Webhooks V2.