November 15 2019

For bucket delivery, users are now required to provide an account with both write and delete access to the given bucket. This applies to all platforms, including AWS/S3, Google Cloud Storage, and Azure.

October 25 2019

  • Canceling an order is now possible
  • cloud_filter operation parameters are now optional

May 24 2019

Added the ability for users to specify "fallback bundles" in the product_bundle field using a comma delimited list.

Sept 20 2018

This is a minor release.

Notification emails were previously being sent in text/plain format only. They will now be sent in multipart/alternative and include both plaintext and HTML formatting. The original plaintext version of the email is formatted exactly as it was prior to this change.

Jul 16 2018

This is a minor release with a few user facing changes. Most changes are new and old behavior should not change.

  • Incorrect archive_type results in a validation error. See Zipping Results section of documentation. This is an optional field and if you haven't been setting it, the type will default to zip.
  • You can now specify your webhook callback to be per_order: true. This is an optional parameter and, if omitted, the default behavior will be used whereby you’ll receive a webhook callback per bundle. See the Webhook section of documentation.
  • We have new validation rules on orders to ensure correct type of parameters (you can't use a number in a string field), and cannot specify operations that do not exist.