Bug Fixes
- CLI:
- In error handler fallback to local version only if we're not in its context (fix infinite recursion issue which put
serverless
process on stall) (#9472) (7047c34) (Mariusz Nowak) - Ensure resolved CLI params are correct in local fallback (#9472) (65a1f38) (Mariusz Nowak)
- In error handler fallback to local version only if we're not in its context (fix infinite recursion issue which put
- Telemetry: If global & local fallback versions are recent enough to report outcome, report with global (#9472) (eeddf9f) (Mariusz Nowak)
Templates
- Templates: Add
google-nodejs-typescript
template (#9445) (9cc05ad) (Corentin Doue)
Maintenance Improvements
- CLI Onboarding:
- Seclude from internal Framework logic (#9410) (7864f4d) (Mariusz Nowak)
- Integrate steps from dashboard plugin (#9410) (105807a) (Mariusz Nowak)
- Refactor to async/await (#9410) (1060d14) (Mariusz Nowak)
- Simplify tabcompletion support check (#9410) (c13586e) (Mariusz Nowak)
- Telemetry: Make
generatePayload
serverless
independent (#9410) (4f6a50a) (Mariusz Nowak) - CLI: Rely internally on
@serverless/utils/log
(#9410) (05588f7) (Mariusz Nowak) - Refactor
isNpmPackageWritable
to not depend onserverless
(b915cc4) (Mariusz Nowak)