master-zapier-plan-draft/research/zapier/raw/docs/integrations/news/2025/v17.7.1.md
George Lambert b4150c8250 Milestone 0: import zappier billing, Verae middleware, and Zapier research
Compose-ready workspace: packages/zappier (rate card, portal, Stripe),
packages/verae-zapier-middleware (timestamp + NATS), packages/verae-zapier
(CLI app), vendor/zapier-platform, and research/zapier vendor corpus.

Gate 0 structure checks pass. Product code and research are not yet wired.
2026-09-09 02:37:36 -04:00

1.9 KiB

Documentation Index

Fetch the complete documentation index at: https://docs.zapier.com/llms.txt Use this file to discover all available pages before exploring further.

What's changed in v17.7.1

Improved zapier scaffold, zapier init, zapier validate, and zapier invoke auth. Also fixed issues with uncensored sensitive information and field grouping schema.

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)