Releases: carbon3d/carbon3d-api
0.4.17
0.4.16a
No customer facing changes.
0.4.16
No customer facing changes.
0.4.12
No customer facing changes.
0.4.10
Additional Information Available in GET /models endpoints
GET /models endpoints now return the email of the user who uploaded the original model file.
0.4.8
New GET /model_program_runs bulk endpoint
Users can now query for one or more model_program_runs instances with a single call to the API. Use this to reduce the number of calls made when checking for model program run status’.
0.4.7
GET /builds and GET /part_orders endpoints return additional information
Additional information includes:
- updated_at
- created_at
Removed Experimental Endpoints
The Experimental Endpoints section (introduced in API v0.4.4) has been removed from the public API. These endpoints will no longer be accessible. Experimental Endpoints are for internal testing purposes only and are not suitable for external use. This is expected to have no impact on customer usage.
0.4.4
- Add POST /models/presigned
- Add POST /models/presigned/resolve
- Updated hollow_part_order.py code example
- CORS support added
0.4.0
- Add POST /model_program_runs
- Add GET /model_program_runs
- Add new sample code
0.3.8
- Created At (created_at), Updated At (updated_at), and Finished At (finished_at) are now displayed on all Printed Parts (GET /printed_parts) responses