版本发布 8
## What's Changed * Libs/Python: Fix release workflow (1.95.0 of the Python SDK failed publishing) **Full Changelog**: https://github.com/svix/svix-webhooks/compare/v1.95.0...v1.95.1
## Version 1.84.0 * Libs/(JavaScript Python): Updated webhook verification logic to use official standard webhooks packages * Cli: support disabling TLS verification when relaying requests (`svix listen`)
## Version 1.76.0 * Libs/PHP: Added support for the full svix SDK!
## What's Changed * Bridge, CLI, Server: Modify Dockerfiles to use cache mounts for improved build time; these now require Docker 1.2 or later to build * Libs/JS: Add support for custom retry schedule (thanks @KranzAklilu) **Full Changelog**: https://github.com/svix/svix-webhooks/compare/v1.74.1...v1.75.0
## What's Changed * Libs/Rust: Add support for custom retry schedule (thanks @KranzAklilu) * Libs/Rust: Add support for connecting to the API through a proxy * Server: Upgrade some core dependencies * Bridge: Add support for connecting to the Svix API through a proxy **Full Changelog**: https://github.com/svix/svix-webhooks/compare/v1.73.0...v1.74.0
## Version 1.73.0 * Libs/(Java and Kotlin): Fix bug causing runtime exceptions when unknown fields were sent from the server
## What's Changed * Libs/JavaScript: Use native `fetch` API * Server: Upgrade Docker base image to Debian Trixie * Bridge: Add a default `user-agent` to requests made by the new `http` output * Bridge: Upgrade Docker base image to Debian Trixie **Full Changelog**: https://github.com/svix/svix-webhooks/compare/v1.71.0...v1.72.0
## Version 1.68.0 * Server: Ensure messagecontent expiration is set * Libs/PHP: Handle Badly Formatted Signatures by @rodnaph in https://github.com/svix/svix-webhooks/pull/1942 * Libs/All: Automatically send an idempotency key on all outgoing post requests ## New Contributors * @rodnaph made their first contribution in https://github.com/svix/svix-webhooks/pull/1942