Skip to main content
Released: 2025-09-10

cli

  • 🐛 Fix zapier scaffold failing when app object contains spread elements (#1115)
  • 🐛 Fix zapier invoke auth may append to last line without a newline (#1138)
  • 🐛 Fix zapier scaffold to use .js extension for TS imports (#1123)
  • 🐛 Fix zapier scaffold to handle shorthand property syntax (#1125)
  • 💅 zapier validate now runs _zapier-build before validation by default (#1130)
  • 💅 Add dev script to package.json of typescript templates generated by zapier init (#1128)
  • 💅 Improve zapier init to list only templates that support selected module and language (#1146)

core

  • 🐛 Censor sensitive info in ResponseError (#1147)

schema

  • 🐛 Fix InputFieldGroupsSchema to have its properties displayed (#1143)
  • 🧪 Allow to skip cleaning arrays in inputData via skipCleanArrayInputData (#1153)
  • 🔨 Support version with label (ongoing work) (#1093)
I