Skip to content

Releases: kpn/kstreams

0.17.2

25 Jan 10:42
Compare
Choose a tag to compare

0.17.2 (2024-01-25)

Fix

  • mypy updated from version 0.9 to 1.8.0. Some typing fixed. Closes #159 (#165)

[master 2898233] bump: version 0.17.1 → 0.17.2
2 files changed, 8 insertions(+), 2 deletions(-)

0.17.1

24 Jan 13:03
Compare
Choose a tag to compare

0.17.1 (2024-01-24)

Fix

  • aiorun dependency removed (#164)

[master e6d81d2] bump: version 0.17.0 → 0.17.1
2 files changed, 8 insertions(+), 2 deletions(-)

0.17.0

24 Jan 10:26
Compare
Choose a tag to compare

0.17.0 (2024-01-24)

Feat

  • Middleware capability introduced (#155)

[master 7354fa5] bump: version 0.16.2 → 0.17.0
2 files changed, 8 insertions(+), 2 deletions(-)

0.16.2

23 Jan 15:33
Compare
Choose a tag to compare

0.16.2 (2024-01-23)

Fix

  • pyproject.toml: Lock pydantic on > 2.0 because it is not compatible with 1.x since v0.15.2 (#160)

[master 3ae25c3] bump: version 0.16.1 → 0.16.2
2 files changed, 8 insertions(+), 2 deletions(-)

0.16.1

23 Jan 14:32
Compare
Choose a tag to compare

0.16.1 (2024-01-23)

Fix

  • coroutine anext introduced for python versions lower than 3.10 (#161)

[master 96fc6ff] bump: version 0.16.0 → 0.16.1
2 files changed, 8 insertions(+), 2 deletions(-)

0.16.0

11 Jan 10:03
Compare
Choose a tag to compare

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(-)

0.15.2

09 Jan 09:41
Compare
Choose a tag to compare

0.15.2 (2024-01-09)

Refactor

  • Updated code to Pydantic 2.0 (get rid of deprecation warnings) (#156)

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

0.15.1

19 Dec 15:16
Compare
Choose a tag to compare

0.15.1 (2023-12-19)

Fix

  • Stream: handle errors.ConsumerStoppedError exception for the new consumtion way (#150)

[master 384d0b4] bump: version 0.15.0 → 0.15.1
2 files changed, 8 insertions(+), 2 deletions(-)

0.15.0

18 Dec 15:04
Compare
Choose a tag to compare

0.15.0 (2023-12-18)

Feat

  • TestStreamClient: add ability to create extra topics before the test cycle starts (#149)

[master 73819c2] bump: version 0.14.0 → 0.15.0
2 files changed, 8 insertions(+), 2 deletions(-)

0.14.0

14 Dec 07:57
Compare
Choose a tag to compare

0.14.0 (2023-12-14)

Feat

  • getmany added to Stream. Closes #128 (#147)

[master ee07b90] bump: version 0.13.1 → 0.14.0
2 files changed, 8 insertions(+), 2 deletions(-)