2025-03-12 07:01:34 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-aiohappyeyeballs: updated to 2.6.1
v2.6.1 (2025-03-12)
Bug fixes
Resolve typeerror on import for python < 3.9.2
v2.6.0 (2025-03-11)
Features
Publish documentation
|
2025-03-06 09:06:40 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-aiohappyeyeballs: updated to 2.5.0
2.5.0
Features
Add callback for users to customize socket creation
|
2025-03-04 06:12:32 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-aiohappyeyeballs: updated to 2.4.8
v2.4.8 (2025-03-04)
Bug fixes
Close runner up sockets in the event there are multiple winners
v2.4.7 (2025-03-04)
Bug fixes
Resolve warnings when running tests
|
2025-02-07 22:52:33 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-aiohappyeyeballs: updated to 2.4.6
v2.4.6 (2025-02-07)
Bug fixes
Ensure all timers are cancelled when after staggered race finishes
v2.4.5 (2025-02-07)
Bug fixes
Keep classifiers in project to avoid automatic enrichment
Move classifiers to prevent recalculation by poetry
|
2024-12-02 21:40:11 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-aiohappyeyeballs: updated to 2.4.4
2.4.4
fix: handle OSError on failure to close socket instead of raising IndexError
|
2024-10-01 10:57:45 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-aiohappyeyeballs: updated to 2.4.3
2.4.3
fix: rewrite staggered_race to be race safe
fix: re-raise RuntimeError when uvloop raises RuntimeError during connect
2.4.2
fix: copy staggered from standard lib for python 3.12+
2.4.1
fix: avoid passing loop to staggered.staggered_race
|
2024-08-22 14:00:35 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-aiohappyeyeballs: updated to 2.4.0
v2.4.0 (2024-08-19)
Feature
Add support for python 3.13
Documentation
Fix a trivial typo in readme.md
|
2024-08-18 21:28:45 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-aiohappyeyeballs: updated to 2.3.7
v2.3.7
Fix
fix: correct classifier for license Python-2.0.1
v2.3.6
Fix
fix: adjust license to Python-2.0.1
|
2024-08-07 17:07:04 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-aiohappyeyeballs: updated to 2.3.5
2.3.5
Fix
Remove upper bound on python requirement
Preserve errno if all exceptions have the same errno
Adjust license classifier to better reflect license terms
Documentation
Add link to happy eyeballs explanation
|
2024-08-02 09:32:17 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-aiohappyeyeballs: updated to 2.3.4
v2.3.4 (2024-07-31)
Fix
Add missing asyncio to fix truncated package description
v2.3.3 (2024-07-31)
Fix
Add missing python version classifiers
Update classifiers to include license
Workaround broken asyncio.staggered on python < 3.8.2
Include tests in the source distribution package
|