Skip to content

Releases: inngest/inngest-js

v1.3.4

01 Mar 12:56
1f298e7
Compare
Choose a tag to compare

Patch Changes

v1.3.1

28 Feb 10:31
Compare
Choose a tag to compare
  • Revert "fix: createFunction trigger typing allowed specifying event and cron (#110)" due to regression 4c1ee8d

v1.3.0...v1.3.1

v1.3.0

27 Feb 15:42
Compare
Choose a tag to compare

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

17 Feb 17:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

14 Feb 19:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0

09 Feb 16:57
Compare
Choose a tag to compare
  • major: Add async/await parallel steps, unify createFunction, 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.2...v1.0.0

v0.9.3-beta.1

19 Jan 16:47
Compare
Choose a tag to compare
v0.9.3-beta.1 Pre-release
Pre-release
  • 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.3-beta.1

v0.9.2

17 Jan 19:58
Compare
Choose a tag to compare

What's Changed

  • Add retry overrides to SDK options by @tonyhb in #84

Full Changelog: v0.9.1...v0.9.2

v0.9.1

17 Jan 01:07
Compare
Choose a tag to compare

v0.9.0...v0.9.1

v0.9.0

11 Jan 23:04
Compare
Choose a tag to compare
  • Adds deploy tracking to SDKs
  • Refactors sleepUntil to work with correctly serialized dates
  • Updates types returned by tools.run to show properly serialized types