Changelog
Release Date: 2024-02-08
GA Released
The following features are promoted from Beta to General Availability:
- Support for fetching physical properties: You can now use the
physicalProperties
object to fetch various physical properties such as area, mass, volume, density, surface area, and bounding box of the component.- Export geometry in STEP format: The
Derivative
object allows you to export a f3d file to a STEP file and returns a signed URL of the exported file. Please note that this feature is specifically used to generate the derivative for the first time. For existing STEP files, you can use theDerivative
object to fetch the signed URL for the .stp file of the component.- Create Projects within a Hub and add users to Hubs and Projects: You can now create projects within a Hub and add users to Hubs and Projects based on their APS registered email addresses by using mutations like
createProject
,addUsersToHub
, andaddUsersToProject
.Unsupported
- The fields namely
approvedBy
,approvers
, andowner
are not supported. We recommend not to use these fields in your queries.
Release Date: 2023-09-15
Added
- The Manufacturing Data Model Explorer user interface has been updated with enhanced features.
- Visualize complex schemas, browse queries and their relationships, test queries, and view responses for GraphQL APIs by using GraphQL Voyager.
Release Date: 2023-07-25
Added
- Fusion Data API is now known as Manufacturing Data Model API. Read this.
Release Date: 2023-07-06
Beta Updates
Added
- Perform administrative tasks such as creating Projects within Hub and add users to Hubs and Projects based on their email addresses by using mutations like
createProject
,addUsersToHub
, andaddUsersToProject
.
General Updates
Added
- New Autodesk Fusion Manage Extension properties (Revision and Change Order) are now available as fields for the relevant Objects in the Manufacturing Data Model API.
- The following fields are added to the Component and Drawing objects.
- lifeCycle
- revision
- itemNumber
- itemURN
- itemURL
- The following fields are added to the ComponentVersion and DrawingVersion objects.
- changeOrder
- changeOrderURN
- changeOrderURL
- URN and URL fields are introduced for the relevant items.
- URLs allow you to more easily create user experiences that link end-users directly to the data pages in Fusion Manage.
- The URNs allow for integration with the complete Fusion Manage APIs.
- Get full assembly structure using
allModelOccurrences
field. This feature lets you retrieve the entire model assembly hierarchy in one go, eliminating the need to fetch children of an assembly structure one level at a time.- A new field named as
parentComponentVersion
is added to the Occurrence object.- A new field named as
allModelOccurrences
is added to the ComponentVersion object.
Release Date: 2023-06-06
Beta Updates
Added
- Added new
physicalProperties
object. This object is used to fetch the physical properties such as area, mass, volume, density, surface area, and bounding box of the component.
Release Date: 2023-04-24
Beta Updates
Added
- Added new
Derivative
object. TheDerivative
object is used to retrieve the signed URL for the derivative format of the component.
Release Date: 2023-01-31
General Updates
Added
- New
pageSize
field in the Pagination object. The number of items returned in a paginated field may vary but will never be higher than thePaginationInput.limit
. Hence, the fieldpageSize
is introduced to return the actual number of items in a paginated field. UsepageSize
instead ofPaginationInput.limit
.Deprecated
- The
limit
field in the Pagination object is deprecated.
Beta Updates
Added
- New Autodesk Fusion Manage Extension properties (Revision and Change Order) are now available as fields for the relevant Objects in the Manufacturing Data Model API.
- The following fields are added to the Component and Drawing objects.
- lifeCycle
- revision
- itemNumber
- itemURN
- itemURL
- The following fields are added to the ComponentVersion and DrawingVersion objects.
- changeOrder
- changeOrderURN
- changeOrderURL
- URN and URL fields are introduced for the relevant items.
- URLs allow you to more easily create user experiences that link end-users directly to the data pages in Fusion Manage.
- The URNs allow for integration with the complete Fusion Manage APIs.
- Get full assembly structure using
allModelOccurrences
field. This feature lets you retrieve the entire model assembly hierarchy in one go, eliminating the need to fetch children of an assembly structure one level at a time.- A new field named as
parentComponentVersion
is added to the Occurrence object.- A new field named as
allModelOccurrences
is added to the ComponentVersion object.
Release Date: 2022-08-15
Added
- A GraphiQL based IDE known as the Manufacturing Data Model Explorer. The Manufacturing Data Model Explorer is integrated with the Autodesk’s identity system and lets you test, debug, and run GraphQL queries on your live Manufacturing Data Model. For more information, see About Manufacturing Data Model Explorer
Note: Mutations are not supported.
Improved
- Fixed issues involving IDs in order to ensure uniqueness.
- The IDs have been fully encoded for improved security.
- Please note that if you store any of the following IDs: componentId, drawingId, componentVersionId, drawingVersionId, thumbnailId, you will receive new IDs in the query responses when you pass the old ID. Kindly update your database to store the new IDs and use the new IDs for any subsequent calls.
Release Date: 2022-07-03
First public release.