Releases: jbaldwin/liblifthttp
Releases · jbaldwin/liblifthttp
v4.4.2
What's Changed
- added cookie file support (https://curl.se/libcurl/c/CURLOPT_COOKIEFILE.html) by @laci-aura in #174
- added shared lib build support by @laci-aura in #175
Full Changelog: v4.4.1...v4.4.2
v4.4.1
If using a more modern version of curl this release fixes the cleanup of the lift::client object, the order in which the curl_multi_handle is cleaned up has changed, it needs to be before libuv's loop is destroyed.
What's Changed
- Refactored pragma macros to fix msvc build by @laci-aura in #167
- Update ci workflow files by @jbaldwin in #169
- Remove lift share functionality by @jbaldwin in #170
- Segfault with client when using modern version of curl by @jbaldwin in #173
Full Changelog: v4.4.0...v4.4.1
v4.4.0
What's Changed
- fixed sending JSON put requests by using CURLOPT_CUSTOMREQUEST by @laci-aura in #164
- added CURLOPT_CAINFO support by @laci-aura in #162
- added network (CURLOPT_ERRORBUFFER) error message to response by @laci-aura in #163
- Fix MSVC build errors by @laci-aura in #161
New Contributors
- @laci-aura made their first contribution in #164
Full Changelog: v4.3.0...v4.4.0
v4.3.0
v4.2.0
v4.1.0
v2022.1
v4.0.0
v2021.2 std::future and verbose+debug info support
v2021.1 Embedded .githook --local fix
Minor readme tweaks/cleanup