Skip to content

Releases: ryan-yuuu/ktables

v1.1.2

Choose a tag to compare

@github-actions github-actions released this 04 Jul 01:50
55d2178

1.1.2 (2026-07-04)

Bug Fixes

  • reader survives raising apply-observer callbacks and transient catch-up unassignment (#34) (cf3b040)

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 03 Jul 05:01
2473749

1.1.1 (2026-07-03)

Bug Fixes

  • close consumer and producer when initial broker connect fails (#31) (6aa3a3b)

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 01 Jul 01:29
5501b92

1.1.0 (2026-07-01)

Features

  • at-least-once producer default and acks durability knob (#28) (109d2e1)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 23 Jun 23:36
28cba23

1.0.0 (2026-06-23)

⚠ BREAKING CHANGES

  • reconcile existing topic cleanup.policy via on_policy_mismatch (#25)

Features

  • reconcile existing topic cleanup.policy via on_policy_mismatch (#25) (769820a)

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 20 Jun 19:25
d2a8ae6

0.4.0 (2026-06-20)

Features

  • expose fetch_max_wait_ms to tune barrier latency (#23) (46d0b08)

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 17 Jun 07:13
1160e5c

0.3.0 (2026-06-17)

Features

  • grouped/multimap table (group -> {member -> value}) over a compacted topic (#17) (0b53f8b)

Documentation

  • fix the CI badge URL after the Tests→CI rename (#19) (655cd7d)
  • update README (cd54e92)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 13 Jun 03:57
ac849b8

0.2.0 (2026-06-13)

Features

  • add KafkaTable.barrier() — on-demand read-your-own-writes (#8) (7a46433)

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 10 Jun 08:55
56899e3

0.1.2 (2026-06-10)

Bug Fixes

  • ship py.typed so type checkers use the package's inline annotations (#6) (e556fb4)

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 10 Jun 07:16
710dddf

0.1.1 (2026-06-10)

Documentation

  • update README for published package (pip install, PyPI badge, summary sync) (#4) (466e676)

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 07:01
2e9a271

0.1.0 (2026-06-10)

Features

  • KafkaTable and KafkaTableWriter — a GlobalKTable for asyncio Python (#1) (4a2b0b9)