Skip to content

Releases: s2-streamstore/s2-sdk-python

v0.1.3

14 Apr 20:49
8f0c870

Choose a tag to compare

0.1.3 (2026-04-14)

Bug Fixes

  • incorrect tracking of limits after client-side filtering (#34) (d69e4f0)

v0.1.2

11 Apr 06:46
e912cb6

Choose a tag to compare

0.1.2 (2026-04-11)

Bug Fixes

  • CommandRecord.trim raises OverflowError instead of S2ClientError (#29) (f394b1e)
  • ack for an already cancelled ticket future crashes append session (#27) (496acfe)
  • linger timeout closes async iterator in append_record_batches (#28) (aaf4bfe)
  • malformed terminal message raises AttributeError instead of S2ServerError (#30) (fe08739)
  • received data not fully acknowledged during h2 stream cleanup (#31) (f3527d6)

Documentation

  • add examples for centralized SDK docs (#12) (9895ffb)

v0.1.1

08 Apr 07:37
62cb971

Choose a tag to compare

0.1.1 (2026-04-08)

Bug Fixes

  • producer.close() orphans drain task on error (#17) (e448d1d)
  • body gen hangs on retry when inputs exhausted in append session (#13) (043be93)
  • linger resets on each record arrival in append_record_batches (#14) (70ce203)

v0.1.0

07 Apr 05:10
57f89ee

Choose a tag to compare

0.1.0 (2026-04-07)

Features

  • add initial version of s2-sdk (#1) (3dc9795)