Skip to content

Releases: kpn/kstreams

0.26.8

10 Apr 09:21
Compare
Choose a tag to compare

0.26.8 (2025-04-10)

Fix

  • RuntimeError await wasn't used with future when the stop engine on a failing test (#311)

[master 97e6e8b] bump: version 0.26.7 → 0.26.8
2 files changed, 7 insertions(+), 1 deletion(-)

0.26.7

19 Mar 11:13
Compare
Choose a tag to compare

0.26.7 (2025-03-19)

Fix

  • stop properly asyncio.Tasks that run in background mode (streams and monitoring). Related to #299 (#300)

[master 1d9c437] bump: version 0.26.6 → 0.26.7
2 files changed, 7 insertions(+), 1 deletion(-)

0.26.6

03 Feb 11:00
Compare
Choose a tag to compare

0.26.6 (2025-02-03)

Fix

  • send: _NoDefault serializer sentinel introduced in order to make possible to send raw data even when a global serializer has been set (#280)

[master ffd7560] bump: version 0.26.5 → 0.26.6
2 files changed, 7 insertions(+), 1 deletion(-)

0.26.5

06 Jan 14:44
Compare
Choose a tag to compare

0.26.5 (2025-01-06)

Fix

  • enable performance checks
  • improve DI performance

[master 5128a15] bump: version 0.26.4 → 0.26.5
2 files changed, 8 insertions(+), 1 deletion(-)

0.26.4

06 Jan 13:43
Compare
Choose a tag to compare

0.26.4 (2025-01-06)

Fix

  • ci benchmark

[master 3259978] bump: version 0.26.3 → 0.26.4
2 files changed, 7 insertions(+), 1 deletion(-)

0.26.3

27 Nov 15:39
Compare
Choose a tag to compare

0.26.3 (2024-11-27)

Fix

  • bump deps

[master d75800b] bump: version 0.26.2 → 0.26.3
2 files changed, 7 insertions(+), 1 deletion(-)

0.26.2

27 Nov 14:26
Compare
Choose a tag to compare

0.26.2 (2024-11-27)

Fix

  • circular imports on DI system
  • typing issues
  • add support for generic values in dependency injection

Refactor

  • use abstract class for DI Middleware

[master 26a93c9] bump: version 0.26.1 → 0.26.2
2 files changed, 13 insertions(+), 1 deletion(-)

0.26.1

26 Nov 15:02
Compare
Choose a tag to compare

0.26.1 (2024-11-26)

Fix

  • benchmarks

[master 0c6c0e2] bump: version 0.26.0 → 0.26.1
2 files changed, 8 insertions(+), 2 deletions(-)

0.26.0

22 Nov 12:06
Compare
Choose a tag to compare

0.26.0 (2024-11-22)

BREAKING CHANGE

  • Python 3.8 support has been dropped because of end-of-life (EOL), please update to a
    supported version

Fix

  • drop support for python 3.8 and bump deps (#243)

[master 0192fcc] bump: version 0.25.0 → 0.26.0
2 files changed, 12 insertions(+), 1 deletion(-)

0.25.0

21 Nov 14:52
Compare
Choose a tag to compare

0.25.0 (2024-11-21)

Feat

  • add benchmarks

[master b371aa1] bump: version 0.24.9 → 0.25.0
2 files changed, 7 insertions(+), 1 deletion(-)