Changelog
April 2026
Overview
April 2026 introduces Test Health quarantine workflows, webhook signing secret rotation without endpoint re-registration, and unified SDK pagination helpers across Node, Python, Go, and Java.
Who should read this
- QA engineers, SREs, platform teams, and developers operating Zof Console and APIs.
When to use this workflow
- Onboarding new team members to Zof terminology and workflows
- Authoring internal runbooks aligned with Console labels
- Designing CI/CD or webhook integrations against documented behavior
Step-by-step procedure
Adopt quarantine
Quality → Test Health → quarantine flaky cases.
Document owner and re-enable criteria in team runbook.
Key concepts
- Quarantine
- Test Health action excluding flaky cases from release gates while investigation continues.
- Secret rotation
- Admin Center webhook flow updates HMAC secret without changing endpoint URL.
- listAuto
- SDK async iterator over paginated list endpoints.
Best practices
- Adopt client.runs.listAuto() iterators when replacing manual cursor loops
- Rotate webhook secrets using Admin Center rotation flow to preserve URL configuration
Was this page helpful?