Skip to content

Latest commit

 

History

History
236 lines (122 loc) · 8.29 KB

CHANGELOG.md

File metadata and controls

236 lines (122 loc) · 8.29 KB

Changelog

v2.4.3 (2024-09-30)

Fix

  • Rewrite staggered_race to be race safe (#101) (9db617a)
  • Re-raise runtimeerror when uvloop raises runtimeerror during connect (#105) (c8f1fa9)

v2.4.2 (2024-09-27)

Fix

  • Copy staggered from standard lib for python 3.12+ (#95) (c5a4023)

v2.4.1 (2024-09-26)

Fix

  • Avoid passing loop to staggered.staggered_race (#94) (5f80b79)

v2.4.0 (2024-08-19)

Feature

  • Add support for python 3.13 (#86) (4f2152f)

Documentation

  • Fix a trivial typo in readme.md (#84) (f5ae7d4)

v2.3.7 (2024-08-17)

Fix

  • Correct classifier for license python-2.0.1 (#83) (186be05)

v2.3.6 (2024-08-16)

Fix

  • Adjust license to python-2.0.1 (#82) (30a2dc5)

v2.3.5 (2024-08-07)

Fix

  • Remove upper bound on python requirement (#74) (0de1e53)
  • Preserve errno if all exceptions have the same errno (#77) (7bbb2bf)
  • Adjust license classifier to better reflect license terms (#78) (56e7ba6)

Documentation

  • Add link to happy eyeballs explanation (#73) (077710c)

v2.3.4 (2024-07-31)

Fix

  • Add missing asyncio to fix truncated package description (#67) (2644df1)

v2.3.3 (2024-07-31)

Fix

  • Add missing python version classifiers (#65) (489016f)
  • Update classifiers to include license (#60) (a746c29)
  • Workaround broken asyncio.staggered on python < 3.8.2 (#61) (b16f107)
  • Include tests in the source distribution package (#62) (53053b6)

v2.3.2 (2024-01-06)

Fix

  • Update urls for the new home for this library (#43) (c6d4358)

v2.3.1 (2023-12-14)

Fix

  • Remove test import from tests (#31) (c529b15)

v2.3.0 (2023-12-12)

Feature

  • Avoid _interleave_addrinfos when there is only a single addr_info (#29) (305f6f1)

v2.2.0 (2023-12-11)

Feature

  • Make interleave with pop_addr_infos_interleave optional to match cpython (#28) (adbc8ad)

v2.1.0 (2023-12-11)

Feature

  • Add addr_to_addr_info util for converting addr to addr_infos (#27) (2e25a98)

v2.0.0 (2023-12-10)

Breaking

  • Require the full address tuple for the remove_addr_infos util (#26) (d7e5df1)

v1.8.1 (2023-12-10)

Fix

  • Move types into a single file (#24) (8d4cfee)

v1.8.0 (2023-12-10)

Feature

v1.7.0 (2023-12-09)

Fix

  • License should be psf-2.0 (#22) (ca9c1fc)

Feature

  • Add some more examples to the docs (#21) (6cd0b5d)

v1.6.0 (2023-12-09)

Feature

  • Add coverage for multiple and same exceptions (#20) (2781b87)

v1.5.0 (2023-12-09)

Feature

  • Add coverage for setblocking failing (#19) (f759a08)
  • Add cover for passing the loop (#18) (2d26911)

v1.4.1 (2023-12-09)

Fix

  • Ensure exception error is stringified (#17) (747cf1d)

v1.4.0 (2023-12-09)

Feature

  • Add coverage for unexpected exception (#16) (bad4874)

v1.3.0 (2023-12-09)

Feature

  • Add coverage for bind failure with local addresses (#15) (f71ec23)

v1.2.0 (2023-12-09)

Feature

  • Add coverage for passing local addresses (#14) (72a92e3)

v1.1.0 (2023-12-09)

Feature

  • Add example usage (#13) (707fddc)

v1.0.0 (2023-12-09)

Breaking

  • Rename create_connection to start_connection (#12) (f8b6038)

v0.9.0 (2023-12-09)

Feature

  • Add coverage for interleave (#11) (62817f1)

v0.8.0 (2023-12-09)

Feature

  • Add coverage for multi ipv6 (#10) (6dc8f89)

v0.7.0 (2023-12-09)

Feature

  • Add coverage for ipv6 failure (#9) (7aee8f6)

v0.6.0 (2023-12-09)

Feature

  • Improve test coverage (#8) (afcfe5a)

v0.5.0 (2023-12-09)

Feature

  • Improve doc strings (#7) (3d5f7fd)

v0.4.0 (2023-12-09)

Feature

v0.3.0 (2023-12-09)

Feature

  • Optimize for single case (#5) (c7d72f3)

v0.2.0 (2023-12-09)

Feature

  • Optimize for single case (#4) (d371c46)

v0.1.0 (2023-12-09)

Feature

v0.0.1 (2023-12-09)

Fix

  • Reserve name on pypi (#1) (2207f8d)