Skip to content

Releases: s2-streamstore/s2-sdk-python

v0.4.3

24 Jun 21:08
e651bc3

Choose a tag to compare

0.4.3 (2026-06-23)

Documentation

  • update encryption examples for central docs site (#79) (973f6b7)

v0.4.2

13 Jun 05:11
c0194e3

Choose a tag to compare

0.4.2 (2026-06-13)

Bug Fixes

  • incorrect ack deadline semantics in append session (#64) (248e5c0)
  • unawaited asyncio.Task cancellations (#78) (4d4ac80)

v0.4.1

09 Jun 19:03
ee3e774

Choose a tag to compare

0.4.1 (2026-06-09)

Bug Fixes

  • missing fallible decorator for public methods in ops mod (#71) (74d7c70)
  • missing check for unexpected response stream close in append session (#74) (1d68ddf)

v0.4.0

23 May 22:32
3917a9f

Choose a tag to compare

0.4.0 (2026-05-23)

⚠ BREAKING CHANGES

  • add location ops, replace BasinScope with LocationInfo (#61)

Features

  • add location ops, replace BasinScope with LocationInfo (#61) (d1157ad)

v0.3.1

23 May 03:15
12e5c5a

Choose a tag to compare

0.3.1 (2026-05-23)

Documentation

  • add missing note block to ensure_stream op (#59) (2ce5fef)

v0.3.0

21 May 03:50
ba479a7

Choose a tag to compare

0.3.0 (2026-05-21)

Features

  • add ensure_basin and ensure_stream ops (#56) (b57079c)

v0.2.2

17 May 05:57
1239207

Choose a tag to compare

0.2.2 (2026-05-17)

Bug Fixes

  • uncapped and eager backoff calculation (#52) (89ba250)

v0.2.1

11 May 23:34
bb1043b

Choose a tag to compare

0.2.1 (2026-05-11)

Bug Fixes

  • batch accumulator doesn't flush when source iter raises (#49) (cd20814)
  • incorrect frame signal reset condition after resending append inputs (#47) (49c3237)
  • pending streams not failed when GOAWAY is received (#50) (74baa61)

v0.2.0

23 Apr 22:21
15a40b0

Choose a tag to compare

0.2.0 (2026-04-23)

Features

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)