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)