Skip to content

Releases: Lua-cURL/Lua-cURLv3

v0.3.13: Release 0.3.13

12 Aug 04:55
Compare
Choose a tag to compare
  * Fix. Version for CURLINFO_EFFECTIVE_METHOD
  * Add. Do not call curl_init in case of LCURL_NO_INIT env variable set

v0.3.12: Release 0.3.12

10 Jan 14:29
Compare
Choose a tag to compare
  * 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

25 Dec 09:18
Compare
Choose a tag to compare
  * Fix. Do not try to define ZONEID fot the libcurl less than 7.65.0

v0.3.10: Release 0.3.10

23 Jun 15:47
Compare
Choose a tag to compare
 * 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

23 Dec 15:24
Compare
Choose a tag to compare
 * 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

13 May 10:37
Compare
Choose a tag to compare
  * 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

21 Jul 11:46
Compare
Choose a tag to compare
 *  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

11 Apr 11:28
Compare
Choose a tag to compare
 * 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

04 Oct 10:10
Compare
Choose a tag to compare
  * 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

04 May 10:55
Compare
Choose a tag to compare
 * Fix. Build module with Lua 5.3/libcurl > 7.46 on x64 arch.