From 3c470008e3631705ba65a8a0a3d65eff53b81a3f Mon Sep 17 00:00:00 2001 From: svix-lucho Date: Thu, 2 Jan 2025 14:46:28 -0300 Subject: [PATCH 1/4] Bump version to 1.45.0 and update changelog --- .version | 2 +- Cargo.lock | 4 ++-- ChangeLog.md | 3 ++- 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 +- 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 +- svix-cli/Cargo.toml | 2 +- svix-cli/README.md | 2 +- 22 files changed, 26 insertions(+), 25 deletions(-) diff --git a/.version b/.version index 7ceac2f89..b8beb3917 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.44.0 \ No newline at end of file +1.45.0 \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index 20b94d429..15413c538 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1680,7 +1680,7 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "svix" -version = "1.44.0" +version = "1.45.0" dependencies = [ "base64 0.13.1", "hmac-sha256", @@ -1704,7 +1704,7 @@ dependencies = [ [[package]] name = "svix-cli" -version = "1.44.0" +version = "1.45.0" dependencies = [ "anyhow", "base64 0.22.1", diff --git a/ChangeLog.md b/ChangeLog.md index bd4f48fff..69dfdc4aa 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,6 @@ # Changelog -## Next +## Version 1.45.0 * Libs/Rust **(Breaking)**: Add `api::MessageAttemptListAttemptedMessagesOptions` and use it for `MessageAttempt::list_attempted_messages`, replacing `MessageAttemptListOptions` which contained some extra parameters never used with this method / endpoint ([#1568]) @@ -13,6 +13,7 @@ from it should not change though ([#1587]) * Libs/Rust: Add `api::Authentication::expire_all` ([#1584]) * Libs/Rust: Rename some `Options` types. The old names remain as deprecated type aliases ([#1584]) +* Server: Fix exposed port to be 8071 ([#1596]) [#1568]: https://github.com/svix/svix-webhooks/pull/1568 [#1571]: https://github.com/svix/svix-webhooks/pull/1571 diff --git a/bridge/Cargo.lock b/bridge/Cargo.lock index 4f1054a9b..d90e3bd75 100644 --- a/bridge/Cargo.lock +++ b/bridge/Cargo.lock @@ -4360,7 +4360,7 @@ dependencies = [ [[package]] name = "svix-bridge" -version = "1.44.0" +version = "1.45.0" dependencies = [ "anyhow", "axum", diff --git a/bridge/svix-bridge/Cargo.toml b/bridge/svix-bridge/Cargo.toml index b1617f060..b87c5197f 100644 --- a/bridge/svix-bridge/Cargo.toml +++ b/bridge/svix-bridge/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "svix-bridge" -version = "1.44.0" +version = "1.45.0" edition = "2021" publish = false diff --git a/csharp/Svix/Svix.csproj b/csharp/Svix/Svix.csproj index b7a2be939..92469dc0c 100644 --- a/csharp/Svix/Svix.csproj +++ b/csharp/Svix/Svix.csproj @@ -3,7 +3,7 @@ net8.0 Svix - 1.44.0 + 1.45.0 Svix Svix true diff --git a/go/internal/version/version.go b/go/internal/version/version.go index a16028ecb..f41ce58e5 100644 --- a/go/internal/version/version.go +++ b/go/internal/version/version.go @@ -1,3 +1,3 @@ package version -const Version = "1.44.0" +const Version = "1.45.0" diff --git a/java/README.md b/java/README.md index f67a16be2..4ef7662db 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.44.0 + 1.45.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.44.0" +implementation "com.svix:svix:1.45.0" ``` # Development diff --git a/java/gradle.properties b/java/gradle.properties index 309a82b0f..c65bab3a1 100644 --- a/java/gradle.properties +++ b/java/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.svix -VERSION_NAME=1.44.0 +VERSION_NAME=1.45.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 27aeb554b..81ca3e742 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.44.0"; + public static final String VERSION = "1.45.0"; private final Application application; private final Authentication authentication; private final Endpoint endpoint; diff --git a/javascript/package.json b/javascript/package.json index 4c9bbf8f8..80743c737 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -1,6 +1,6 @@ { "name": "svix", - "version": "1.44.0", + "version": "1.45.0", "description": "Svix webhooks API client and webhook verification library", "author": "svix", "repository": "https://github.com/svix/svix-libs", diff --git a/javascript/src/index.ts b/javascript/src/index.ts index dbb4dce9a..60dec40ab 100644 --- a/javascript/src/index.ts +++ b/javascript/src/index.ts @@ -36,7 +36,7 @@ export { } from "./api/message_attempt"; export { OperationalWebhookEndpointListOptions } from "./api/op_webhook_endpoint"; -const VERSION = "1.44.0"; +const VERSION = "1.45.0"; class UserAgentMiddleware implements Middleware { public pre(context: RequestContext): Promise { diff --git a/kotlin/README.md b/kotlin/README.md index 0268aa2bb..9c2e65170 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.44.0 + 1.45.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.44.0" +implementation "com.svix.kotlin:svix-kotlin:1.45.0" ``` # Development diff --git a/kotlin/gradle.properties b/kotlin/gradle.properties index cb1901ddc..19ab262c1 100644 --- a/kotlin/gradle.properties +++ b/kotlin/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.svix.kotlin -VERSION_NAME=1.44.0 +VERSION_NAME=1.45.0 POM_URL=https://github.com/svix/svix-webhooks POM_SCM_URL=git@github.com:svix/svix-webhooks.git diff --git a/python/svix/__init__.py b/python/svix/__init__.py index cd68cec9b..ce8779b48 100644 --- a/python/svix/__init__.py +++ b/python/svix/__init__.py @@ -37,4 +37,4 @@ "WebhookVerificationError", ] -__version__ = "1.44.0" +__version__ = "1.45.0" diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock index aca638e06..48382092c 100644 --- a/ruby/Gemfile.lock +++ b/ruby/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - svix (1.44.0) + svix (1.45.0) GEM remote: https://rubygems.org/ diff --git a/ruby/lib/svix/version.rb b/ruby/lib/svix/version.rb index e87504995..01f094fee 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.44.0" + VERSION = "1.45.0" end diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 8ff00f342..33025a6a9 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "svix" -version = "1.44.0" +version = "1.45.0" authors = ["Svix Inc. "] edition = "2021" description = "Svix webhooks API client and webhook verification library" diff --git a/server/Cargo.lock b/server/Cargo.lock index fd1952aee..86615e9a2 100644 --- a/server/Cargo.lock +++ b/server/Cargo.lock @@ -4818,7 +4818,7 @@ dependencies = [ [[package]] name = "svix-server" -version = "1.44.0" +version = "1.45.0" dependencies = [ "aide", "anyhow", diff --git a/server/svix-server/Cargo.toml b/server/svix-server/Cargo.toml index 0abd8a0fe..926c2049e 100644 --- a/server/svix-server/Cargo.toml +++ b/server/svix-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "svix-server" -version = "1.44.0" +version = "1.45.0" description = "Svix webhooks server" publish = false edition.workspace = true diff --git a/svix-cli/Cargo.toml b/svix-cli/Cargo.toml index 99d64217e..21418631a 100644 --- a/svix-cli/Cargo.toml +++ b/svix-cli/Cargo.toml @@ -3,7 +3,7 @@ name = "svix-cli" description = "A CLI to interact with the Svix API." homepage = "https://www.svix.com" authors = ["Svix Inc. "] -version = "1.44.0" +version = "1.45.0" edition = "2021" license = "MIT" keywords = ["svix", "webhooks", "diahook"] diff --git a/svix-cli/README.md b/svix-cli/README.md index b545d3dce..4b9c78f53 100644 --- a/svix-cli/README.md +++ b/svix-cli/README.md @@ -28,7 +28,7 @@ A CLI to interact with the Svix API. Pre-built binaries are available for Linux, macOS via shell script installers. ``` -curl --proto '=https' --tlsv1.2 -LsSf https://github.com/svix/svix-webhooks/releases/download/v1.44.0/svix-cli-installer.sh | sh +curl --proto '=https' --tlsv1.2 -LsSf https://github.com/svix/svix-webhooks/releases/download/v1.45.0/svix-cli-installer.sh | sh ``` For Windows users, installation can be done via powershell: From 5fac89ee89881510a8211f4d9207f416353ecdd7 Mon Sep 17 00:00:00 2001 From: Owen Nelson Date: Thu, 2 Jan 2025 09:55:07 -0800 Subject: [PATCH 2/4] CLI: update version string in windows example --- svix-cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svix-cli/README.md b/svix-cli/README.md index 4b9c78f53..e71e3c6f4 100644 --- a/svix-cli/README.md +++ b/svix-cli/README.md @@ -34,7 +34,7 @@ curl --proto '=https' --tlsv1.2 -LsSf https://github.com/svix/svix-webhooks/rele For Windows users, installation can be done via powershell: ``` -powershell -ExecutionPolicy ByPass -c "irm https://github.com/svix-onelson/svix-webhooks/releases/download/v1.54.0/svix-cli-installer.ps1 | iex" +powershell -ExecutionPolicy ByPass -c "irm https://github.com/svix-onelson/svix-webhooks/releases/download/v1.45.0/svix-cli-installer.ps1 | iex" ``` These scripts will install the binaries to `~/.svix/bin` and also add this directory to your `PATH` by default. From a2aa1976bf08318c239c5ad1b2ecf8aafeb06a39 Mon Sep 17 00:00:00 2001 From: svix-lucho Date: Thu, 2 Jan 2025 14:58:29 -0300 Subject: [PATCH 3/4] Add CLI release to the changelog --- ChangeLog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog.md b/ChangeLog.md index 69dfdc4aa..c83e1df99 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,7 @@ # Changelog ## Version 1.45.0 +* CLI **(New)**: New Rust-based CLI with support for all recent Svix functionality. * Libs/Rust **(Breaking)**: Add `api::MessageAttemptListAttemptedMessagesOptions` and use it for `MessageAttempt::list_attempted_messages`, replacing `MessageAttemptListOptions` which contained some extra parameters never used with this method / endpoint ([#1568]) From 417a7abb1f14ddccb8ee8b0a92f2f1afdc6df433 Mon Sep 17 00:00:00 2001 From: svix-lucho <133019767+svix-lucho@users.noreply.github.com> Date: Thu, 2 Jan 2025 15:07:26 -0300 Subject: [PATCH 4/4] Update ChangeLog.md Co-authored-by: Tom Hacohen --- ChangeLog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index c83e1df99..f868b5e5d 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -14,7 +14,7 @@ from it should not change though ([#1587]) * Libs/Rust: Add `api::Authentication::expire_all` ([#1584]) * Libs/Rust: Rename some `Options` types. The old names remain as deprecated type aliases ([#1584]) -* Server: Fix exposed port to be 8071 ([#1596]) +* Server: Fix Dockerfile exposed port to be 8071 ([#1596]) [#1568]: https://github.com/svix/svix-webhooks/pull/1568 [#1571]: https://github.com/svix/svix-webhooks/pull/1571