Highlights
- Server: add org_id and app_id to main tracing span
- Server: make
wait_for
timeout early and retry - Server: add since/until query params to endpoint stats
- Server: add endpoints to expunge payload and response
- Server: clarify error message and documentation around filtered IP addresses
- Server: fix error message with endpoint filter types validation
- Server: fix
?after=<time>
ID Parsing in paginated endpoints - Libs: add endpoints to expunge payload and response
- Libs: add replay missing messages functions
- Libs: add transformations APIs
What's Changed
- Add org_id and app_id to main tracing span by @svix-daniel in #785
- Make
wait_for
timeout early and retry by @svix-andor in #783 - Run clippy beta --fix by @svix-gabriel in #788
- Add since/until query params to endpoint stats by @svix-gabriel in #784
- Add endpoints to erase payload and response by @svix-andor in #791
- Clarify error message and documentation around filtered IP addresses by @svix-daniel in #793
- Add comment noting use of openssl by @jaymell in #794
- Add replay method to libraries by @svix-andor in #786
- CreateMessageEndpoint - change old_signing_keys to private by @svix-gabriel in #795
- Endpoint CRUD: fix error message and field name. by @tasn in #796
- Fix
?after=<time>
ID Parsing in paginated endpoints by @svix-gabriel in #798 - Change all path extractors to use structs by @svix-andor in #797
- Include transformations API in the libs by @svix-daniel in #800
- Implement msg content and response expunge in libs by @svix-andor in #799
- Fix incorrect status code comparison for
Recover
by @svix-andor in #787 - Bump version and update changelog. by @tasn in #802
Full Changelog: v0.75.0...v0.76.0