Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 902 Bytes

File metadata and controls

34 lines (18 loc) · 902 Bytes

Release History

0.3.0-beta.3 (2022-05-11)

Bugs Fixed

  • Fixed a regression from 0.2.0-beta.1 to validate file extensions case insensitively.

Features Added

  • Added ScaledAssetDimensions to AssetConversionProperties.

Breaking Changes

  • OutputModelUri now returns a Uri to a .zip file containing the .ou file instead of the .ou file itself when using the new default service version: V0_3_preview_0.
  • The value specified when creating an AssetFileType is now validated and must begin with a '.' character.

0.3.0-beta.2 (2022-03-08)

Bugs Fixed

  • Removed support for the gltf file format in the SDK as it is not supported by the service.

0.3.0-beta.1 (2021-07-14)

  • Added exception for unsupported asset file formats

0.2.0-beta.1 (2021-05-11)

  • Added error codes to AssetConversionProperties

0.1.0-beta.1 (2021-02-26)

  • Initial client