This release improves how Gantry handles large script outputs and updates the API response schema to be more standard.
🚀 Improvements & Fixes
- Large Payload Support: Removed the previous 8,000 character limit on script execution output. Gantry will now return the full payload, allowing you to safely pass large JSON objects or long Base64 strings back to your webhooks.
⚠️ API Schema Changes
- Key Renames: Because Gantry now returns the complete output rather than just the end of it, the API response keys have been updated:
stdout_tailis nowstdoutstderr_tailis nowstderr
(Note: If you have workflows or automations parsing Gantry's output, you will need to update them to look for the new key names.)