Skip to content

Releases: darwin67/inngest-ex

v0.2.1

15 May 07:33
Compare
Choose a tag to compare

[0.2.1] - 2024-05-15

Bug Fixes

  • Fix: Remove test app from mod (#78)

Miscellaneous Tasks

  • Chore: update license to Apache2 (#76)

v0.2.0

04 Dec 01:31
Compare
Choose a tag to compare

[0.2.0] - 2023-12-04

Bug Fixes

  • Fix: add additional restrictions when using batching (#72)

Documentation

  • Docs: Update docs to prepare for 0.2 release (#62)

Features

  • Feat: add event batching to function configuration
  • Feat: Change approach for SDK (#59)
  • Feat: Add general retry handling and non retriable error (#63)
  • Feat: Add failure handler (#64)
  • Feat: debounce support (#65)
  • Feat: support batching (#66)
  • Feat: rate limit support (#67)
  • Feat: concurrency support (#68)
  • Feat: idempotency support (#69)
  • Feat: cancel on support (#70)
  • Feat: priority support (#71)

Miscellaneous Tasks

  • Chore: update ci.yml
  • Chore: Clean up (#60)
  • Chore: Integration tests (#61)
  • Chore: update hashing method for steps (#75)

v0.1.9: fix: make sure to read existing queries (#55)

01 Aug 08:21
85ec18b
Compare
Choose a tag to compare

[0.1.9] - 2023-08-01

Bug Fixes

  • Fix: make sure to read existing queries (#55)

v0.1.8

31 Jul 07:48
Compare
Choose a tag to compare

[0.1.8] - 2023-07-31

Bug Fixes

  • Fix: make certain fields in Event as optional types

v0.1.7

31 Jul 07:37
Compare
Choose a tag to compare

[0.1.7] - 2023-07-31

Features

  • Feat: Allow non map return values
  • Feat: Allow no return value with just :ok for step runs

Miscellaneous Tasks

  • Chore: Change type to list of Events

v0.1.6

28 Jul 08:49
Compare
Choose a tag to compare

[0.1.6] - 2023-07-28

Bug Fixes

  • Fix: path takes precedence when passed to inngest macro

Documentation

  • Docs: update inngest macro docs

v0.1.5

28 Jul 08:32
Compare
Choose a tag to compare

[0.1.5] - 2023-07-28

v0.1.4

28 Jul 05:42
Compare
Choose a tag to compare

[0.1.4] - 2023-07-28

Miscellaneous Tasks

  • Chore: Fix release workflow with proper escapes (#49)