What svix/svix-webhooks shipped
Generated by FoxPlug from public activity โ not affiliated with Svix.
Week of September 14, 2026
What shipped
- PHP client library now supports struct enums, enabling type-safe API usage patterns like StreamSinkIn::create(StreamSinkInConfig::poller()). Pull request #2640
- PHP AutoConfigConsumer feature added, bringing PHP support to parity with other client libraries for destination configuration. Pull request #2649
- Server now sends log events to OpenTelemetry collectors, extending observability beyond traces and metrics to include application logs. Pull request #2521
- OpenAPI specification updated with corresponding changes to library code generation. Pull request #2646
- Security update: rustls dependency bumped to address RUSTSEC-2026-0285. Pull request #2645
- Client libraries regenerated for new endpoint stats API. Pull request #2654
- SDKs regenerated to resolve a silent merge conflict. Pull request #2653
Why it matters
PHP now has feature parity with other supported languages through struct enums and AutoConfigConsumer support. Server observability capabilities expanded to include log event routing through OpenTelemetry. Security dependency updated.
Changelog entry
- PHP: Added struct enums support to client library Pull request #2640
- PHP: Implemented AutoConfigConsumer for destination configuration Pull request #2649
- Server: Log events now sent to configured OpenTelemetry collector Pull request #2521
- Updated OpenAPI specification and regenerated client libraries Pull request #2646
- Security: Updated rustls dependency (RUSTSEC-2026-0285) Pull request #2645
- Regenerated client libraries for endpoint stats API Pull request #2654
PHP client now supports struct enums and AutoConfigConsumer. Server sends logs to OpenTelemetry collectors. Security update for rustls.
This week we brought PHP client library to feature parity with other languages by adding struct enums support and AutoConfigConsumer. The server now routes log events through OpenTelemetry collectors, giving users complete observability of their webhook infrastructure. We also addressed a security advisory with a rustls update.