* Server: add built in SSRF support (no need for an external proxy) * Server: many worker improvements (see 704 for details) * Server: fix Span HTTP Routes * Server: update deps * Server: add Length limit validation to EndpointHeader value * Server: add missing root CAs to default docker image * Server: add updated app-portal-access API endpoint (to replace the deprecated dashboard-access) * Server: add feature flag gating to event types * Libs/Rust: Enable TLS support in `reqwest` by default * Libs: support the new feature flag gating of event types
0.74.1
* Libs/Rust: make all `*Options` and fields public (missing from previous release)
0.74.0
* Libs/Rust: make `ListOptions` and `PostOptions` fields public * Libs/Rust: fix Webhook verification to accept &str
0.73.0
* Server: fix issue with potentially incorrect signatures for very small payloads. * Server: fix Docker image to use `exec` so that svix-server will accept container process signals.
0.72.0
* Server: add metadata field to Endpoint endpoints * Server: add missing msg id index causing some queries to be slow * Server: make sensitive header detection in the `headers` API case insensitive * Server: omit prevIterator from responses when `null` * Server: fix string collation for some fields in the db (improves performance) * Server: expose attempted URL on MessageAttemptOut * Server: fix graceful server shutdown even when connection to queue is lost * Server: fix listing and getting event-types permission regression (give app tokens access) * Server: various code cleanups * Server: update axum to 0.6 * JavaScript: make signature comparison constant time (thanks arjunyel)
0.71.0
* Server: Add metadata to application CRUD * Server: Update Rust, sea_orm, and other deps * Libs: Update OpenAPI spec