- Added ADS optional modifiers for UploadItemDesc / uploadResources
- Added IFC v3 pipeline option to SVF and SVF2 payloads
- Fixed the directs3 batch complete body size from int to long (large files)
- Fixed the uploadResources method to keep the same uploadKey across multiples batches
- Changed the Configuation object to store a complete Bearer vs only the accessToken (backward compatible)
- Added an optional Range download for the downloadResources method
- Added a refreshToken callback for both the uploadResources and downloadResources metohds in case the token is about to expire
- Fixed Resharp vnd.api+json support in the API calls
- Fixed ToJson() ProjectAPI AttributeExtension missing
- Moved to .Net Standard 2.0, and .Net Framework 4.8
- Added support for .Net Core 3, .Net6.0
- Added Direct S3 endpoints
- Added uploadResource / downloadResources method to obfuscate Direct S3 workflows
- Various bugfixes
- Added support for .Net Core 3 and 5
- Added support for .Net Framework 4.7.2 and 4.8
- [DerivativeWebhooksApi.CreateHookAsyncWithHttpInfo should return Task<ApiResponse>](DerivativeWebhooksApi.CreateHookAsyncWithHttpInfo should return Task<ApiResponse>)
- OSS bucket name should not be hardcoded
- do not add .json to parameters
- Download derivative with DerivativesApi.GetDerivativeManifest is a void, range is an int
- TwoLeggedApi: AuthenticateAsync never ends
- HubsApi: cannot access EMEA hubs
- Autodesk.Forge.dll is not generated when building the project
content-type
hard coded- PATCH request
- await derivativesAPI.GetModelviewPropertiesAsync(urn, guid, "*");" retrieves a 'System.OutOfMemoryException' for large files
- Missing endpoint for getting properties of a single model item
- Missing endpoint for patching items in DM-API
- ProjectsApi.PostStorage should return StorageCreated object
- FoldersApi.PostFolder should return ItemCreated
- Various bugfixes
- Adding support for BIM360 OSS bucket name change
- ItemsApi.PatchItem & FoldersApi.PatchFolder, along with PatchFolder & PatchItem (rename BIM 360 Items is not supported)
- Deprecating Design Automation v3 classes (please use Autodesk.Forge.DesignAutomation instead)
- Design Automation v2 obsolete
- Fixes on Design Automation endpoints
- Include support for Design Automation v3
- Fix Derivative endpoints to support EMEA Region (learn more)
- Add IFC for
JobPayloadItem
- Add
CheckReference
forJobPayloadInput
- Support GET Properties with
forceget
querystring parameter (learn more)
- Add
SearchFolderContentsAsync
method - Add
PatchFolder
method
- Support for .NET Core