New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

svix

Package Overview
Dependencies
Maintainers
2
Versions
277
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svix - npm Package Versions

1
28

0.64.1

Diff

Changelog

Source

Version 0.64.1

  • Libs/Go: export missing svix.NullableString utility.
tasn
published 0.64.0 •

Changelog

Source

Version 0.64.0

  • Server: disable endpoints on repeated failures.
  • Server: add retry functionality to the Redis queue (to be more resistant minor networking hiccups).
  • Server: improve the delayed queue processing to be resilient to errors and better support concurrent processing.
  • Server: gracefully shutdown the server on SIGTERM.
  • Libs/Kotlin: fix compilation issues.
  • Libs: automatically detect region (and URL) from auth token.
tasn
published 0.63.1 •

Changelog

Source

Version 0.63.1

  • Lib/JavaScript: fix setting string webhook secrets.
tasn
published 0.63.0 •

Changelog

Source

Version 0.63.0

  • Server: add support for encrypting webhook secrets in the database.
  • Server: include the error message in the attempt's response for non HTTP errors.
  • Server: change the CORS headers to be more strictly compliant.
  • Server: wait-for db before attempting to run migrations.
  • Server: add retry functionality to Redis cache.
  • Libs: update libraries to accept a raw webhook secret.
tasn
published 0.62.1 •

Changelog

Source

Version 0.62.1

  • Libs: fix Kotlin and Java build
tasn
published 0.62.0 •

Changelog

Source

Version 0.62.0

  • Server: add support for asymmetric signatures.
  • Server: ensure msg content exists before attempting resend.
  • Server: Improve HTTP error response logging.
  • Server: fix docker builds due to changes to Redis SSL.
  • Libs: fix nullable fields to be marked as such (fixes parsing errors in some clients).
tasn
published 0.61.0 •

Changelog

Source

Version 0.61.0

  • Server: add OpenTelemetry support
  • Server: send operational ("incoming") webhooks about events happening on the server.
  • Server: enable TLS support for Redis
  • Server: use correct timestamp for attempt's id and created.
  • Server: add jitter to message retry times.
  • Server: fix endpoint spelling in some error messages and comments.
  • Server: add built in support for waiting for dependencies (database, redis) to be ready (instead of using a script).
tasn
published 0.60.0 •

Changelog

Source

Version 0.60.0

  • Server: normalize health status output to be in lowercase.
  • Server: implement application portal endpoint and limited access tokens for it.
  • Server: add endpoint stats endpoint for getting endpoint statistics.
  • Server: add support for JSON log format for use in cloud environments.
  • Server: add configuration options for the max pool size for DB and Redis connection pools.
  • Server: add CORS headers and support pre-flight requests for use from the browser.
  • Server: add a configuration option to only allow https endpoint URLs.
  • Server: support passing an org_id when generating JWTs (svix-server jwt generate).
  • Lib/Python: update httpx dependency to the latest version.
  • Lib/Rust: fix mixup with validation errors marked as HTTP errors and vice-versa.
tasn
published 0.59.1 •

Changelog

Source

Version 0.59.1

  • Libs/Csharp: expose missing getters which prevented a lot of the lib's functionality to be used.
tasn
published 0.59.0 •

Changelog

Source

Version 0.59.0

  • 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 next 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.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc