Releases: darwin67/inngest-ex
Releases · darwin67/inngest-ex
v0.2.1
v0.2.0
[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
v0.1.9: fix: make sure to read existing queries (#55)
v0.1.8
[0.1.8] - 2023-07-31
Bug Fixes
- Fix: make certain fields in Event as optional types
v0.1.7
[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
[0.1.6] - 2023-07-28
Bug Fixes
- Fix: path takes precedence when passed to
inngest
macro
Documentation
- Docs: update
inngest
macro docs