Skip to content

Releases: svix/svix-webhooks

Version 1.40.0

11 Nov 20:47
20f3737
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.39.0...v1.40.0

Version 1.39.0

06 Nov 20:17
Compare
Choose a tag to compare

Highlights

  • Libs: Add operational webhook endpoint API
  • Libs/Rust: [Breaking] Models for PATCH endpoints now have Option<Option<T>> fields to allow explicitly sending nulls to unset those fields.
  • Libs/Go: [Breaking] Nullable arrays are once again represented by []T instead of *[]T. Serialization handles the empty case correctly.
  • Libs: Upgrade openapi-generator to 7.9.0, with dependency upgrades and internal changes in the SDKs.
  • Server: Redis Sentinel support
  • Server: OTEL metrics for Redis queues
  • Server: Redis DLQ support
  • Server: Several dependency upgrades and CI improvements

What's Changed

New Contributors

Full Changelog: v1.38.0...v1.39.0

Version 1.38.0

04 Oct 13:32
Compare
Choose a tag to compare

Highlights

  • Server: Increase max endpoint rotations
  • Server: Return 409 on duplicate message insert
  • Server: Add expunge parameter to event-type deletion endpoint
  • Server: Add message.attempt.recovered operational webhook

What's Changed

Full Changelog: v1.37.0...v1.38.0

Version 1.37.0

01 Oct 16:21
Compare
Choose a tag to compare

Highlights

  • Libs(Go): EndpointUpdate and EndpointPatch allow null for channels, filter types

What's Changed

Full Changelog: v1.36.0...v1.37.0

Version 1.36.0

24 Sep 19:09
Compare
Choose a tag to compare

Highlights

  • Libs/Go: edit EndpointIn to allow null for channels, filter types

What's Changed

Full Changelog: v1.35.0...v1.36.0

Version 1.35.0

17 Sep 20:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.34.0...v1.35.0

Version 1.34.0

12 Sep 17:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.33.0...v1.34.0

Version 1.33.0

11 Sep 19:04
Compare
Choose a tag to compare

Highlights

  • Server: Add support for deprecating event types
  • Server: Add support for HTTP(S) proxies

What's Changed

Full Changelog: v1.32.0...v1.33.0

Version 1.32.0

02 Sep 15:36
196b568
Compare
Choose a tag to compare

Changes

  • Libs/Go Remove modules no longer produced by the generator
  • Server: Fix parsing proxy config from process environment

What's Changed

Full Changelog: v1.31.0...v1.32.0

Version 1.31.0

28 Aug 16:42
Compare
Choose a tag to compare

Highlights

  • Bridge: remove Beta tag
  • Libs/Go: prune out unused import for "time" in codegen output
  • Libs/C#: Fix appId, endpointId order in RotateSecretWithHttpInfoAsync
  • Libs: Support passing application to app-portal-access endpoint

What's Changed

New Contributors

Full Changelog: v1.30.0...v1.31.0