-
Notifications
You must be signed in to change notification settings - Fork 175
Comparing changes
Open a pull request
base repository: svix/svix-webhooks
base: v1.39.0
head repository: svix/svix-webhooks
compare: v1.40.0
- 19 commits
- 44 files changed
- 5 contributors
Commits on Nov 7, 2024
-
Libs(JS): downgrade
@stablelib/base64
avoidingERR_REQUIRE_ESM
Fixes #1505 Big thanks to @ZONGMENG-kaito for the report. During the work on #1480 various dependencies were updated to match what is being produced by the upstream code generator. Unfortunately, the version spec change for `@stablelib/base64` up to 2.x means we inherit their ESM requirement. The local tests (i.e. `SVIX_SERVER_URL=... SVIX_TOKEN=... yarn test`) continue to pass with the downgrade, so it seems like pinning to 1.x for now will free consumers of _our lib_ of this new requirement for now. Hopefully in the future we'll find a way to track 2.x without disruption.
Configuration menu - View commit details
-
Copy full SHA for 05d93d2 - Browse repository at this point
Copy the full SHA 05d93d2View commit details -
Libs(JS): downgrade
@stablelib/base64
avoidingERR_REQUIRE_ESM
(#β¦β¦1506) Fixes #1505 Big thanks to @ZONGMENG-kaito for the report. During the work on #1480 various dependencies were updated to match what is being produced by the upstream code generator. Unfortunately, the version spec change for `@stablelib/base64` up to 2.x means we inherit their ESM requirement. The local tests (i.e. `SVIX_SERVER_URL=... SVIX_TOKEN=... yarn test`) continue to pass with the downgrade, so it seems like pinning to 1.x will free consumers of _our lib_ of this new requirement for now. Hopefully in the future we'll find a way to track 2.x without disruption.
Configuration menu - View commit details
-
Copy full SHA for fed1266 - Browse repository at this point
Copy the full SHA fed1266View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9c5212 - Browse repository at this point
Copy the full SHA f9c5212View commit details
Commits on Nov 8, 2024
-
Bridge(kafka): guard kafka-related symbols with cfg attrs
Adds a few more `cfg` attributes to hide kafka-related things at compile time when needed.
Configuration menu - View commit details
-
Copy full SHA for f9b6c1c - Browse repository at this point
Copy the full SHA f9b6c1cView commit details -
Bridge: remove long-living span around metrics collection
Long-living tracing spans can leak memory over time if logs happen to be produced inside them. Removing the span should help avoid a leak later.
Configuration menu - View commit details
-
Copy full SHA for d3a90b0 - Browse repository at this point
Copy the full SHA d3a90b0View commit details -
Seeing segfaults shortly after launching the process with the deno version we were using. It's unclear why.
Configuration menu - View commit details
-
Copy full SHA for d2d87d4 - Browse repository at this point
Copy the full SHA d2d87d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ebd7ad - Browse repository at this point
Copy the full SHA 1ebd7adView commit details
Commits on Nov 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 78bf4a2 - Browse repository at this point
Copy the full SHA 78bf4a2View commit details -
Replace uses of hyper::body::to_bytes
β¦ with http_body::Body::collect. This is in preparation for upgrading to hyper 1.0, which no longer has the to_bytes function.
Configuration menu - View commit details
-
Copy full SHA for 18422e8 - Browse repository at this point
Copy the full SHA 18422e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b070372 - Browse repository at this point
Copy the full SHA b070372View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9489452 - Browse repository at this point
Copy the full SHA 9489452View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3592bfd - Browse repository at this point
Copy the full SHA 3592bfdView commit details -
Use tokio TcpListener for run_with_prefix
β¦ and slightly reduce cloud / EE duplication w.r.t. HTTP server initialization.
Configuration menu - View commit details
-
Copy full SHA for bf5ba23 - Browse repository at this point
Copy the full SHA bf5ba23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 599fb1f - Browse repository at this point
Copy the full SHA 599fb1fView commit details -
Replace use of opentelemetry_sdk::trace::config
β¦ which is deprecated in newer versions of the crate.
Configuration menu - View commit details
-
Copy full SHA for 0184054 - Browse repository at this point
Copy the full SHA 0184054View commit details -
Configuration menu - View commit details
-
Copy full SHA for f68a124 - Browse repository at this point
Copy the full SHA f68a124View commit details -
This looks like a probable cause of memory-leaks, since the span will never complete while the application is running.
Configuration menu - View commit details
-
Copy full SHA for ecfb377 - Browse repository at this point
Copy the full SHA ecfb377View commit details -
Server: exit early if endpoints don't exist
Ensure that we don't try to process a message for which endpoints no longer exist. Fixes #1511.
Configuration menu - View commit details
-
Copy full SHA for 81a4ca3 - Browse repository at this point
Copy the full SHA 81a4ca3View commit details -
Prepare release v.1.40.0 (#1516)
Prepare release v.1.40.0.
Configuration menu - View commit details
-
Copy full SHA for 20f3737 - Browse repository at this point
Copy the full SHA 20f3737View commit details
There are no files selected for viewing