Skip to content

Commit

Permalink
Version 1.42.0 (#1536)
Browse files Browse the repository at this point in the history
* 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]: #1530
[#1531]: #1531
[#1533]: #1533
[#1534]: #1534
[#1535]: #1535
  • Loading branch information
svix-jplatte authored Nov 28, 2024
2 parents 5bbb0fb + e71c879 commit 152134b
Show file tree
Hide file tree
Showing 21 changed files with 557 additions and 479 deletions.
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

0 comments on commit 152134b

Please sign in to comment.