Skip to content

Releases: LPGhatguy/luajit-request

v2.4.0

06 Mar 01:40
Compare
Choose a tag to compare

This release has been brought to you by @bartbes!

  • Switched to cURL's cookie engine for better cookie handling (bartbes)
  • Fixed problems with empty headers (bartbes)

v2.3.1

27 Dec 21:48
Compare
Choose a tag to compare
  • Fixed most requests not working; we need a test suite!

v2.3.0

19 Dec 22:53
Compare
Choose a tag to compare
  • Added files argument for streaming file uploads by filename
  • Added new error codes
  • Fixed "too many callbacks" during heavy use
  • Fixed occasional use-after-free segfaults

v2.2.0

03 Jun 00:32
Compare
Choose a tag to compare
  • Added transfer_info_callback argument, thanks, Billiam!

v2.1.0

13 Apr 23:27
Compare
Choose a tag to compare
  • Changed format to use init.lua instead of plain files
  • Added automatic path resolution
  • Fixed missing zlib1.dll in 32-bit Windows binaries

2.0.0 (Breaking update, security fixes)

08 Feb 21:44
Compare
Choose a tag to compare
  • Updated Windows cURL to 7.40.0 and latest OpenSSL
  • stream_callback parameter is now body_stream_callback
  • Added header_stream_callback parameter for processing headers
  • Return format is now a dictionary instead of a string containing the request body.
    • This enables more data to be given back, including headers and the HTTP status code.
    • See the code documentation for more details on this.

v1.1.1

10 Jan 19:44
Compare
Choose a tag to compare

Bugfix release!

  • Pre-cast cURL authentication objects to reduce garbage produced.

v1.1.0

10 Jan 10:19
Compare
Choose a tag to compare
  • Add headers with 'headers' argument
  • Authentication now actually works

Release v1.0.0

24 Oct 03:02
Compare
Choose a tag to compare

The first release of luajit-request with included libcurl binaries available.

These Windows binaries have SSH and OpenSSL included.