3.75.2
(fix): Fix formatter regression caused by pnpm 11 Docker upgrade. The Dockerfile’s
rm -rf /.pnpm/store cleanup step was breaking all globally installed tools
(biome, oxfmt, prettier) because pnpm 11 stores global packages as symlinks
into $PNPM_HOME/store. Also clean up a redundant code template wrapper in
constructor generation that produced malformed indentation before formatting.
3.75.1
(fix): Fix asymmetric webhook signature verification to support payload-format
configuration. When payload-format.components includes timestamp, the
timestamp header value is now included in the data verified by the asymmetric
signature, closing a replay-protection gap where the timestamp was
unauthenticated.
(fix): Use IterableIterator<T> instead of HeadersIterator<T> in the generated Headers.ts shim.
HeadersIterator was added in TypeScript 5.6; the previous annotations broke compilation on TS < 5.6.
(chore): Upgrade oxc tooling: oxlint 1.69.0 → 1.72.0, oxfmt 0.54.0 → 0.57.0,
oxlint-tsgolint 0.23.0 → 0.24.0.