Skip to content

0.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Dec 13:52
· 154 commits to master since this release

0.13.0 (2023-12-06)

Feat

  • first steps to add dependency injection. Inspect udf coroutines in order to inject different args on it (#141)
  • To iterate a stream is with the async for _ in loop, now it is possible to remove the loop and every time that a new event is in the stream the coroutine function defined by the end user will be awaited. If the stream is also needed, for example because manual commit is enabled then you can also add the stream as an argument in the coroutine. More info here

[master ee1756c] bump: version 0.12.6 → 0.13.0
2 files changed, 8 insertions(+), 2 deletions(-)