Skip to content

Version 1.42.0 #1536

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Nov 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.41.0
1.42.0
13 changes: 13 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
## Next
*

## Version 1.42.0
* Server: Return 413 on large payloads ([#1530])
* Libs/Python: Fix sync / async mismatch for op-webhook-endpoint API ([#1535])
* Libs/Rust: Fix types of `iterator` fields ([#1534])
* Libs/Kotlin: Add convenient construction of messages with pre-serialized payload ([#1531])
* Libs/Rust: Add convenient construction of messages with pre-serialized payload ([#1533])

[#1530]: https://github.com/svix/svix-webhooks/pull/1530
[#1531]: https://github.com/svix/svix-webhooks/pull/1531
[#1533]: https://github.com/svix/svix-webhooks/pull/1533
[#1534]: https://github.com/svix/svix-webhooks/pull/1534
[#1535]: https://github.com/svix/svix-webhooks/pull/1535

## Version 1.41.0
* Libs/JS: Allow `iterator` and date parameters on list endpoints to be `null` (in addition to `undefined`)
* Libs/JS: Fix serialization of message `status` query parameters
Expand Down
1 change: 1 addition & 0 deletions bridge/.config/nextest.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[profile.default]
retries = 2
slow-timeout = { period = "30s", terminate-after = 2 }
Loading
Loading