Releases: LPGhatguy/luajit-request
Releases · LPGhatguy/luajit-request
v2.4.0
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
- Fixed most requests not working; we need a test suite!
v2.3.0
- 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
- Added
transfer_info_callback
argument, thanks, Billiam!
v2.1.0
- 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)
- 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
Bugfix release!
- Pre-cast cURL authentication objects to reduce garbage produced.
v1.1.0
- Add headers with 'headers' argument
- Authentication now actually works
Release v1.0.0
The first release of luajit-request with included libcurl binaries available.
These Windows binaries have SSH and OpenSSL included.