Releases: inngest/inngest-js
Releases · inngest/inngest-js
v1.3.4
v1.3.1
v1.3.0
What's Changed
- Fix param consts not always being used by @jpwilliams in #107
- Add deterministic signing, avoiding using buffered raw body by @jpwilliams in #108
- Add log level option to enable to control logging by @djfarrelly in #72
- fix:
createFunction
trigger typing allowed specifying event and cron by @jpwilliams in #110
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- Fix typo by @fritzblue in #104
- Add ability for
step.sendEvent()
to send multiple events by @jpwilliams in #102
New Contributors
- @fritzblue made their first contribution in #104
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Refactor handlers to add signatures by @tonyhb in #86
- Bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #95
- Add
Server-Timing
headers to HTTP responses by @jpwilliams in #76 - Update README for v1 SDK by @djfarrelly in #99
- Add
tools.sendEvent
to step tooling to ensure events are duplicated by @djfarrelly in #100 - fix: Wait a while for nested promises to resolve by @jpwilliams in #101
Full Changelog: v1.0.0...v1.1.0
v1.0.0
- major: Add
async
/await
parallel steps, unifycreateFunction
, clean examples (#45) 4ff191a - Remove attempts + 1 f815541
- Serialize top-level errors also (#93) caaa9c7
- fix: Use
serialize-error-cjs
to serialize errors to JSON for Inngest (#92) 154310d - feat: Add Nuxt 3 handler (#89) ad63db0
- Ensure global fetch is used in edge environments instead of polyfill (#85) 763cfbc
v0.9.3-beta.1
- Refactor signature header const to an enum to support multiple headers 2ac54db
- Ensure timestamp is a string when used for verifying signature c6901a5
- Add signature validation tests to every handler for integration testing ca985ce
- Add hidden flag to allow expired signatures during testing 66aa372
- Refactor key signing to
RequestSignature
class to separate functionality aefc20f - Return better errors with a stack trace when a handler fails fa37702
- Always set
_isProd
when receiving handler actions 4e9e133 - Update handler tests to specify
req.json
for run tests 848b691 - Fix lint 86a4892
- Add tests asserting signature validation works as expected 69ce46d
- Update docs abdb07d
- Refactor handlers to add signatures 64b76ef
v0.9.2
v0.9.1
- Add an exported non-retriable error to halt SDK execution (#81) 690e9d7
- No longer double-wrap following changes in inngest/inngest#343 (#83) 7c119f9