Releases: aio-libs/aiohappyeyeballs
Releases · aio-libs/aiohappyeyeballs
v2.3.4
v2.3.4 (2024-07-31)
Fix
- fix: add missing asyncio to fix truncated package description (#67) (
2644df1
)
v2.3.3
v2.3.3 (2024-07-31)
Fix
-
fix: add missing python version classifiers (#65) (489016f
)
-
fix: update classifiers to include license (#60) (a746c29
)
-
fix: workaround broken asyncio.staggered
on python < 3.8.2 (#61) (b16f107
)
-
fix: include tests in the source distribution package (#62) (53053b6
)
v2.3.2
v2.3.2 (2024-01-06)
Fix
- fix: update urls for the new home for this library (#43) (
c6d4358
)
v2.3.1
v2.3.1 (2023-12-14)
Fix
- fix: remove test import from tests (#31) (
c529b15
)
v2.3.0
v2.3.0 (2023-12-12)
Feature
- feat: avoid _interleave_addrinfos when there is only a single addr_info (#29) (
305f6f1
)
v2.2.0
v2.2.0 (2023-12-11)
Feature
- feat: make interleave with pop_addr_infos_interleave optional to match cpython (#28) (
adbc8ad
)
v2.1.0
v2.1.0 (2023-12-11)
Feature
- feat: add addr_to_addr_info util for converting addr to addr_infos (#27) (
2e25a98
)
v2.0.0
v2.0.0 (2023-12-10)
Breaking
- feat!: require the full address tuple for the remove_addr_infos util (#26) (
d7e5df1
)
v1.8.1
v1.8.1 (2023-12-10)
Fix
- fix: move types into a single file (#24) (
8d4cfee
)
v1.8.0
v1.8.0 (2023-12-10)
Feature