Releases: inngest/inngest-js
inngest@3.39.1
inngest@3.39.0
Minor Changes
- #994
a1e8adb
Thanks @jpwilliams! - Add support for function singletons
inngest@3.38.1
Patch Changes
-
#989
5e3ec3b
Thanks @jpwilliams! - When executing, use theserve()
call's client instead of the function's -
#997
4120413
Thanks @djfarrelly! - Add connect types for convenience and discoverability
inngest@3.38.0
Minor Changes
-
#985
4616919
Thanks @jpwilliams! - Add ability for signal waits to supersede othersawait step.waitForSignal("step-id", { signal: "my-signal", timeout: "5m", onConflict: "replace", });
inngest@3.37.0
What's Changed
- Add
step.waitForSignal()
by @jpwilliams in #979
Full Changelog: https://github.com/inngest/inngest-js/compare/@inngest/middleware-encryption@1.0.1...inngest@3.37.0
inngest@3.36.0
Minor Changes
- #909
35cf326
Thanks @jpwilliams! - Added experimental otel for capturing userland spans
@inngest/middleware-encryption@1.0.1
Patch Changes
- #971
22ca420
Thanks @jpwilliams! - Use consistent casing forlibSodium
export
@inngest/realtime@0.3.1
Patch Changes
-
#960
fc966ca
Thanks @jpwilliams! - Fix requiring signing key for dev in@inngest/realtime
-
#965
e55d93e
Thanks @jpwilliams! - Fix throw ofTypeError: Failed to execute 'cancel' on 'ReadableStream': Cannot cancel a locked stream
when unmounting or cancelling a stream utilizing the callback feature -
#964
e674884
Thanks @jpwilliams! - Fix fanout writers throwing during some closures -
#959
50d627e
Thanks @jpwilliams! - Fix being unable to access environment variables in some bundled environments -
#960
fc966ca
Thanks @jpwilliams! - Fix debug log incorrectly displaying topics we're subscribing to
@inngest/ai@0.1.4
inngest@3.35.1
Patch Changes
- #950
0099c56
Thanks @BrunoScheufler! - Connect: Reliability improvements