Published on

Svix Changelog March 2025

Authors

Cover image

Svix is the enterprise ready webhooks sending service. With Svix, you can build a secure, reliable, and scalable webhook platform in minutes. Looking to send webhooks? Give it a try!

With March Madness and Ghibli-everything madness coming to an end, it's time for the Svix March changelog!

New object storage endpoints (S3, GCS, and ABS)

We now support sending webhooks directly to the main object storage implementations: AWS S3, Google Cloud Storage, and Azure Blob Storage.

With this new feature your customers can now configure these as webhook destinations, and Svix will automatically batch and write the payloads to the chosen object storage.

This enables a variety of possibilities, including easily storing all events for later processing, making it easy to them to a data warehouse, and more.

To read more about this, please head to the Object Storage Endpoints docs.

Object storage endpoints

The Svix Ingest API is now public

The Svix Ingest API is now public and available in both the libs and the CLI.

Here is an example of how to create a new Ingest source that receives webhooks from Svix:

const ingestSourceOut = await svix.ingest.source.create({
    "type": "svix",
    "config": {
        "secret": "whsec_HETnydn0kMFqsf/k2e7OOmGQJmmw8s0r"
    }
});

Custom headers for FIFO endpoints

The previously announced FIFO endpoints rely on our FIFO delivery infrastructure which until a few weeks ago didn't support setting customer headers. This has now been fixed, and FIFO endpoints, like regular endpoints, support setting custom headers.

FIFO Endpoint headers

Closing words

We have also been working on a few large projects that are not ready to be shared just yet, but stay tuned for future updates. We have a few exciting things in the pipeline!

As always, please let us know if you have any feedback on the product, or anything else we can add or build to make your lives easier. A lot of the Svix product came from customer feedback, and we are sure ${next_big_thing} will come from feedback as well. No feedback is too small!


For more content like this, make sure to follow us on Twitter, Github, RSS, or our newsletter for the latest updates for the Svix webhook service, or join the discussion on our community Slack.