Highlights
- Libs: fix all libraries to handle 429 (rate limiting).
- Server: update docker image to use Rust 1.60
- Server: preserve header name capitalization for custom endpoint headers.
- Server: gracefully handle non-textual webhook responses (so endpoints returning non strings).
- Server: delete message content after the specified retention period.
What's Changed
- Server CI: fix caching to actually work by @tasn in #414
- Gracefully handle non-text endpoint response bodies by @svix-dylan in #416
- Support
payloadRetentionPeriod
for messages by @svix-dylan in #405 - Preserve header key capitalization by @svix-dylan in #419
- Docker: bump rust dependency and add missing dependency. by @tasn in #420
- Update OpenAPI spec. by @tasn in #421
- Update code following OpenAPI update. by @tasn in #422
- Bump version and update changelog for v0.57.1 by @tasn in #423
Full Changelog: v0.57.0...v0.57.1