0.13.0
0.13.0 (2023-12-06)
Feat
- first steps to add dependency injection. Inspect
udf coroutines
in order to inject differentargs
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 thecoroutine
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 thecoroutine
. More info here
[master ee1756c] bump: version 0.12.6 → 0.13.0
2 files changed, 8 insertions(+), 2 deletions(-)