Skip to content

Releases: svix/svix-webhooks

Version 1.5.2

30 Jun 16:22
c011f63
Compare
Choose a tag to compare

Highlights

  • Libs/JavaScript: Fix regression in previous release and allow passing Buffer to sign/verify.

What's Changed

  • Bridge: support raw inputs for transformations by @svix-onelson in #975
  • Bridge: receivers now publish to queues with payload field by @svix-onelson in #982
  • JavaScript: Fix verification function to allow Buffer by @tasn in #981
  • Bump version and update changelog. by @tasn in #984

Full Changelog: v1.5.1...v1.5.2

Version 1.5.1

29 Jun 16:40
1255177
Compare
Choose a tag to compare

Version 1.5.1

  • Server: Implement the send-example route.
  • Libs/JavaScript: Add an explicit check that payload is a string.
  • Libs: Fix a bug with integration key creation.

What's Changed

  • Implement send-example route by @svix-daniel in #976
  • Update OpenAPI spec to fix a bug with integration create. by @tasn in #979
  • JavaScript: Add an explicit check that payload is a string by @tasn in #978
  • Bump version and update changelog. by @tasn in #980

Full Changelog: v1.5.0...v1.5.1

Version 1.5.0

26 Jun 14:46
ed61687
Compare
Choose a tag to compare

Highlights

  • Server: update OpenSSL dep and fix an incredibly slow memory leak.
  • Libs/Go: support passing WithContent to List Attepmted Messages
  • Libs/Python: fix regression in Python library (causing some functions not to work).

What's Changed

New Contributors

Full Changelog: v1.4.12...v1.5.0

Version 1.4.12

01 Jun 17:46
bc12829
Compare
Choose a tag to compare

Highlights

  • Sync OSS package version with our internal version.
  • Server: support comma separated array query params
  • Bridge: initial release
  • Libs: update OpenAPI spec
  • Libs: add support for "Background Task" endpoints
  • Libs: add support for since/until to endpoint stats
  • Libs/Go: add missing endpoint_id option to list attempts by msg.
  • Libs/JavaScript: add missing withContent field to MessageListOptions.
  • Libs/Rust: fix typo in error handling message

What's Changed

Full Changelog: v0.85.1...v1.4.12

Version 0.85.1

10 May 21:57
423f746
Compare
Choose a tag to compare

HIghlights

  • Libs: update OpenAPI spec

What's Changed

  • Update openapi schema and bump version by @tasn in #918

Full Changelog: v0.85.0...v0.85.1

Version 0.85.0

10 May 20:43
8b3b71c
Compare
Choose a tag to compare

Highlights

  • Server: add a missing migration for operational webhooks event types.
  • Libs/Ruby: fix the library failing to load due to missing dependency.
  • Libs: [Semi-breaking] we changed the return value of the transformation simulation endpoint. It's technically a breaking page, though the API is private so it shouldn't affect people.

What's Changed

Full Changelog: v0.84.1...v0.85.0

Version 0.84.1

27 Apr 14:05
ce7ac04
Compare
Choose a tag to compare

Highlights

  • Libs: regenerate libs from the correct openapi spec (could have caused potential authentication issues)

What's Changed

  • Update openapi schema. by @tasn in #906
  • Bump version and regenerate libs by @tasn in #907

Full Changelog: v0.84.0...v0.84.1

Version 0.84.0

26 Apr 18:39
ebbf090
Compare
Choose a tag to compare

Highlights

  • Server: add (beta) RabbitMQ implementation
  • Server: upgrade redis-rs and a few other dependencies
  • Server: improve OpenAPI generation
  • Server: fix issue with Redis being required in the docker image
  • Libs/Rust: support choosing the wanted TLS implementation

What's Changed

New Contributors

Full Changelog: v0.83.1...v0.84.0

v0.83.1

06 Apr 20:16
f09a4af
Compare
Choose a tag to compare

Highlights

  • Libs: update OpenAPI spec

What's Changed

Full Changelog: v0.83.0...v0.83.1

Version 0.83.0

06 Apr 12:29
91de863
Compare
Choose a tag to compare

Highlights

  • Server: bump deps
  • Libs: Add send-example wrapper to libraries
  • Libs/Go: alias missing types from internal dir / openapi package

What's Changed

New Contributors

Full Changelog: v0.82.1...v0.83.0