Skip to content

Releases: carbon3d/carbon3d-api

0.4.17

11 Jul 20:55
Compare
Choose a tag to compare
  • Clarification on expiration time for uploaded presigned models (30 days)

0.4.16a

16 Nov 23:55
Compare
Choose a tag to compare

No customer facing changes.

0.4.16

10 Nov 21:04
Compare
Choose a tag to compare

No customer facing changes.

0.4.12

05 Oct 23:06
Compare
Choose a tag to compare

No customer facing changes.

0.4.10

15 Sep 17:15
Compare
Choose a tag to compare

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

25 Aug 16:33
Compare
Choose a tag to compare

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

18 Aug 20:39
Compare
Choose a tag to compare

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

12 Jan 23:52
Compare
Choose a tag to compare
  • Add POST /models/presigned
  • Add POST /models/presigned/resolve
  • Updated hollow_part_order.py code example
  • CORS support added

0.4.0

23 Aug 01:15
Compare
Choose a tag to compare
  • Add POST /model_program_runs
  • Add GET /model_program_runs
  • Add new sample code

0.3.8

02 Nov 22:48
Compare
Choose a tag to compare
  • Created At (created_at), Updated At (updated_at), and Finished At (finished_at) are now displayed on all Printed Parts (GET /printed_parts) responses