Skip to content

1.9.0 - S3 Storage Backend, Instance Deletion Cost Management

Choose a tag to compare

@github-actions github-actions released this 04 Jun 15:41
ef48521
  • Adds support for including image inputs as S3 URLs
  • Adds support for uploading outputs to s3 and returning s3 urls instead of base64 encoded files
  • Adds support for asynchronously uploading outputs to s3 and returning a 202 immediately for the request.
  • Adds support for SaladCloud's Instance Deletion Cost Endpoint so that nodes with more work queued are less likely to be scaled in when adjusting replica count on the container group.
  • Expands test coverage

@x0xa This release provides a non-base64 encoded method for receiving generated outputs.

resolves #45
resolves #46