Skip to content

Releases: kpn/kstreams

0.13.1

06 Dec 14:56
Compare
Choose a tag to compare

0.13.1 (2023-12-06)

Fix

  • typing: StreamFunc type to match the udf signature. (#142)

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

0.13.0

06 Dec 13:52
Compare
Choose a tag to compare

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

0.12.6

27 Nov 16:31
Compare
Choose a tag to compare

0.12.6 (2023-11-27)

Fix

  • TestClient: call task_done after the topic has consumed the cr (#138)

[master 5f02f4e] bump: version 0.12.5 → 0.12.6
2 files changed, 8 insertions(+), 2 deletions(-)

0.12.5

22 Nov 14:55
Compare
Choose a tag to compare

0.12.5 (2023-11-22)

Fix

  • increase total events also when using sync testing (#136)

[master a70352e] bump: version 0.12.4 → 0.12.5
2 files changed, 8 insertions(+), 2 deletions(-)

0.12.4

11 Oct 13:58
Compare
Choose a tag to compare

0.12.4 (2023-10-11)

Fix

  • spelling mistake in log message (#133)

[master 99fb954] bump: version 0.12.3 → 0.12.4
2 files changed, 8 insertions(+), 2 deletions(-)

0.12.3

25 Sep 10:23
Compare
Choose a tag to compare

0.12.3 (2023-09-25)

Refactor

  • pydantic: add support for pydantic v2 (#132)

[master 924d87b] bump: version 0.12.2 → 0.12.3
2 files changed, 8 insertions(+), 2 deletions(-)

0.12.2

20 Sep 13:58
Compare
Choose a tag to compare

0.12.2 (2023-09-20)

Fix

  • Kafka backend: use enum values when represent kafka backend as dict. Close #130 (#131)

[master 921f848] bump: version 0.12.1 → 0.12.2
2 files changed, 8 insertions(+), 2 deletions(-)

0.12.1

02 Aug 11:48
Compare
Choose a tag to compare

0.12.1 (2023-08-02)

Fix

  • end_offsets off by 1

[master 6aaf016] bump: version 0.12.0 → 0.12.1
2 files changed, 8 insertions(+), 2 deletions(-)

0.12.0

31 Jul 14:29
Compare
Choose a tag to compare

0.12.0 (2023-07-31)

Feat

  • option to disable monitoring during testing added (#125)

[master c884319] bump: version 0.11.12 → 0.12.0
2 files changed, 8 insertions(+), 2 deletions(-)

0.11.12

26 Jul 12:54
Compare
Choose a tag to compare

0.11.12 (2023-07-26)

Fix

  • Prometheus scrape metrics task fixed in order to have a proper shutdown (#124)

[master 28a377d] bump: version 0.11.11 → 0.11.12
2 files changed, 8 insertions(+), 2 deletions(-)