Skip to content

v5.0.0 pre-release

Pre-release
Pre-release
Compare
Choose a tag to compare
@mwwoda mwwoda released this 19 Dec 10:39
cd7c51b

In early 2023, we will release a new major version of the box-windows-sdk.

The most important change in this release is raising the minimum required version of the .NET Framework from 4.5 to 4.6.2 in Box.V2 package to follow the .NET Framework lifecycle more closely. Learn more about it here

Additionally, we are changing the following APIs:

  • Remove deprecated v1 auth and related logic
  • GetFileVersionsUnderRetentionForAssignmentAsync now correctly returns BoxFile instead of BoxFileVersion
  • Remove BoxFileVersion field from BoxFileVersion model (this was a workaround for GetFileVersionsUnderRetentionForAssignmentAsyncresponse which is now handled properly)
  • Remove Preview field from BoxPermissionsRequest model as it's value is always true
  • Replace BoxAuthTokenApiUri with BoxApiHostUri
  • Replace events with the Master prefix with events with the Admin prefix
  • Remove deprecated methods from BoxMetadataManager, BoxConfigBuilder, BoxFilesManager, BoxSearchManager, BoxFolderManager, BoxTermsOfServiceManager, OAuthSession, BoxRetentionPoliciesManager

Most of these APIs were marked as [Obsolete] for some time.

You can preview the changes here. For a detailed list of changes and tips on how to migrate to the latest major version, see our migration guide