Skip to content

Large Payload Support & API Schema Update

Latest

Choose a tag to compare

@nextgearslab nextgearslab released this 03 May 15:45

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_tail is now stdout
    • stderr_tail is now stderr
      (Note: If you have workflows or automations parsing Gantry's output, you will need to update them to look for the new key names.)