Skip to content

0.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jan 10:03
· 176 commits to master since this release

0.16.0 (2024-01-11)

BREAKING CHANGE

  • AsyncGenerator: Stream as async generators (yield from stream) are only available with the new typing approach (#157)

Yield from Stream migration

  • Remove the async for in loop inside the stream function. For more details follow the documentation

[master 1938558] bump: version 0.15.2 → 0.16.0
2 files changed, 8 insertions(+), 2 deletions(-)