Skip to content

Releases: aio-libs/aiohappyeyeballs

v2.4.2

27 Sep 00:56
Compare
Choose a tag to compare

v2.4.2 (2024-09-27)

Fix

  • fix: copy staggered from standard lib for python 3.12+ (#95) (c5a4023)

v2.4.1

26 Sep 22:26
Compare
Choose a tag to compare

v2.4.1 (2024-09-26)

Fix

  • fix: avoid passing loop to staggered.staggered_race (#94) (5f80b79)

v2.4.0

19 Aug 17:00
Compare
Choose a tag to compare

v2.4.0 (2024-08-19)

Documentation

  • docs: fix a trivial typo in README.md (#84) (f5ae7d4)

Feature

  • feat: add support for python 3.13 (#86) (4f2152f)

v2.3.7

17 Aug 13:00
Compare
Choose a tag to compare

v2.3.7 (2024-08-17)

Fix

  • fix: correct classifier for license Python-2.0.1 (#83) (186be05)

v2.3.6

16 Aug 03:32
Compare
Choose a tag to compare

v2.3.6 (2024-08-16)

Fix

  • fix: adjust license to Python-2.0.1 (#82) (30a2dc5)

v2.3.5

07 Aug 13:02
Compare
Choose a tag to compare

v2.3.5 (2024-08-07)

Documentation

  • docs: add link to Happy Eyeballs explanation (#73) (077710c)

Fix

  • fix: remove upper bound on python requirement (#74)

Co-authored-by: J. Nick Koston <[email protected]> (0de1e53)

  • fix: preserve errno if all exceptions have the same errno (#77) (7bbb2bf)

  • fix: adjust license classifier to better reflect license terms (#78) (56e7ba6)

v2.3.4

31 Jul 17:57
Compare
Choose a tag to compare

v2.3.4 (2024-07-31)

Fix

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

v2.3.3

31 Jul 17:30
Compare
Choose a tag to compare

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

06 Jan 20:39
Compare
Choose a tag to compare

v2.3.2 (2024-01-06)

Fix

  • fix: update urls for the new home for this library (#43) (c6d4358)

v2.3.1

14 Dec 02:03
Compare
Choose a tag to compare

v2.3.1 (2023-12-14)

Fix

  • fix: remove test import from tests (#31) (c529b15)