Releases: Lua-cURL/Lua-cURLv3
Releases · Lua-cURL/Lua-cURLv3
v0.3.13: Release 0.3.13
v0.3.12: Release 0.3.12
* Fix. Correctly cleanup internal storage in the easy:reset() function * Add. Support a new curl_easy_option API * Add. Support of CURLOPT_SSH_KEYFUNCTION * Add. Experimental support of HSTS from libcurl 7.74.0 * Add. Support libcurl 7.74.0 * Add lcurl.a target to makefile
v0.3.11: Release 0.3.11
* Fix. Do not try to define ZONEID fot the libcurl less than 7.65.0
v0.3.10: Release 0.3.10
* Fix. Undef forward declaration in the lceasy.h file. * Fix. Set SSL_VERIFYHOST * Add. Support libcurl up to 7.65.1 version
v0.3.9: Release 0.3.9
* Support libcurl 7.63.0 * Support cURL URL API * Fix. Use weak table as pointer for socket action. * Fix. Some compile time warnings
v0.3.8: Release 0.3.8
* Fix. Allows set empty array as slist options * Fix. Iterate over multi handle when there no easy handles * Add. options up to libcurl 7.59.0 * Add. support new cURL MIME API * Add. Allow use special null value to unset options * Add. support CULR_CERTINFO * Add. support curl_off_t type
v0.3.7: Release 0.3.7
* Fix. set HTTP version uses wron opt type and leads to crash. * Fix. On Lua 5.3 returns info as integer values. * Add. Support cURL 7.54.0 * Add. `__tostring` methods to classes. * Add. `debug`, `seek`, `fnmatch`, `chunk_bgn` and `chunk_end` callbacks * Add. On Win x64 if socket value is too big it pass as lightuserdata.
v0.3.6: Release 0.3.6
* Add. Support cURL 7.53.1 * Fix. Use correct value for SSL_VERIFYHOST/PROXY_SSL_VERIFYHOST options when set as boolean value. * Fix. setopt_socketfunction function * Fix. Do not use redefine typedefs as forward declaration. * Fix. easy:reset() returns correct value
v0.3.5: Release 0.3.5
* Fix. Call `multi` callbacks with correct Lua state. * Add. Some missed easy options (e.g. `KEYPASSWD`) * Add. `__tostring` method for handles. * Add. Support libcurl 7.50.1
v0.3.4: Release 0.3.4
* Fix. Build module with Lua 5.3/libcurl > 7.46 on x64 arch.