svix-webhooks icon indicating copy to clipboard operation
svix-webhooks copied to clipboard

The enterprise-ready webhooks service 🦀

Results 105 svix-webhooks issues
Sort by recently updated
recently updated
newest added

## Bug Report Message containing a field with an empty array is not included in the json payload when serializing a HashMap ### Version 1.15.0 ### Platform Koltin ### Description...

lib/kotlin

## Bug Report ### Description `java.net.http` was introduced to Java with 11, not 1.8. Therefore, the java libs project will not compile. I tried this code: `./gradlew build` I expected...

hacktoberfest
lib/java

After having an issue running local operational webhooks (see the following pull request [https://github.com/svix/svix-webhooks/pull/1137](https://github.com/svix/svix-webhooks/pull/1137)) it looks as though handling the server url could do with a little more validation. Comments...

hacktoberfest
server

## Feature Request Correct me if I'm wrong, but it doesn't seem possible to send message payloads which aren't JSON objects - we have webhooks that may be encrypted PGP...

## Motivation I wanted to play around with the server codebase, but got stuck while following the instructions. ## Solution I tried to fix any problems I found, such as...

### Discussed in https://github.com/svix/svix-webhooks/discussions/1108 Originally posted by **cheleswer** October 19, 2023 Even after deleting the subscription, I see that events are still persisting in the Postgres DB. Is there any...

## Bug Report ### Version Maven: com.svix:svix:1.13.0 ### Platform Linux antoine-Latitude-3520 6.2.0-34-generic #34~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Sep 7 13:12:03 UTC 2 x86_64 x86_64 x86_64 GNU/Linux ### Description In the clients...

First stab at migration to trunk check for svix. ## Motivation `trunk check` is designed to manage all your static analysis / linting / formatting. Especially useful for polyglot repos...

IMHO, I suggest that replacing `tokio::sync::Mutex` with `std::sync::Mutex` can potentially lead to better performance outcomes. This assertion is based on the design differences between the two mutex implementations, particularly in...

hacktoberfest
server

Some of the libraries (e.g. PHP!) assume the headers are all lower-case. And while they should be lowercase (that's how Svix sends them). Doing this for every webhook is probably...

lib/all