Released: 2025-07-30

cli

  • 🐛 Fix missing bundle.inputDataRaw in invoke command (#1072)
  • 🐛 Fix error 'No loader is configured for ".node" files' on zapier build (#1094)
  • 🔨 Refactor zapier init to move auth befores/afters into middleware.js instead of authentication.js (#1073)

core

  • 💅 Export errors from zapier-platform-core (#1075)
  • 🔨 Update form-data from 4.0.1 to 4.0.4 (#1096)

schema

  • 💅 Expanded AuthFieldSchema with additional field types:
    • Added support for the integer type (#1095).
    • Added support for the text type (#1098).