Skip to content

Releases: svix/svix-webhooks

Version 1.8.0

04 Aug 16:42
95874dc
Compare
Choose a tag to compare

Highlights

  • Libs/Go: fix behavior of NullableInt32 and NullableString
  • Server: Add with_content to attempt listing endpoints
  • Bridge: better js transformations

What's Changed

New Contributors

Full Changelog: v1.7.0...v1.8.0

Version 1.7.0

19 Jul 17:24
ed3cc44
Compare
Choose a tag to compare

Highlights

  • Server: update Docker image to use latest Rust version
  • Server: support additional JWT signing algorithms (including asymmetric!).
  • Server: Avoid panics when using the wait-for option (better errors printing).
  • Libs/Rust: fix handling of integer enums (was causing failures for some endpoints).

What's Changed

New Contributors

Full Changelog: v1.6.0...v1.7.0

Version 1.6.0

10 Jul 16:55
9a2b592
Compare
Choose a tag to compare

Highlights

  • Server: add 'event_types' query param to 'list-attempted-messages'
  • Libs: implement the patch endpoints for partial updates

What's Changed

  • Bridge: receivers with no transformation set body as payload field by @svix-onelson in #985
  • Bridge: variable expansion for config files by @svix-onelson in #986
  • Libs: implement the patch endpoints for partial updates by @tasn in #987
  • README: update backed by. by @tasn in #990
  • README: fix investor logos margins. by @tasn in #991
  • Server: deflake test_lock by @svix-onelson in #989
  • CI: raise max connections, pool size for redis/pg in server tests by @svix-onelson in #988
  • Server: add 'event_types' query param to 'list-attempted-messages' by @svix-aaron1011 in #993
  • Server: remove CacheKey::PREFIX_CACHE, kv_def!, string_kv_def! by @svix-onelson in #992
  • Bump version and update changelog. by @tasn in #997

New Contributors

Full Changelog: v1.5.2...v1.6.0

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