Skip to content

Releases: svix/svix-webhooks

Version 0.74.1

03 Jan 22:17
d9e8b34
Compare
Choose a tag to compare

Highlights

  • Libs/Rust: make all *Options and fields public (missing from previous release)

What's Changed

  • Make all *ListOptions fields public by @ksindi in #750
  • Bump json5 from 2.2.0 to 2.2.3 in /javascript by @dependabot in #751
  • Bump version and update changelog. by @tasn in #752

Full Changelog: v0.74.0...v0.74.1

Version 0.74.0

03 Jan 21:23
7f146ce
Compare
Choose a tag to compare

Highlights

  • Libs/Rust: make ListOptions and PostOptions fields public
  • Libs/Rust: fix Webhook verification to accept &str

What's Changed

  • Rust: fix Webhook verification to accept &str by @tasn in #745
  • Make ListOptions and PostOptions fields public by @ksindi in #747
  • Bump version and update changelog. by @tasn in #749

New Contributors

Full Changelog: v0.73.0...v0.74.0

Version 0.73.0

28 Dec 00:13
58b7def
Compare
Choose a tag to compare

Highlights

  • Server: fix issue with potentially incorrect signatures for very small payloads.
  • Server: fix Docker image to use exec so that svix-server will accept container process signals.

What's Changed

  • Server: Use exec in Dockerfile by @jaymell in #741
  • Worker: fix potentially incorrect signatures for some small payloads by @tasn in #742
  • Bump version and update changelog. by @tasn in #743

Full Changelog: v0.72.0...v0.73.0

Version 0.72.0

22 Dec 15:43
ce4c517
Compare
Choose a tag to compare

Highlights

  • Server: add metadata field to Endpoint endpoints
  • Server: add missing msg id index causing some queries to be slow
  • Server: make sensitive header detection in the headers API case insensitive
  • Server: omit prevIterator from responses when null
  • Server: fix string collation for some fields in the db (improves performance)
  • Server: expose attempted URL on MessageAttemptOut
  • Server: fix graceful server shutdown even when connection to queue is lost
  • Server: fix listing and getting event-types permission regression (give app tokens access)
  • Server: various code cleanups
  • Server: update axum to 0.6
  • JavaScript: make signature comparison constant time (thanks @arjunyel)

What's Changed

New Contributors

Full Changelog: v0.71.0...v0.72.0

Version 0.71.0

29 Nov 18:30
65ba26e
Compare
Choose a tag to compare

Highlights

  • Server: Add metadata to application CRUD
  • Server: Update Rust, sea_orm, and other deps
  • Libs: Update OpenAPI spec

What's Changed

Full Changelog: v0.70.0...v0.71.0

Version 0.70.0

10 Nov 20:12
4bc2b9a
Compare
Choose a tag to compare

HIghlights

  • Server: create subcommand for wiping an organization's data
  • Server: internal code improvements
  • Libs/Java: fix issue with automatic region detection not working

What's Changed

Full Changelog: v0.69.0...v0.70.0

Version 0.69.0

26 Oct 16:54
6ac6a3a
Compare
Choose a tag to compare

Highlights

  • Server: ensure QueueTasks are deleted after acknowledgement
  • Server: better handling of failures in streaming responses
  • Server: update event-type schemas validation to be stricter
  • Libs/Kotlin: support configuring retry schedule
  • Libs: fix metadata field in Go and Python

What's Changed

Full Changelog: v0.68.1...v0.69.0

Version 0.68.1

17 Oct 21:27
03becc7
Compare
Choose a tag to compare

Highlights

  • Server: update the event-type CRUD endpoints to be more strict about the schema type.
  • Server: fix typo in error messages for unimplemented errors.
  • Libs/Java: fix issue with creating multiple Svix instances in parallel.

What's Changed

Full Changelog: v0.68.0...v0.68.1

Version 0.68.0

11 Oct 17:50
ea3abdb
Compare
Choose a tag to compare

Highlights

  • Server: add file/line information to errors for easier debugging.
  • Server: update dependencies.
  • Libs: add application/endpoint metadata fields.
  • Libs/C#: Add netstandard2.0 support.
  • Add gitleaks config to ignore test auth tokens.

What's Changed

New Contributors

Full Changelog: v0.67.0...v0.68.0

Version 0.67.0

06 Sep 16:43
6600dde
Compare
Choose a tag to compare

Highlights

  • Server: include idempotency key in log spans.
  • Server: correct trace ID handling in tracing spans.

What's Changed

Full Changelog: v0.66.0...v0.67.0