Skip to content

Latest commit

 

History

History
168 lines (85 loc) · 5.26 KB

CHANGELOG.md

File metadata and controls

168 lines (85 loc) · 5.26 KB

Changelog

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)