All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
3.0.0 / 2024-12-13
- Support
region
bucket.
- Update
ricaun.Autodesk.Forge.Oss
to3.0.0
to fixregion
bucket. - Add
BucketRegion
toDesignAutomationService
. - Add
BucketRegion
withAPS_CLIENT_BUCKET_REGION
orFORGE_CLIENT_BUCKET_REGION
- Update
Delete
to deletebucket
to recreate withregion
.
2.1.0 / 2024-12-12
- Update
Oss
to use upload files ins3
. (Fix: #16) - Add
APS_CLIENT_ID
,APS_CLIENT_SECRET
,APS_CLIENT_CUSTOM_HEADER_VALUE
to theDesignAutomationService
.
2.0.0 / 2024-08-20
- Support .NET 6.0 and .NET 8.0
- Update
ricaun.Autodesk.Forge.Oss
to2.0.0
to fix auth issue.
1.0.8 / 2023-12-07
- Add
DesignAutomationEngineDateUtils
to enableDeprecationDate
on Engine. - Update
ForgeCustomHeaderValueHandler
with content and only when engine is deprecated. - Update
UpdateCustomHeaderEngineName
to check if engine is deprecated.
1.0.7 / 2023-10-03
- Update
ParameterActivityLanguageAttribute
to ignore empty value (Fix: #9) - Update
DesignAutomationService
showEngine
whenRun
in the console (Fix: #10)
1.0.6 / 2023-08-26
- Update
ParameterInputAttribute
with Zip support. - Update
ParameterInputAttribute
andParameterOutputAttribute
with Ondemand support. - Update
ParameterOutputAttribute
with Verb support. - Update
DesignAutomationService
to console Json activity and workitem.
1.0.5 / 2023-08-09
- Update
Autodesk.Forge.DesignAutomation
to5.1.2
- (Migrate from OAuth V1 to OAuth V2 withAutodesk.Forge.Core
to3.0.2
) - Update readme with custom header value example.
1.0.4 / 2023-06-30
- Add
FORGE_CLIENT_CUSTOM_HEADER_VALUE
environment variable to set custom header value forForgeClient
class.
1.0.3 / 2023-06-17
- Fix
RunTimeOutMinutes
not show report.
1.0.2 / 2023-05-32
- Update
DesignAutomationService
report output file without estimate. - Add
EnableReportConsoleLogger
- Add
Log
class
1.0.1 / 2023-05-31
- Update
Tests
project usingSamples
project - Add
Samples
project - Add
App
project
1.0.0 / 2023-05-30
- First Release (Copy project from: RevitAddin.DA.Tester)