Skip to content

chore(deps): update svix requirement from ~> 1.0 to >= 1, < 3 - #51

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/svix-gte-1-and-lt-3
Open

chore(deps): update svix requirement from ~> 1.0 to >= 1, < 3#51
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/svix-gte-1-and-lt-3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on svix to permit the latest version.

Release notes

Sourced from svix's releases.

SDKs + CLI v2.0.0

What's Changed

  • Libs/All (Breaking): The PatchConfig-suffixed types are now ConfigPatch-suffixed
    • In some libraries, it was previously not possible to distinguish between 'keep this field as-is' and 'unset this field' in the SDK
  • Libs/All (Breaking): All the non-patch Config types like S3Config, GoogleCloudPubSubConfig etc. were split into separate *ConfigIn and *ConfigOut types
    • This fixes response deserialization for some of these types
  • Libs/All (Breaking): Rename SinkOtelTracingConfig* to OtelTracingConfig*
  • Libs/All (Breaking): Mark many sink config fields optional in preparation for future changes (this primarily impacts authentication-related parameters that represent one of multiple authentication methods supported upstream)
  • Libs/Rust (Breaking): Remove Configuration from the public API
    • The access token can still be accessed using svix.token(), if you were using any of the other fields let us know!
  • Libs/Rust (Breaking): Upgrade public dependency js_option to 0.2.0
  • Libs/Kotlin: Add missing APIs background-task, connector, environment, and health
  • Libs/Rust, Libs/JavaScript, Libs/Python, Libs/Go: Strip trailing slashes from a user-provided server URL, so https://api.svix.com/ and https://api.svix.com behave the same
  • Libs/Ruby, Libs/PHP: The timestamp tolerance used by webhook verification can now be customized through a tolerance constructor argument (in seconds; defaults to the previously hardcoded value of five minutes)

See also the changes for v2.0.0-rc.1.

Full Changelog: svix/svix-webhooks@v2.0.0-rc.2...v2.0.0

Changelog

Sourced from svix's changelog.

Version 2.0.0

  • Libs/All (Breaking): The PatchConfig-suffixed types are now ConfigPatch-suffixed
    • In some libraries, it was previously not possible to distinguish between 'keep this field as-is' and 'unset this field' in the SDK
  • Libs/All (Breaking): All the non-patch Config types like S3Config, GoogleCloudPubSubConfig etc. were split into separate *ConfigIn and *ConfigOut types
    • This fixes response deserialization for some of these types
  • Libs/All (Breaking): Rename SinkOtelTracingConfig* to OtelTracingConfig*
  • Libs/All (Breaking): Mark many sink config fields optional in preparation for future changes (this primarily impacts authentication-related parameters that represent one of multiple authentication methods supported upstream)
  • Libs/Rust (Breaking): Remove Configuration from the public API
    • The access token can still be accessed using svix.token(), if you were using any of the other fields let us know!
  • Libs/Rust (Breaking): Upgrade public dependency js_option to 0.2.0
  • Libs/Kotlin: Add missing APIs background-task, connector, environment, and health
  • Libs/Rust, Libs/JavaScript, Libs/Python, Libs/Go: Strip trailing slashes from a user-provided server URL, so https://api.svix.com/ and https://api.svix.com behave the same
  • Libs/Ruby, Libs/PHP: The timestamp tolerance used by webhook verification can now be customized through a tolerance constructor argument (in seconds; defaults to the previously hardcoded value of five minutes)

See also the changes for v2.0.0-rc.1 below.

Version 2.0.0-rc.2

  • Libs/JS: Fix a publishing issue

Version 2.0.0-rc.1

Breaking changes:

  • Libs/All, CLI:
    • Remove deprecated operations and most deprecated fields
    • Default with_content query parameter available in some message- and attempt-related operations to false (for example: create-message no longer mirrors back the message payload, list message attempts by endpoint no longer returns response payloads by default)
    • Rename filterTypes to eventTypes in endpoint and related models
    • Rename the "update" operations for Applications, Endpoints, Event Types, Connectors, Ingest Sources, Streams, and Sinks to upsert; they always were create-or-update operations and this new name reflects that
    • Rename ingest.dashboard to ingest.authentication.consumer-portal-access
    • Rename endpoint.update-headers to endpoint.set-headers (same for ingest.endpoint etc.)
    • Rename EndpointRateLimitStatusOut to EndpointThrottleRateStatusOut
  • Libs/All:
    • Remove svix.operationalWebhookEndpoint in favor of svix.operationalWebhook.endpoint
    • Remove model types for operational webhooks (we might add them back later or provide a separate package - let us know if you want this!)
  • Libs/JavaScript:
    • Drop support for CommonJS
    • Change (sub)resource accessors from snake_case to camelCase, e.g. svix.operational_webhook to svix.operationalWebhook
    • Remove svix.endpoint.{headersUpdate, headersPatch} in favor of svix.endpoint.{setHeaders, patchHeaders}
  • Libs/Python:
    • Remove a handful of model type re-exports from the svix namespace; import them from svix.api or svix.models instead

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [svix](https://github.com/svix/svix-libs) to permit the latest version.
- [Release notes](https://github.com/svix/svix-libs/releases)
- [Changelog](https://github.com/svix/svix-webhooks/blob/main/ChangeLog.md)
- [Commits](svix/svix-webhooks@v1.4.12...v2.0.0)

---
updated-dependencies:
- dependency-name: svix
  dependency-version: 2.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Aug 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants