Skip to content

Releases: inngest/inngest-js

inngest@3.19.17

25 Jun 12:59
3fbd6fc
Compare
Choose a tag to compare

Patch Changes

  • #623 cc96657 Thanks @jpwilliams! - Upgraded TypeScript to 5.5.

    No change in behaviour or downstream compatibility is expected, but emitted declaration files will still change, so the patch version will bump for all affected packages.

  • #626 6e41c90 Thanks @cohlar! - Export ScheduledTimerEventPayload for ESM

@inngest/middleware-encryption@0.1.7

25 Jun 12:59
3fbd6fc
Compare
Choose a tag to compare

Patch Changes

  • #623 cc96657 Thanks @jpwilliams! - Upgraded TypeScript to 5.5.

    No change in behaviour or downstream compatibility is expected, but emitted declaration files will still change, so the patch version will bump for all affected packages.

@inngest/eslint-plugin@0.0.6

25 Jun 12:59
3fbd6fc
Compare
Choose a tag to compare

Patch Changes

  • #623 cc96657 Thanks @jpwilliams! - Upgraded TypeScript to 5.5.

    No change in behaviour or downstream compatibility is expected, but emitted declaration files will still change, so the patch version will bump for all affected packages.

inngest@3.19.16

18 Jun 19:05
def9876
Compare
Choose a tag to compare

Patch Changes

  • #618 1f0cb29 Thanks @MonsterDeveloper! - Expose InngestFunction#createExecution() as a protected method to allow custom unit testing.

    Note that this is an internal API and can change at any time; first-party testing tools will be adde at a later date.

inngest@3.19.15

18 Jun 12:41
9c6cd86
Compare
Choose a tag to compare

Patch Changes

  • #619 7542fc2 Thanks @jpwilliams! - "inngest/cloudflare" serve handler now supports both Cloudflare Pages Functions and Cloudflare Workers

inngest@3.19.14

17 Jun 11:25
f080726
Compare
Choose a tag to compare

Patch Changes

  • #611 f36c442 Thanks @jpwilliams! - Add support for global Netlify.env objects when accessing environment variables

  • #614 7970faa Thanks @goodoldneon! - Fix attempting to register without a path when using a URL from INNGEST_DEV

  • #615 baa9e5e Thanks @jpwilliams! - Add maximum recursion depth for object path typing for step.waitForEvent()'s match and cancelOn

inngest@3.19.13

11 Jun 16:09
98fd146
Compare
Choose a tag to compare

Patch Changes

inngest@3.19.12

08 Jun 18:56
bfe3edc
Compare
Choose a tag to compare

Patch Changes

  • #604 8b41f6b Thanks @jpwilliams! - Give all serve()-related peer dependencies a wider range and make them optional, silencing warnings when installing inngest

@inngest/middleware-encryption@0.1.6

08 Jun 18:56
bfe3edc
Compare
Choose a tag to compare

Patch Changes

inngest@3.19.9

06 Jun 12:55
bcd9840
Compare
Choose a tag to compare

Patch Changes

  • #595 dd7f5ac Thanks @jpwilliams! - Set explicit return types for "inngest/fastify" for JSR publishing

  • 519d66b Thanks @jpwilliams! - Allowed secure introspection of the Inngest endpoint for improved debugging and observability

  • #594 41b02b2 Thanks @jpwilliams! - Fix typing for "inngest/lambda" handler being incorrect Proxy type