Sourced from actions/stale's releases.
v11.0.0
What's Changed
Enhancement
- Migrate to ESM and update dependencies by
@​chiranjib-swainin actions/stale#1350Dependency Update
- Override brace-expansion to 5.0.8 to address 24 high-severity dependency vulnerabilities by
@​dependabotin actions/stale#1351Full Changelog: https://github.com/actions/stale/compare/v10...v11.0.0
4391f3d
Fix 24 high severity vulnerabilities by overriding brace-expansion to
5.0.8 (...eaf9131
refactor: update imports to use ES module syntax and improve test
structure (...Sourced from aiofastnet's releases.
0.22.0
- Harden logic against exceptions in SSLTransport constructor
- Added create_datagram_endpoint
- Added connect_accepted_socket
- Fixed Protocol.connection_lost may not be called if failure and abort happens during start_tls
Sourced from aiofastnet's changelog.
0.22.0
- Harden logic against exceptions in SSLTransport constructor
- Added create_datagram_endpoint
- Added connect_accepted_socket
- Fixed Protocol.connection_lost may not be called if failure and abort happens during start_tls
de9feaf
Added connect_accepted_socket APIf162e87
Update msg sizea014283
Fix incorrect connection_lost logicfb718b8
Update testsc0195d3
Update testsfb157e8
Fix ruff2e1b95b
Fix ruff815b032
Fix testsdaf96b6
Fix some tests5c0a391
WIP: Generalize SocketPair