inngest-js
inngest-js copied to clipboard
The developer platform for easily building reliable workflows with zero infrastructure for TypeScript & JavaScript
**Describe the bug** Related to https://github.com/inngest/inngest-js/commit/164fd5ccf86c3de4b55defa95efb5701569545f3 See: "@link https://app.inngest.com/secrets}" is still old link ``` export interface RegisterOptions { /** * A key used to sign requests to and from Inngest...
**Describe the bug** Despite setting the env var `INNGEST_ENV` and even explicitly setting the env via the constructor options, I continue to get the message `No INNGEST_ENV branch name found`....
**Is your feature request related to a problem? Please describe.** N/A **Describe the solution you'd like** Would like to use Inngest in conjunction with solid-start app. **Describe alternatives you've considered**...
We don't expose expressions on event triggers to users; this is necessary for users with many events so that they don't have wasted function runs.
## Summary Incorrect properties would be ignored and produce no type errors when creating a client via `new Inngest()`. For example, the following would show no errors, even though `baseURL`...
## Summary When creating middleware, include all internal "built-in" middleware typing, allowing users to access types such as `logger` to make changes and corrections. ```ts new InngestMiddleware({ name: "Example Middleware",...
## Summary Adds streaming capabilities to to the `"inngest/cloudflare"` serve handler. ## Checklist - [ ] Added a [docs PR](https://github.com/inngest/website) that references this PR - [ ] Added unit/integration tests...
## Summary Add support for [SolidStart](https://start.solidjs.com/), a framework for [SolidJS](https://www.solidjs.com/). Closes #103. ## Todo - [ ] Tests - [ ] Docs - [ ] SDK example repo (for integration...
## Summary Change `DefaultEncryptionService` in `@inngest/middleware-encryption` to use libsodium. This is a breaking change. Standardizing our SDKs' encryption middlewares on libsodium allows for easy interoperability. For example, our TypeScript SDK...