What's Changed
- Add basic message dispatch tests by @svix-daniel in #321
- Change base Docker image to debian-slim by @tasn in #331
- Update SeaORM to 0.6.0 by @svix-daniel in #333
- Adds List Attempted Messages Endpoint by @svix-daniel in #332
- Switch to KsuidMs for extra precision. by @tasn in #335
- List attempted messages: sort by ID, not by CreatedAt. by @tasn in #336
- Add implementation for "List Attempts by Endpoint" endpoint by @svix-daniel in #338
- Ensure queue type in tests is in-memory. by @svix-daniel in #339
- Implement
Validate
forIdOrUid
types by @svix-daniel in #340 - Cleanup: make generate_token accept an org_id. by @tasn in #341
- Reorganize integration tests based on Rust best practices. by @tasn in #342
- Tests: remove the integration_test feature and rely on cargo. by @tasn in #343
- Implement missing endpoints for the attempt API by @svix-daniel in #345
- Note deprecated functions/endpoints in attempts API by @svix-daniel in #346
- Simplify
Validate
implementation forIdOrUid
types by @svix-daniel in #347 - Add/Fix Query Parameters for
message
andattempt
modules by @svix-daniel in #348 - Server: Add query parameter validation tests by @jaymell in #349
- Adds
prev
iterators as query filters forlist_attempts_by_endpoint
andlist_attempts_by_msg
by @svix-daniel in #350 - Bump SeaORM version to 0.7.1 by @svix-daniel in #353
- Add payload validation tests by @jaymell in #351
- Server: Add
with_content
query param to appropriate endpoints by @jaymell in #352 - Db models: use the same timestamp for ID and created_at. by @tasn in #355
- Attempt: remove redundant comment (fixme already fixed). by @tasn in #356
- Application: add tests to ensure correct UID behavior. by @tasn in #357
- Application: add another uid test and improve list test by @tasn in #358
- Tests: make a common test for testing list endpoints. by @tasn in #359
- Bump minimist from 1.2.5 to 1.2.6 in /javascript by @dependabot in #362
- Tests: use correct way of asserting results. by @tasn in #361
- Server: Worker HTTP error handling fixes by @jaymell in #360
- Ignore VSCode data by @jaymell in #364
Full Changelog: v0.54.2...v0.55.0