-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## What's changed * Libs/Go: Add convenient construction of messages with pre-serialized payload ([#1538]) * Libs/Go: Reduce the use of `NullableX` types to where they actually have a use ([#1543]) * Libs/JavaScript: Add convenient construction of messages with pre-serialized payload ([#1539]) * Libs/Java: Add convenient construction of messages with pre-serialized payload ([#1544]) * Libs/C#: Bump .NET target to 8.0 ([#1546]) * Libs/C#: Add convenient construction of messages with pre-serialized payload ([#1545]) * Libs/Python: Add convenient construction of messages with pre-serialized payload ([#1540]) * Libs/Ruby: Add convenient construction of messages with pre-serialized payload ([#1541]) * Libs/JavaScript: Compile svix package for ESM and CommonJS, reducing bundle sizes ([#1549]) [#1538]: #1538 [#1543]: #1543 [#1539]: #1539 [#1540]: #1540 [#1541]: #1541 [#1544]: #1544 [#1545]: #1545 [#1546]: #1546 [#1549]: #1549
- Loading branch information
Showing
19 changed files
with
41 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.42.0 | ||
1.43.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "svix-bridge" | ||
version = "1.42.0" | ||
version = "1.43.0" | ||
edition = "2021" | ||
publish = false | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package version | ||
|
||
const Version = "1.42.0" | ||
const Version = "1.43.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
GROUP=com.svix | ||
VERSION_NAME=1.42.0 | ||
VERSION_NAME=1.43.0 | ||
|
||
POM_URL=https://github.com/svix/svix-webhooks | ||
POM_SCM_URL[email protected]:svix/svix-webhooks.git | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
GROUP=com.svix.kotlin | ||
VERSION_NAME=1.42.0 | ||
VERSION_NAME=1.43.0 | ||
|
||
POM_URL=https://github.com/svix/svix-webhooks | ||
POM_SCM_URL[email protected]:svix/svix-webhooks.git | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,4 +37,4 @@ | |
"WebhookVerificationError", | ||
] | ||
|
||
__version__ = "1.42.0" | ||
__version__ = "1.43.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
PATH | ||
remote: . | ||
specs: | ||
svix (1.42.0) | ||
svix (1.43.0) | ||
|
||
GEM | ||
remote: https://rubygems.org/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# frozen_string_literal: true | ||
|
||
module Svix | ||
VERSION = "1.42.0" | ||
VERSION = "1.43.0" | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "svix" | ||
version = "1.42.0" | ||
version = "1.43.0" | ||
authors = ["Svix Inc. <[email protected]>"] | ||
edition = "2021" | ||
description = "Svix webhooks API client and webhook verification library" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters