master-zapier-plan-draft/research/zapier/raw/docs/integrations/news/2025/v17.3.0.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

2.1 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.3.0

Revamped zapier build and input field grouping.

Released: 2025-07-01

This release introduces two major improvements: zapier build and input field grouping.

The zapier build command has been revamped to:

  • Better support npm/yarn/pnpm workspaces
  • Run faster when the --skip-npm-install flag is enabled
  • Test the build.zip file to verify all load-time dependencies are included (not applicable on Windows)

Input Field Grouping:

  • Grouping support, intended for visual purpose in products, has been added to the input fields.

cli

  • 💅 zapier build supports npm/yarn/pnpm workspaces and runs faster (#1052)
  • 🐛 Fix a bug where zapier build can select the wrong entry point of a dependency (#1052 - c004298)
  • 📜 Update docs for new days before deprecation and sending emails (#1056)

core

  • 🐛 Fix a bug where Fetch logger crashes when response doesn't have content-type (#1062)
  • 🐛 Fix a bug where text/xml response content should be logged (#1058)
  • 💅 Typing update: allow overriding id requirement in polling triggers (#1059)
  • 💅 Typing update: allow test bundles to be recursively partial (#1057)
  • 🔨 Bump fernet from 0.4.0 to 0.3.3 (latest) (#1055)

schema

  • 🎉 Input fields now support visual grouping through the "group" property of the /PlainInputFieldSchema and the new /InputFieldGroupsSchema (#1061)