Changelog¶
v2.6.1 (2025-03-12)¶
Bug fixes¶
Resolve typeerror on import for python < 3.9.2 (#151) (
2042c82
)
v2.6.0 (2025-03-11)¶
Features¶
Publish documentation (#149) (
4235273
)
v2.5.0 (2025-03-06)¶
Features¶
Add callback for users to customize socket creation (#147) (
8e1bc6a
)
v2.4.8 (2025-03-04)¶
Bug fixes¶
Close runner up sockets in the event there are multiple winners (#143) (
476a05b
)
v2.4.7 (2025-03-04)¶
Bug fixes¶
Resolve warnings when running tests (#144) (
e96264a
)
v2.4.6 (2025-02-07)¶
Bug fixes¶
Ensure all timers are cancelled when after staggered race finishes (#136) (
f75891d
)
v2.4.5 (2025-02-07)¶
Bug fixes¶
v2.4.4 (2024-11-30)¶
Bug fixes¶
Handle oserror on failure to close socket instead of raising indexerror (#114) (
c542f68
)
v2.4.3 (2024-09-30)¶
Bug fixes¶
v2.4.2 (2024-09-27)¶
Bug fixes¶
Copy staggered from standard lib for python 3.12+ (#95) (
c5a4023
)
v2.4.1 (2024-09-26)¶
Bug fixes¶
Avoid passing loop to staggered.staggered_race (#94) (
5f80b79
)
v2.4.0 (2024-08-19)¶
Features¶
Add support for python 3.13 (#86) (
4f2152f
)
Documentation¶
Fix a trivial typo in readme.md (#84) (
f5ae7d4
)
v2.3.7 (2024-08-17)¶
Bug fixes¶
Correct classifier for license python-2.0.1 (#83) (
186be05
)
v2.3.6 (2024-08-16)¶
Bug fixes¶
Adjust license to python-2.0.1 (#82) (
30a2dc5
)
v2.3.5 (2024-08-07)¶
Bug fixes¶
Documentation¶
Add link to happy eyeballs explanation (#73) (
077710c
)
v2.3.4 (2024-07-31)¶
Bug fixes¶
Add missing asyncio to fix truncated package description (#67) (
2644df1
)
v2.3.3 (2024-07-31)¶
Bug fixes¶
v2.3.2 (2024-01-06)¶
Bug fixes¶
Update urls for the new home for this library (#43) (
c6d4358
)
v2.3.1 (2023-12-14)¶
Bug fixes¶
Remove test import from tests (#31) (
c529b15
)
v2.3.0 (2023-12-12)¶
Features¶
Avoid _interleave_addrinfos when there is only a single addr_info (#29) (
305f6f1
)
v2.2.0 (2023-12-11)¶
Features¶
Make interleave with pop_addr_infos_interleave optional to match cpython (#28) (
adbc8ad
)
v2.1.0 (2023-12-11)¶
Features¶
Add addr_to_addr_info util for converting addr to addr_infos (#27) (
2e25a98
)
v2.0.0 (2023-12-10)¶
Features¶
Require the full address tuple for the remove_addr_infos util (#26) (
d7e5df1
)
v1.8.1 (2023-12-10)¶
Bug fixes¶
Move types into a single file (#24) (
8d4cfee
)
v1.8.0 (2023-12-10)¶
Features¶
Add utils (#23) (
d89311d
)
v1.7.0 (2023-12-09)¶
Bug fixes¶
License should be psf-2.0 (#22) (
ca9c1fc
)
Features¶
Add some more examples to the docs (#21) (
6cd0b5d
)
v1.6.0 (2023-12-09)¶
Features¶
Add coverage for multiple and same exceptions (#20) (
2781b87
)
v1.5.0 (2023-12-09)¶
Features¶
v1.4.1 (2023-12-09)¶
Bug fixes¶
Ensure exception error is stringified (#17) (
747cf1d
)
v1.4.0 (2023-12-09)¶
Features¶
Add coverage for unexpected exception (#16) (
bad4874
)
v1.3.0 (2023-12-09)¶
Features¶
Add coverage for bind failure with local addresses (#15) (
f71ec23
)
v1.2.0 (2023-12-09)¶
Features¶
Add coverage for passing local addresses (#14) (
72a92e3
)
v1.1.0 (2023-12-09)¶
Features¶
Add example usage (#13) (
707fddc
)
v1.0.0 (2023-12-09)¶
Features¶
Rename create_connection to start_connection (#12) (
f8b6038
)
v0.9.0 (2023-12-09)¶
Features¶
Add coverage for interleave (#11) (
62817f1
)
v0.8.0 (2023-12-09)¶
Features¶
Add coverage for multi ipv6 (#10) (
6dc8f89
)
v0.7.0 (2023-12-09)¶
Features¶
Add coverage for ipv6 failure (#9) (
7aee8f6
)
v0.6.0 (2023-12-09)¶
Features¶
Improve test coverage (#8) (
afcfe5a
)
v0.5.0 (2023-12-09)¶
Features¶
Improve doc strings (#7) (
3d5f7fd
)
v0.4.0 (2023-12-09)¶
Features¶
Add more tests (#6) (
4428c07
)
v0.3.0 (2023-12-09)¶
Features¶
Optimize for single case (#5) (
c7d72f3
)
v0.2.0 (2023-12-09)¶
Features¶
Optimize for single case (#4) (
d371c46
)
v0.1.0 (2023-12-09)¶
Features¶
Init (#2) (
c9a9099
)
v0.0.1 (2023-12-09)¶
Bug fixes¶
Reserve name on pypi (#1) (
2207f8d
)