v1.4.3
Downloads v1.4.3
Closed issues:
- not clear from readme how to actually use headers kwarg (#119)
- FR: Support Data URIs (#122)
- Set
CURLOPT_NOBODY
automatically forHEAD
s? (#131) - why can't we provide a request body directly (#135)
- fix/remove wrong host test, failing with OpenSSL (#139)
arg_read_size
doesn't understandGenericIOBuffer
(#142)- Error: curl_easy_setopt: 48 (#149)
Merged pull requests:
- Before building and testing the package, make sure that the UUID has not been edited (#128) (@DilumAluthge)
- CI: Standardize the workflow for testing and changing the UUID (#129) (@DilumAluthge)
- fix #131 and add test (#132) (@ericphanson)
- Improve inferability of download() (#133) (@jakobnissen)
- Fix ci badge (#137) (@hyrodium)
- Fix a handful of invalidations in expression-checking (#138) (@timholy)
- tests: skip wrong host test for SSL_NO_VERIFY (fix #139) (#140) (@StefanKarpinski)
- Fix input body size detection for
IOBuffer(codeunits(str))
(#143) (@c42f) - Typo fix: indiation -> indication (#144) (@blegat)
- stop using raw libuv API (#151) (@StefanKarpinski)
- fix tests for httpbingo upgrade (#152) (@StefanKarpinski)
- [Julia 1.6] [Downloads 1.4] Backport #152 ("fix tests for httpbingo upgrade") (#153) (@DilumAluthge)