Skip to content

Releases: svix/svix-webhooks

Version 1.17.0

06 Feb 17:45
Compare
Choose a tag to compare

Highlights

  • Libs/Rust: [Important] Fix a bug in the webhook signature verification method where certain signatures could bypass the verification.
  • Libs/Java: [Breaking] Use Java time instead of threetenbp. This removes the need to import threetenbp to use the library. Depending on how the lib is used, it might require migrating uses of threetenbp to Java 8 Date-Time APIs.

What's Changed

New Contributors

Full Changelog: v1.16.0...v1.17.0

Version 1.16.0

24 Jan 22:30
484d8e0
Compare
Choose a tag to compare

Highlights

  • Server: Add tag parameter to list-message for Go, JavaScript, and Python.
  • Server: improvements to the expired message cleaner.
  • Libs: update OpenAPI spec and libs.
  • Libs/Javascript: Fix thrown error message when API status code is unknown.

What's Changed

New Contributors

Full Changelog: v1.15.0...v1.16.0

Version 1.15.0

07 Dec 23:15
89bf78e
Compare
Choose a tag to compare

Highlights

  • Libs: update OpenAPI spec and libs.

What's Changed

Full Changelog: v1.14.0...v1.15.0

Version 1.14.0

17 Nov 21:40
9d4b781
Compare
Choose a tag to compare

Highlights

  • Server: separate out the message content to its own model.
  • Libs: expose two new Statistics endpoints.
  • Libs/Csharp: implement "hard delete" event types.
  • Libs/Ruby: accept additional options on message get.
  • Libs/Go: fix transformation partial update function.
  • Libs/Kotlin: fix errors with APIs that return no content (like endpoint delete).

What's Changed

New Contributors

Full Changelog: v1.13.0...v1.14.0

Version 1.13.0

02 Oct 22:23
2d3ea40
Compare
Choose a tag to compare

Highlights

  • Server: Fix tracking of backtrace in some error cases.
  • Libs/Go: expose EventType.DeleteWithOptions

What's Changed

New Contributors

Full Changelog: v1.12.0...v1.13.0

Version 1.12.0

11 Sep 16:53
71ecf5c
Compare
Choose a tag to compare

Highlights

  • Libs: update OpenAPI spec

What's Changed

Full Changelog: v1.11.0...v1.12.0

Version 1.11.0

04 Sep 18:39
83ac267
Compare
Choose a tag to compare

Highlights

  • Server: update Docker image to Debian bookworm.
  • Server: update dependencies.
  • Libs: add functions to import event types from OpenAPI specs
  • Libs: update OpenAPI spec

What's Changed

New Contributors

Full Changelog: v1.10.0...v1.11.0

Version 1.10.0

30 Aug 17:09
93cfdef
Compare
Choose a tag to compare

Highlights

  • Server: fix docker image.
  • Server: release arm64 version!

What's Changed

Full Changelog: v1.9.0...v1.10.0

Version 1.9.0

29 Aug 15:33
1f91ca9
Compare
Choose a tag to compare

Highlights

  • Server: add missing field documentation for query params.
  • Server: warn people trying to use the JWT secret as an auth token.
  • Server: allow disabling TLS verification.
  • Server: use jemalloc as the global allocator.
  • Server: add Sentry support.
  • Server: update dependencies.
  • Server: update Docker base image and rust version.
  • Libs/Go: export missing types
  • Bridge: switch to the Omniqueue library
  • Bridge: use jemalloc as the global allocator.
  • Bridge: update Docker base image and rust version.

What's Changed

New Contributors

Full Changelog: v1.8.1...v1.9.0

Version 1.8.1

11 Aug 14:46
675687a
Compare
Choose a tag to compare

Highlights

  • Server: correctly disconnect the tracing provider when shutting down in some rare scenarios.
  • Libs: update OpenAPI spec

What's Changed

Full Changelog: v1.8.0...v1.8.1