8000
Skip to content

Releases: svix/svix-webhooks

v1.90.0

02 Apr 14:00
89b3058

Choose a tag to compare

What's Changed

  • Server: Add throttleRate to endpoint and application
    • This replaces rateLimit because the name caused some confusion
      (but is kept as a deprecated field for backwards compatibility)
  • Libs/All: Update to latest Svix Cloud spec

Full Changelog: v1.89.0...v1.90.0

v1.89.0

19 Mar 19:02
62f6aa2

Choose a tag to compare

What's Changed

  • Server: Add a prune helper command to delete old data
  • Server: Invalidate CMA cache when creating/updating endpoints or apps
  • Server: Return empty JSON object from v1.message-attempt.resend
  • Server: Build Docker image with Rust 1.94
  • Bridge: Add support for PLAIN sasl auth for confluent cloud
  • Bridge: Build Docker image with Rust 1.94
  • Libs/Python: Set __str__ on errors

Full Changelog: v1.88.0...v1.89.0

v1.88.0

12 Mar 18:08
c02f82d

Choose a tag to compare

What's Changed

  • Libs/Go: Add support for v1.management.authentication.patch-api-token (Internal endpoint)
  • Libs/Go: Add TransportWrapper option to SvixOptions (thanks @piotrdomagalski)

Full Changelog: v1.87.0...v1.88.0

v1.87.0

09 Mar 16:45
6fe609e

Choose a tag to compare

What's Changed

  • Server: Respect retry-after header on error responses (within limits) (thanks @vinay0826)

Full Changelog: v1.86.0...v1.87.0

v1.86.0

23 Feb 17:06
6c19bfa

Choose a tag to compare

What's Changed

  • Server: Fix non-determinism with regards to overrides of specific header names
  • Server: Bump MSRV to 1.88.0
  • Libs/All: Add support for v1.message.create-precheck (Svix Cloud exclusive endpoint)

(note: the server changes were technically part of the previous release but the DockerHub release process failed in an unrecoverable way so the changelog entries are repeated here)

Full Changelog: v1.85.0...v1.86.0

v1.85.0

12 Feb 16:39
ca54b59

Choose a tag to compare

What's Changed

  • Server: Fix non-determinism with regards to overrides of specific header names
  • Server: Bump MSRV to 1.88.0
  • Libs/Ruby: Return nil if payload is empty, instead of attempting to parse as JSON (thanks @donovanlopez)
  • Libs/Rust: Bump MSRV to 1.88.0
  • CLI: Bump MSRV to 1.88.0

Full Changelog: v1.84.1...v1.85.0

v1.84.1

30 Dec 02:06
fb6f745

Choose a tag to compare

Version v1.84.1

There are no new changes in this version.

v1.84.0

29 Dec 21:36
65b7dd9

Choose a tag to compare

Version 1.84.0

  • Libs/(JavaScript Python): Updated webhook verification logic to use
    official standard webhooks packages
  • Cli: support disabling TLS verification when relaying requests (svix listen)

v1.83.0

15 Dec 18:59
e1dc034

Choose a tag to compare

Version 1.83.0

  • Server: Add status_text field to MessageAttemptOut to match Svix Cloud
    • Makes current versions of the SDKs work with endpoints using this type again
  • Libs/PHP: Add MessageIn::createRaw, allows you to create a raw (non-json) message

v1.82.0

02 Dec 16:05
83e12e7

Choose a tag to compare

What's Changed

  • Libs/All: Add support for connector UIDs
  • CLI: Add support for the Connector API
  • CLI: Add -v --verbose flag
  • CLI: Fix a bug in config file saving
  • Server: Allow specifying queue prefix (thanks @turip)

New Contributors

Full Changelog: v1.81.0...v1.82.0

0