0.4.3 (2026-06-23)
0.4.2 (2026-06-13)
- incorrect ack deadline semantics in append session (#64) (248e5c0)
- unawaited
asyncio.Taskcancellations (#78) (4d4ac80)
0.4.1 (2026-06-09)
- missing
fallibledecorator for public methods inopsmod (#71) (74d7c70) - missing check for unexpected response stream close in append session (#74) (1d68ddf)
0.4.0 (2026-05-23)
- add
locationops, replaceBasinScopewithLocationInfo(#61)
0.3.1 (2026-05-23)
0.3.0 (2026-05-21)
0.2.2 (2026-05-17)
0.2.1 (2026-05-11)
- 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)
0.1.3 (2026-04-14)
0.1.2 (2026-04-11)
CommandRecord.trimraisesOverflowErrorinstead ofS2ClientError(#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
AttributeErrorinstead ofS2ServerError(#30) (fe08739) - received data not fully acknowledged during h2 stream cleanup (#31) (f3527d6)