This release contains windows fixes, ensuring that users running inngest on windows can correctly parse function and server configuration files.
Changelog
- 2205cab Add
windows-latestto tests - b06ef01 Add ability to log in using a static API key via
inngest login --token - ec539e0 Add use of
INNGEST_API_KEYenv var to provide auth context - daa903e Downgrade runc
- 07ea6ef Embed txtar in a variable. This doesn't parse on GH windows
- 36bc649 Formatting
- 3d7da34 Merge branch 'main' into feat/env-var-api-key
- c1ab207 Merge pull request #209 from inngest/feat/env-var-api-key
- 784300b Merge pull request #211 from inngest/feature/windows-config-parsing
- 30bb7ba Refactor tests for windows support
- e7213f1 Rename
INNGEST_API_KEYenv var toINNGEST_AUTH_TOKEN - 3929d19 Standardize parsing of cue overlay for windows
- 0137be8 Use mocks in executor to decrease speed for windows
- 84f2606 Vendor runc downgrade
- 56d320f s#/dir/filepath.FromSlash/
- afa5f95 s/sigterm/sigint
- 22d2303 strategy: matrix for
go test