Skip to content

Latest commit

 

History

History
151 lines (65 loc) · 4.13 KB

CHANGELOG.md

File metadata and controls

151 lines (65 loc) · 4.13 KB

CHANGELOG

v0.4.3 (2024-10-23)

Fix

  • fix: prevent multiple tasks from using the same connection (#5)

Co-authored-by: Alon Kosowsky-Sachs <[email protected]> (c40c161)

v0.4.2 (2024-10-10)

Fix

  • fix: Retry on timeout (#4) (0ce5417)

v0.4.1 (2024-07-17)

Fix

  • fix: Retry in more circumstances (#3) (5256c58)

v0.4.0 (2024-07-16)

Feature

  • feat: Add reconnect cooldown (#2) (706938d)

v0.3.0 (2024-07-10)

Feature

  • feat: support socks proxy (12d7d4a)

v0.2.13 (2024-07-05)

Fix

  • fix: better stream reconstruction logic to handle backpressure and connectionreseterrors (1830b13)

v0.2.12 (2024-07-05)

Fix

  • fix: better handle ConnectionResetError and log timing (1c8fab8)

v0.2.11 (2024-07-05)

Fix

  • fix: do not release connection lock unless you have it (53a64b3)

v0.2.10 (2024-07-05)

Fix

  • fix: refactor connection to better handle dropped data in stream (db08254)

v0.2.9 (2024-07-04)

Fix

  • fix: more correct accounting for timeouts (12c9f62)

v0.2.8 (2024-06-27)

Fix

  • fix: catch OSError on clearing tcp connection (0e55b6e)

v0.2.7 (2024-05-02)

Fix

  • fix: self-correct transaction id mismatch errors (3335a79)

v0.2.6 (2024-05-01)

Fix

  • fix: ConnectionResetError (c7d54c2)

v0.2.5 (2024-05-01)

Fix

  • fix: fix TYPE_CHECKING 3 (de28e2a)

v0.2.4 (2024-05-01)

Fix

  • fix: more type checking client.py (211ee97)

v0.2.3 (2024-05-01)

Fix

  • fix: handle TYPE_CHECKING correctly (f1dcac6)

v0.2.2 (2024-05-01)

Fix

  • fix: handle timeout on connection close (#1) (6062ff8)

v0.2.1 (2024-04-25)

Fix

  • fix: ping stderr to devnull (c38a840)

v0.2.0 (2024-04-21)

Feature

  • feat: is_pingable check method and error on closed client (30aa42e)

v0.1.1 (2024-04-16)

Fix

  • fix: extract constants from classvars to be globals (c3c39da)

v0.1.0 (2024-04-16)

Feature

  • feat: initial open source release (0455c21)