From b2e7ea4deda2fc872fc37cc7fce3c1f4b645ca81 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Fri, 29 Sep 2023 18:05:25 -0400 Subject: [PATCH 1/2] Bump version and update changelog. --- .version | 2 +- ChangeLog.md | 9 +++++++++ bridge/Cargo.lock | 2 +- bridge/svix-bridge/Cargo.toml | 2 +- csharp/Svix/Svix.csproj | 2 +- go/internal/version/version.go | 2 +- java/README.md | 4 ++-- java/gradle.properties | 2 +- java/lib/src/main/java/com/svix/Svix.java | 2 +- javascript/package.json | 2 +- javascript/src/index.ts | 2 +- kotlin/README.md | 4 ++-- kotlin/gradle.properties | 2 +- kotlin/lib/src/main/kotlin/SvixOptions.kt | 2 +- python/svix/__init__.py | 2 +- ruby/Gemfile.lock | 2 +- ruby/lib/svix/version.rb | 2 +- rust/Cargo.toml | 2 +- server/Cargo.lock | 2 +- server/svix-server/Cargo.toml | 2 +- 20 files changed, 30 insertions(+), 21 deletions(-) diff --git a/.version b/.version index 32bd932f3..f88cf52e6 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.12.0 \ No newline at end of file +1.13.0 \ No newline at end of file diff --git a/ChangeLog.md b/ChangeLog.md index 8845be96d..379c8b116 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,6 +3,15 @@ ## Next * +## Version 1.13.0 +* Server: Fix tracking of backtrace in some error cases. +* Libs/Go: expose `EventType.DeleteWithOptions` + +## New Contributors +* @rolznz made their first contribution in https://github.com/svix/svix-webhooks/pull/1077 + +**Full Changelog**: https://github.com/svix/svix-webhooks/compare/v1.12.0...v3324 + ## Version 1.12.0 * Libs: update OpenAPI spec diff --git a/bridge/Cargo.lock b/bridge/Cargo.lock index 0b2c9f218..3003e1d87 100644 --- a/bridge/Cargo.lock +++ b/bridge/Cargo.lock @@ -5741,7 +5741,7 @@ dependencies = [ [[package]] name = "svix-bridge" -version = "1.12.0" +version = "1.13.0" dependencies = [ "anyhow", "axum", diff --git a/bridge/svix-bridge/Cargo.toml b/bridge/svix-bridge/Cargo.toml index 9bdf9dbdc..201b425d8 100644 --- a/bridge/svix-bridge/Cargo.toml +++ b/bridge/svix-bridge/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "svix-bridge" -version = "1.12.0" +version = "1.13.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/csharp/Svix/Svix.csproj b/csharp/Svix/Svix.csproj index 8fd7a2e20..8576e05cd 100644 --- a/csharp/Svix/Svix.csproj +++ b/csharp/Svix/Svix.csproj @@ -3,7 +3,7 @@ net5.0;netstandard2.0 Svix - 1.12.0 + 1.13.0 Svix Svix true diff --git a/go/internal/version/version.go b/go/internal/version/version.go index fb350770f..1ba1d2353 100644 --- a/go/internal/version/version.go +++ b/go/internal/version/version.go @@ -1,3 +1,3 @@ package version -const Version = "1.12.0" +const Version = "1.13.0" diff --git a/java/README.md b/java/README.md index 0e9d04e6e..993362a4a 100644 --- a/java/README.md +++ b/java/README.md @@ -51,7 +51,7 @@ Add this dependency to your project's POM: com.svix svix - 1.12.0 + 1.13.0 compile ``` @@ -61,7 +61,7 @@ Add this dependency to your project's POM: Add this dependency to your project's build file: ```groovy -implementation "com.svix:svix:1.12.0" +implementation "com.svix:svix:1.13.0" ``` # Development diff --git a/java/gradle.properties b/java/gradle.properties index 86998c6e5..a715bf4a6 100644 --- a/java/gradle.properties +++ b/java/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.svix -VERSION_NAME=1.12.0 +VERSION_NAME=1.13.0 POM_URL=https://github.com/svix/svix-webhooks POM_SCM_URL=git@github.com:svix/svix-webhooks.git diff --git a/java/lib/src/main/java/com/svix/Svix.java b/java/lib/src/main/java/com/svix/Svix.java index e1f90440f..5eb4fc8ed 100644 --- a/java/lib/src/main/java/com/svix/Svix.java +++ b/java/lib/src/main/java/com/svix/Svix.java @@ -5,7 +5,7 @@ import com.svix.internal.auth.HttpBearerAuth; public final class Svix { - public static final String VERSION = "1.12.0"; + public static final String VERSION = "1.13.0"; private final Application application; private final Authentication authentication; private final Endpoint endpoint; diff --git a/javascript/package.json b/javascript/package.json index f352811a5..404164f68 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -1,6 +1,6 @@ { "name": "svix", - "version": "1.12.0", + "version": "1.13.0", "description": "Svix API client", "author": "svix", "repository": "https://github.com/svix/svix-libs", diff --git a/javascript/src/index.ts b/javascript/src/index.ts index ca76f4511..d54fd9f8b 100644 --- a/javascript/src/index.ts +++ b/javascript/src/index.ts @@ -72,7 +72,7 @@ import * as base64 from "@stablelib/base64"; import * as sha256 from "fast-sha256"; const WEBHOOK_TOLERANCE_IN_SECONDS = 5 * 60; // 5 minutes -const VERSION = "1.12.0"; +const VERSION = "1.13.0"; class UserAgentMiddleware implements Middleware { public pre(context: RequestContext): Promise { diff --git a/kotlin/README.md b/kotlin/README.md index fb68b837e..b25a7c1c8 100644 --- a/kotlin/README.md +++ b/kotlin/README.md @@ -51,7 +51,7 @@ Add this dependency to your project's POM: com.svix.kotlin svix-kotlin - 1.12.0 + 1.13.0 compile ``` @@ -61,7 +61,7 @@ Add this dependency to your project's POM: Add this dependency to your project's build file: ```groovy -implementation "com.svix.kotlin:svix-kotlin:1.12.0" +implementation "com.svix.kotlin:svix-kotlin:1.13.0" ``` # Development diff --git a/kotlin/gradle.properties b/kotlin/gradle.properties index 0c28e2050..437e3c95d 100644 --- a/kotlin/gradle.properties +++ b/kotlin/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.svix.kotlin -VERSION_NAME=1.12.0 +VERSION_NAME=1.13.0 POM_URL=https://github.com/svix/svix-webhooks POM_SCM_URL=git@github.com:svix/svix-webhooks.git diff --git a/kotlin/lib/src/main/kotlin/SvixOptions.kt b/kotlin/lib/src/main/kotlin/SvixOptions.kt index 6fc3208b1..431cd9db1 100644 --- a/kotlin/lib/src/main/kotlin/SvixOptions.kt +++ b/kotlin/lib/src/main/kotlin/SvixOptions.kt @@ -6,7 +6,7 @@ data class SvixOptions( val numRetries: Int? = null ) { - private val version = "1.12.0" + private val version = "1.13.0" var serverUrl: String get() = this.wantedServerUrl ?: DEFAULT_URL diff --git a/python/svix/__init__.py b/python/svix/__init__.py index 1e81d4ffe..d025aef0e 100644 --- a/python/svix/__init__.py +++ b/python/svix/__init__.py @@ -37,4 +37,4 @@ "WebhookVerificationError", ] -__version__ = "1.12.0" +__version__ = "1.13.0" diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock index 813ddd1d8..db308a440 100644 --- a/ruby/Gemfile.lock +++ b/ruby/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - svix (1.12.0) + svix (1.13.0) typhoeus (~> 1.0, >= 1.0.1) GEM diff --git a/ruby/lib/svix/version.rb b/ruby/lib/svix/version.rb index da80610a0..176519c12 100644 --- a/ruby/lib/svix/version.rb +++ b/ruby/lib/svix/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Svix - VERSION = "1.12.0" + VERSION = "1.13.0" end diff --git a/rust/Cargo.toml b/rust/Cargo.toml index fe4f72eaa..9554c56b3 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "svix" -version = "1.12.0" +version = "1.13.0" authors = ["Svix Inc. "] edition = "2021" description="Rust library for interacting with the Svix API and verifying webhook signatures." diff --git a/server/Cargo.lock b/server/Cargo.lock index 6be87ab1c..2510e29c9 100644 --- a/server/Cargo.lock +++ b/server/Cargo.lock @@ -4066,7 +4066,7 @@ dependencies = [ [[package]] name = "svix-server" -version = "1.12.0" +version = "1.13.0" dependencies = [ "aide", "anyhow", diff --git a/server/svix-server/Cargo.toml b/server/svix-server/Cargo.toml index 6e97b9409..98ec10c11 100644 --- a/server/svix-server/Cargo.toml +++ b/server/svix-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "svix-server" -version = "1.12.0" +version = "1.13.0" license = "MIT" description = "Svix webhooks server" From fe20cecb929def3572f27c972a5dc14c1f96d056 Mon Sep 17 00:00:00 2001 From: Owen Nelson Date: Mon, 2 Oct 2023 10:20:47 -0700 Subject: [PATCH 2/2] Server: bump rust cache action --- .github/workflows/server-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/server-ci.yml b/.github/workflows/server-ci.yml index f6277ec2b..883a24448 100644 --- a/.github/workflows/server-ci.yml +++ b/.github/workflows/server-ci.yml @@ -27,9 +27,9 @@ jobs: override: true profile: minimal components: clippy, rustfmt - - uses: Swatinem/rust-cache@v1 + - uses: Swatinem/rust-cache@v2 with: - working-directory: server + workspaces: "server -> target" - name: rustfmt uses: actions-rs/cargo@v1