Releases: inngest/inngestgo
Releases · inngest/inngestgo
v0.7.4
New features
- Add experimental parallel steps using
group.Parallel
. For example usage, refer to this test file.
Improvements
- Add stack trace to function run output when there's a panic.
v0.7.3
Fixes
- Fix false signature validation errors by applying JSON Canonicalization Scheme (JCS) to request body before validation the signature.
v0.7.0 - Throttling, timeouts, bug fixes
This release introduces throttling and timeouts to the Go SDK.
v0.6.2
What's Changed
- Set X-Inngest-Expected-Server-Kind header by @goodoldneon in #37
- INN-2827 Add ability to specify multiple triggers by @jpwilliams in #35
Full Changelog: v0.6.1...v0.6.2
v0.6.0 - Per step errors and Invoke
This release adds per-step errors and stpe.Invoke
v0.5.0 - Functions and workflows
Initial pre-release of functions, steps, and workflows in Golang.
v0.4.0
Refactor input arguments.
v0.3.0
Adds baggage to metadata parsing, allowing serverless functions to inspect event data, user data, and previous action results
v0.2.1
Merge pull request #3 from inngest/chore/fmt
Use `fmt.Fprintf` instead of writing to stdout directly
v0.2.0
This release contains a very minimal API surface for creating serverless actions within Inngest.