Version 0.72.0
Highlights
- 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)
What's Changed
- Go: regenerate lib. by @tasn in #708
- Add C collation to some PG fields by @svix-daniel in #713
- Server: omit prevIterator when null. by @tasn in #715
- BE: fix bug with case-sensitiveness of sensitive endpoint headers. by @tasn in #716
- Server: fix docker-compose to have the correct deps. by @tasn in #719
- Server: add missing msg id index causing slow querying. by @tasn in #718
- Eliminate ineffective Redis queue background task by @svix-daniel in #721
- Fix typo - it's 'database' not 'databse' by @svix-gabriel in #722
- Update axum to 0.6 by @svix-andor in #723
- Fix Clippy Beta lints by @svix-gabriel in #724
- Add endpoint metadata model by @svix-gabriel in #725
- Server: cleanup CreateMessageApp by @tasn in #727
- Server: expose attempted URL on MessageAttemptOut. by @tasn in #730
- Simplify Endpoint CRUD by @svix-gabriel in #731
- Fix TS string compare by @arjunyel in #733
- Add Metadata field to Endpoint CRUD by @svix-gabriel in #732
- Ensure server can shut down gracefully if queue connection breaks by @svix-daniel in #734
- Fix table in endpointmetadata model declaration by @svix-gabriel in #735
- Fix GET /event-types permission regression by @svix-gabriel in #736
- Fix GET /event-type/:name permissions by @svix-gabriel in #738
- Rust lib: fix beta clippy errors. by @tasn in #739
- Bump version and update changelog. by @tasn in #737
New Contributors
- @svix-andor made their first contribution in #723
- @arjunyel made their first contribution in #733
Full Changelog: v0.71.0...v0.72.0