github svix/svix-webhooks v0.59.0
Version 0.59.0

latest releases: v1.35.0, v1.34.0, v1.33.0...
2 years ago

Highlights

  • Server: make the health endpoint more useful by adding more status checks to it.
  • Server: parse retry_schedule as an array rather than string.
    • People should use the new syntax: [1, 2], though the old syntax is still supported for backwards compatibility.
  • Server: add validation to ensure endpoint URL scheme is either http or https.
  • Libs/Python: show a more useful error for obviously malformed secrets.
  • Libs/JavaScript: show a more useful error for obviously malformed secrets.

What's Changed

  • JavaScript/Python: handle obviously malformed secrets by @tasn in #475
  • README: mention docker versioned tags. by @tasn in #476
  • Validate URL scheme is http or https for EndpointIn by @svix-daniel in #479
  • Config: parse retry_schedule as an array not string by @tasn in #482
  • Add basic status checks to health endpoint by @svix-daniel in #477
  • Bump version and update changelog. by @tasn in #483

Full Changelog: v0.58.2...v0.59.0

Don't miss a new svix-webhooks release

NewReleases is sending notifications on new releases.