svix-webhooks
svix-webhooks copied to clipboard
The enterprise-ready webhooks service 🦀
## Bug Report ### Version All recent versions since 0.74 ### Platform The issue is not platform dependant ### Description The SVIX Create Endpoint API docs here https://api.svix.com/docs#tag/Endpoint/operation/create_endpoint_api_v1_app__app_id__endpoint__post state that...
In rust: should probably just be a generic over json serializable if it's not already. For everything else (that supports generic): just make it generic. This will let people have...
Let's see if this is enough to get Windows CI working again
Some users use one endpoint to consume different kinds of event types. In these cases it can be useful to have a discriminant in the payload itself to determine the...
## Feature Request Ability to support specifying the database schema via a DB URL or config parameter. ### Motivation Ideally users can specify a non-default schema for improved security, data...
## Bug Report ### Version 0.77.0 ### Platform Windows ### Description Using C# Client Svix 0.77.0 var msg= await svix.MessageAttempt.ListAttemptsByMessageAsync("app_id", "msg_id"); throws `````` System.InvalidOperationException: Nullable object must have a value....
## Motivation Configuration struct derives clone macro so Sivx struct can also derive it. This would be helpful to clone Sivx client when sharing it between threads without wrapping it...
For example in Kotlin we have: ``` var sleepTime = 50L val numRetries = 3 ``` Would be great to make it possible for people to configure them (and other...
…ders_prefix) ## Motivation ## Solution
## Feature Request Need to have **whitelabel_headers_prefix**, just like **whitelabel_headers** option in config. Example **whitelabel_headers=true** **whitelabel_headers_prefix="CustomName-"** default will be "Webhook-" Then configured white label headers will be **CustomName-id**, **CustomName-timestamp**, **CustomName-signature**...