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
- Create
Autodesk.Forge
internal project.
- Copy
BucketsApi
,ObjectsApi
,TwoLeggedApi
from the originalforge-api-dotnet-client
repository. - Update deprecated
x-ads-region
toregion
when creating a bucket. buckets-POST (Fix: #10)
- Update
CreateBucketAsync
to work withregion
.
- Add
BucketApi_CreateAndDelete_Region
2.1.0 / 2024-12-12
- Remove obsolete endpoints and use
S3
. - Update
UploadFileAsync
to support multi-part upload. - Add
APS_CLIENT_ID
,APS_CLIENT_SECRET
to theConfiguration
.
2.0.0 / 2024-08-20
- Support
APS OAuth V2
.
- Update
Autodesk.Forge
to1.9.9
. (Fix #6)
1.0.2 / 2023-08-09
- Update
Autodesk.Forge
to1.9.8
- (Migrate from OAuth V1 to OAuth V2)
1.0.1 / 2022-12-26
- Fix
deadlock
when converting async to sync in theConfiguration.GetBearer
.
1.0.0 / 2022-12-20
- First Release to Nuget
- Add
Autodesk.Forge.Oss
project - Add
Autodesk.Forge.Oss.Tests
project