Skip to content
This repository was archived by the owner on Mar 5, 2024. It is now read-only.

Latest commit

 

History

History
78 lines (63 loc) · 4.19 KB

releasenotes.md

File metadata and controls

78 lines (63 loc) · 4.19 KB

Autodesk.Forge .NET package

1.9.8

  • Added ADS optional modifiers for UploadItemDesc / uploadResources

1.9.7

  • Added IFC v3 pipeline option to SVF and SVF2 payloads

1.9.6

  • 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

1.9.3

  • Fixed Resharp vnd.api+json support in the API calls
  • Fixed ToJson() ProjectAPI AttributeExtension missing

1.9.1

  • 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

1.9.0

  • Added support for .Net Core 3 and 5
  • Added support for .Net Framework 4.7.2 and 4.8

1.8.0

1.7.1

  • Adding support for BIM360 OSS bucket name change

1.7.0

  • POST & GET for PDF Export
  • Fix scope typo: user-profile:read

1.6.0

  • 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

1.5.2

  • Fixes on Design Automation endpoints

1.5

  • Include support for Design Automation v3
  • Fix Derivative endpoints to support EMEA Region (learn more)
  • Add IFC for JobPayloadItem

1.4

  • Add CheckReference for JobPayloadInput
  • Support GET Properties with forceget querystring parameter (learn more)

1.3

  • Add SearchFolderContentsAsync method
  • Add PatchFolder method

1.2

  • Support for .NET Core