Skip to content

Latest commit

 

History

History
111 lines (54 loc) · 7.02 KB

File metadata and controls

111 lines (54 loc) · 7.02 KB

Changelog

0.4.3 (2026-06-23)

Documentation

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

0.4.2 (2026-06-13)

Bug Fixes

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

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)

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)

0.3.1 (2026-05-23)

Documentation

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

0.3.0 (2026-05-21)

Features

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

0.2.2 (2026-05-17)

Bug Fixes

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

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)

0.2.0 (2026-04-23)

Features

0.1.3 (2026-04-14)

Bug Fixes

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

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)

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)

0.1.0 (2026-04-07)

Features

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