v1.4.0
Downloads v1.4.0
Closed issues:
- Downloading files with FTP protocol fails with
Could not resolve host
(#36) - ctr_drbg_init failed (#58)
- missing nss_compat.so.1 (#67)
- Adding feature to verify SHA along with download function (#75)
- Possible typo (#91)
- Download hang (#95)
- Another download hang (#99)
- Downloads.curl(::String) or @to_request "..." (#105)
Merged pull requests:
- dont set Curl option TCP_FASTOPEN (#76) (@KlausC)
- ftp tests: move them into the fold (#77) (@StefanKarpinski)
- fix the SYSTEM_SSL check for Windows (#78) (@StefanKarpinski)
- set_ca_roots_path: fix bug when path is a directory (#79) (@StefanKarpinski)
- SSH NetworkOptions: configure known_hosts and host verification (#80) (@StefanKarpinski)
- Update TagBot setup (#81) (@giordano)
- send user agent starting with "curl/" (#82) (@StefanKarpinski)
- temporary fix for Pkg CI: only use HTTP/1.1 (#84) (@StefanKarpinski)
- If the server transmits nothing for 20s, just bail out (#85) (@StefanKarpinski)
- SSH: get key paths & password via NetworkOptions (#86) (@StefanKarpinski)
- setopt: DRY out repetitive calls to curl_{easy,multi}_setopt (#87) (@StefanKarpinski)
- Explicitly set User-Agent. (#88) (@fredrikekre)
- test for sending user agent with each request (#89) (@StefanKarpinski)
- check unknown option respose for CURLINFO_PROTOCOL (#90) (@StefanKarpinski)
- Fix optoin typo (#92) (@laborg)
- Disable HTTP/2. (#96) (@fredrikekre)
- fix ssh_key_pass bug (fix #91) (#100) (@StefanKarpinski)
- Stop the grace timer iff adding first handle (fix #99) (#102) (@StefanKarpinski)