From f2b697f33675b34d995d0a49a8ad379e39b05c36 Mon Sep 17 00:00:00 2001 From: Mendy Date: Mon, 3 Mar 2025 17:39:59 -0500 Subject: [PATCH] Bump to version 1.61.1 (#1784) ## Version 1.61.1 * Libs/Java **(Breaking)**: The type of `MessageIn.transformationsParams` changed from `Object` to `Map`. * Libs/Java and Libs/Kotlin **(Breaking)**: Due to an internal change in the underlining JSON de/serialization library, some JSON objects may not be serialized correctly. To address this `MessageIn.payload` now accepts a JSON encoded string instead of an `Object` (for Java) or `Map` (for Kotlin) * Libs/Go: Fix regression in Go lib, operations now return `&svix.Error` instead of `svix.Error` --- .version | 2 +- ChangeLog.md | 1 + bridge/Cargo.lock | 2 +- bridge/svix-bridge/Cargo.toml | 2 +- csharp/Svix/Svix.csproj | 2 +- csharp/Svix/Version.cs | 2 +- go/version.go | 2 +- java/README.md | 4 ++-- java/gradle.properties | 2 +- java/lib/src/main/java/com/svix/Version.java | 2 +- javascript/package.json | 2 +- javascript/src/request.ts | 2 +- kotlin/README.md | 4 ++-- kotlin/gradle.properties | 2 +- kotlin/lib/src/main/kotlin/Version.kt | 2 +- lib-openapi.json | 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.lock | 4 ++-- svix-cli/Cargo.toml | 2 +- svix-cli/README.md | 4 ++-- 25 files changed, 29 insertions(+), 28 deletions(-) diff --git a/.version b/.version index 84c7d0bad..e2eea7ce2 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.61.0 \ No newline at end of file +1.61.1 \ No newline at end of file diff --git a/ChangeLog.md b/ChangeLog.md index 3550b2f92..32e4b6b8c 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,6 +3,7 @@ ## Version 1.61.1 * Libs/Java **(Breaking)**: The type of `MessageIn.transformationsParams` changed from `Object` to `Map`. * Libs/Java and Libs/Kotlin **(Breaking)**: Due to an internal change in the underlining JSON de/serialization library, some JSON objects may not be serialized correctly. To address this `MessageIn.payload` now accepts a JSON encoded string instead of an `Object` (for Java) or `Map` (for Kotlin) +* Libs/Go: Fix regression in Go lib, operations now return `&svix.Error` instead of `svix.Error` ## Version 1.61.0 * Libs/Ruby **(Breaking)**: Ruby version changed from `2.7` to `3.4.2` diff --git a/bridge/Cargo.lock b/bridge/Cargo.lock index 44ad1e393..08bd4ec04 100644 --- a/bridge/Cargo.lock +++ b/bridge/Cargo.lock @@ -4360,7 +4360,7 @@ dependencies = [ [[package]] name = "svix-bridge" -version = "1.61.0" +version = "1.61.1" dependencies = [ "anyhow", "axum", diff --git a/bridge/svix-bridge/Cargo.toml b/bridge/svix-bridge/Cargo.toml index c49143a05..9c990726c 100644 --- a/bridge/svix-bridge/Cargo.toml +++ b/bridge/svix-bridge/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "svix-bridge" -version = "1.61.0" +version = "1.61.1" edition = "2021" publish = false diff --git a/csharp/Svix/Svix.csproj b/csharp/Svix/Svix.csproj index ba6ce379c..977a2be33 100644 --- a/csharp/Svix/Svix.csproj +++ b/csharp/Svix/Svix.csproj @@ -3,7 +3,7 @@ net8.0 Svix - 1.61.0 + 1.61.1 Svix Svix true diff --git a/csharp/Svix/Version.cs b/csharp/Svix/Version.cs index eb7facd10..8b8041d0a 100644 --- a/csharp/Svix/Version.cs +++ b/csharp/Svix/Version.cs @@ -2,6 +2,6 @@ namespace Svix { public static class Version { - public const string version = "1.61.0"; + public const string version = "1.61.1"; } } diff --git a/go/version.go b/go/version.go index 7d00277a7..0afdad603 100644 --- a/go/version.go +++ b/go/version.go @@ -1,3 +1,3 @@ package svix -const Version = "1.61.0" +const Version = "1.61.1" diff --git a/java/README.md b/java/README.md index e85049134..256c5faff 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.61.0 + 1.61.1 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.61.0" +implementation "com.svix:svix:1.61.1" ``` # Development diff --git a/java/gradle.properties b/java/gradle.properties index f699a8afc..567f90e46 100644 --- a/java/gradle.properties +++ b/java/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.svix -VERSION_NAME=1.61.0 +VERSION_NAME=1.61.1 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/Version.java b/java/lib/src/main/java/com/svix/Version.java index 06c859dbe..afcfc245c 100644 --- a/java/lib/src/main/java/com/svix/Version.java +++ b/java/lib/src/main/java/com/svix/Version.java @@ -1,5 +1,5 @@ package com.svix; public class Version { - public static final String VERSION = "1.61.0"; + public static final String VERSION = "1.61.1"; } diff --git a/javascript/package.json b/javascript/package.json index 0363db75c..8d7f0c088 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -1,6 +1,6 @@ { "name": "svix", - "version": "1.61.0", + "version": "1.61.1", "description": "Svix webhooks API client and webhook verification library", "author": "svix", "repository": "https://github.com/svix/svix-libs", diff --git a/javascript/src/request.ts b/javascript/src/request.ts index 031e3e2ac..6ec0a7690 100644 --- a/javascript/src/request.ts +++ b/javascript/src/request.ts @@ -2,7 +2,7 @@ import "svix-fetch"; import { ApiException } from "./util"; import { HttpErrorOut, HTTPValidationError } from "./HttpErrors"; -export const LIB_VERSION = "1.61.0"; +export const LIB_VERSION = "1.61.1"; const USER_AGENT = `svix-libs/${LIB_VERSION}/javascript`; export enum HttpMethod { diff --git a/kotlin/README.md b/kotlin/README.md index cde0758e1..42cb1d36b 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.61.0 + 1.61.1 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.61.0" +implementation "com.svix.kotlin:svix-kotlin:1.61.1" ``` # Development diff --git a/kotlin/gradle.properties b/kotlin/gradle.properties index 5537adeb1..f85c99cae 100644 --- a/kotlin/gradle.properties +++ b/kotlin/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.svix.kotlin -VERSION_NAME=1.61.0 +VERSION_NAME=1.61.1 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/Version.kt b/kotlin/lib/src/main/kotlin/Version.kt index 5a18ef540..fb83bb280 100644 --- a/kotlin/lib/src/main/kotlin/Version.kt +++ b/kotlin/lib/src/main/kotlin/Version.kt @@ -1,3 +1,3 @@ package com.svix.kotlin -const val Version = "1.61.0" +const val Version = "1.61.1" diff --git a/lib-openapi.json b/lib-openapi.json index 334b02d86..21ffd2500 100644 --- a/lib-openapi.json +++ b/lib-openapi.json @@ -8851,7 +8851,7 @@ "info": { "description": "Welcome to the Svix API documentation!\n\nUseful links: [Homepage](https://www.svix.com) | [Support email](mailto:support+docs@svix.com) | [Blog](https://www.svix.com/blog/) | [Slack Community](https://www.svix.com/slack/)\n\n# Introduction\n\nThis is the reference documentation and schemas for the [Svix webhook service](https://www.svix.com) API. For tutorials and other documentation please refer to [the documentation](https://docs.svix.com).\n\n## Main concepts\n\nIn Svix you have four important entities you will be interacting with:\n\n- `messages`: these are the webhooks being sent. They can have contents and a few other properties.\n- `application`: this is where `messages` are sent to. Usually you want to create one application for each user on your platform.\n- `endpoint`: endpoints are the URLs messages will be sent to. Each application can have multiple `endpoints` and each message sent to that application will be sent to all of them (unless they are not subscribed to the sent event type).\n- `event-type`: event types are identifiers denoting the type of the message being sent. Event types are primarily used to decide which events are sent to which endpoint.\n\n\n## Authentication\n\nGet your authentication token (`AUTH_TOKEN`) from the [Svix dashboard](https://dashboard.svix.com) and use it as part of the `Authorization` header as such: `Authorization: Bearer ${AUTH_TOKEN}`. For more information on authentication, please refer to the [authentication token docs](https://docs.svix.com/api-keys).\n\n\n\n\n## Code samples\n\nThe code samples assume you already have the respective libraries installed and you know how to use them. For the latest information on how to do that, please refer to [the documentation](https://docs.svix.com/).\n\n\n## Idempotency\n\nSvix supports [idempotency](https://en.wikipedia.org/wiki/Idempotence) for safely retrying requests without accidentally performing the same operation twice. This is useful when an API call is disrupted in transit and you do not receive a response.\n\nTo perform an idempotent request, pass the idempotency key in the `Idempotency-Key` header to the request. The idempotency key should be a unique value generated by the client. You can create the key in however way you like, though we suggest using UUID v4, or any other string with enough entropy to avoid collisions.\n\nSvix's idempotency works by saving the resulting status code and body of the first request made for any given idempotency key for any successful request. Subsequent requests with the same key return the same result for a period of up to 12 hours.\n\nPlease note that idempotency is only supported for `POST` requests.\n\n\n## Cross-Origin Resource Sharing\n\nThis API features Cross-Origin Resource Sharing (CORS) implemented in compliance with [W3C spec](https://www.w3.org/TR/cors/). And that allows cross-domain communication from the browser. All responses have a wildcard same-origin which makes them completely public and accessible to everyone, including any code on any site.\n", "title": "Svix API", - "version": "1.59.2", + "version": "1.61.1", "x-logo": { "altText": "Svix Logo", "url": "https://www.svix.com/static/img/brand-padded.svg" diff --git a/python/svix/__init__.py b/python/svix/__init__.py index 2c8737093..e0210632e 100644 --- a/python/svix/__init__.py +++ b/python/svix/__init__.py @@ -37,4 +37,4 @@ "WebhookVerificationError", ] -__version__ = "1.61.0" +__version__ = "1.61.1" diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock index cbf9cf269..ab0547c6c 100644 --- a/ruby/Gemfile.lock +++ b/ruby/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - svix (1.61.0) + svix (1.61.1) GEM remote: https://rubygems.org/ diff --git a/ruby/lib/svix/version.rb b/ruby/lib/svix/version.rb index e74eeb0a9..9e533029d 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.61.0" + VERSION = "1.61.1" end diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 36939c0e1..30ea577ce 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "svix" -version = "1.61.0" +version = "1.61.1" 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 396d20b79..c548bf3ae 100644 --- a/server/Cargo.lock +++ b/server/Cargo.lock @@ -4751,7 +4751,7 @@ dependencies = [ [[package]] name = "svix-server" -version = "1.61.0" +version = "1.61.1" dependencies = [ "aide", "anyhow", diff --git a/server/svix-server/Cargo.toml b/server/svix-server/Cargo.toml index 4f9d2f050..667204de9 100644 --- a/server/svix-server/Cargo.toml +++ b/server/svix-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "svix-server" -version = "1.61.0" +version = "1.61.1" description = "Svix webhooks server" publish = false edition.workspace = true diff --git a/svix-cli/Cargo.lock b/svix-cli/Cargo.lock index bbd6ac157..def91b5e5 100644 --- a/svix-cli/Cargo.lock +++ b/svix-cli/Cargo.lock @@ -1565,7 +1565,7 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "svix" -version = "1.61.0" +version = "1.61.1" dependencies = [ "base64 0.13.1", "hmac-sha256", @@ -1589,7 +1589,7 @@ dependencies = [ [[package]] name = "svix-cli" -version = "1.61.0" +version = "1.61.1" dependencies = [ "anyhow", "base64 0.22.1", diff --git a/svix-cli/Cargo.toml b/svix-cli/Cargo.toml index 549a77875..2f9225f0d 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.61.0" +version = "1.61.1" edition = "2021" license = "MIT" keywords = ["svix", "webhooks", "diahook"] diff --git a/svix-cli/README.md b/svix-cli/README.md index a1f2599b5..3522468de 100644 --- a/svix-cli/README.md +++ b/svix-cli/README.md @@ -24,13 +24,13 @@ 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.61.0/svix-cli-installer.sh | sh +curl --proto '=https' --tlsv1.2 -LsSf https://github.com/svix/svix-webhooks/releases/download/v1.61.1/svix-cli-installer.sh | sh ``` For Windows users, installation can be done via powershell: ``` -powershell -ExecutionPolicy ByPass -c "irm https://github.com/svix-onelson/svix-webhooks/releases/download/v1.61.0/svix-cli-installer.ps1 | iex" +powershell -ExecutionPolicy ByPass -c "irm https://github.com/svix-onelson/svix-webhooks/releases/download/v1.61.1/svix-cli-installer.ps1 | iex" ``` These scripts will install the binaries to `~/.svix/bin` and also add this directory to your `PATH` by default.