Added
- Optional cancellation events for
download()andcached_download()interrupt stalled response reads and download waits without shortening network timeouts, raisingDownloadCancelledwhile preserving partial-file cleanup. (#525)
Changed
- An invalid
--speedvalue now reports the accepted units instead of an internal function name. (#527)
Removed
importlibis no longer exported from thegdownpackage; it was listed in__all__by accident. (#526)