Skip to content

Releases: inngest/inngestgo

v0.7.4

18 Sep 19:38
c6c57df
Compare
Choose a tag to compare

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

23 Aug 20:59
9e60ab4
Compare
Choose a tag to compare

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

16 Apr 15:49
adaa74f
Compare
Choose a tag to compare

This release introduces throttling and timeouts to the Go SDK.

v0.6.2

11 Mar 18:05
7b67583
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.2

v0.6.0 - Per step errors and Invoke

25 Jan 15:52
8f90d72
Compare
Choose a tag to compare

This release adds per-step errors and stpe.Invoke

v0.5.0 - Functions and workflows

02 Nov 00:33
88c1f5b
Compare
Choose a tag to compare

Initial pre-release of functions, steps, and workflows in Golang.

v0.4.0

06 Jun 16:08
94f6cf0
Compare
Choose a tag to compare

Refactor input arguments.

v0.3.0

21 Jul 15:02
277d875
Compare
Choose a tag to compare

Adds baggage to metadata parsing, allowing serverless functions to inspect event data, user data, and previous action results

v0.2.1

16 Jul 12:05
3563436
Compare
Choose a tag to compare
Merge pull request #3 from inngest/chore/fmt

Use `fmt.Fprintf` instead of writing to stdout directly

v0.2.0

14 Jul 21:04
717e455
Compare
Choose a tag to compare

This release contains a very minimal API surface for creating serverless actions within Inngest.