Skip to content

Releases: jbaldwin/liblifthttp

v4.4.2

16 Sep 17:48
ddfa826

Choose a tag to compare

What's Changed

Full Changelog: v4.4.1...v4.4.2

v4.4.1

01 Sep 16:21
c094bee

Choose a tag to compare

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

Full Changelog: v4.4.0...v4.4.1

v4.4.0

03 May 15:11
87c869c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.3.0...v4.4.0

v4.3.0

11 Mar 18:40
b9996bd

Choose a tag to compare

What's Changed

Full Changelog: v4.2.0...v4.3.0

v4.2.0

03 Oct 21:36
c1626d4

Choose a tag to compare

What's Changed

Full Changelog: v4.1.0...v4.2.0

v4.1.0

02 Jul 14:36
66ffdb8

Choose a tag to compare

What's Changed

  • Remove lgtm badge from README by @jbaldwin in #147
  • lift::client destructor infinite loop with libuv >= 1.48 by @jbaldwin in #150

Full Changelog: v2022.1...v4.1.0

v2022.1

04 Dec 00:15
15e600b

Choose a tag to compare

  • Add support for Ubuntu 22.04 with CI
  • Add support for clang-14 and g++11
  • Added a known bugs section to the readme

v4.0.0

25 Nov 22:30
15e600b

Choose a tag to compare

What's Changed

  • Switched to semver versioning. This release is effectively the last release but now semver moving forward.
  • Add ubuntu 22.04 ci by @jbaldwin in #143

Full Changelog: v2021.2...v4.0.0

v2021.2 std::future and verbose+debug info support

18 Jun 16:05
722310a

Choose a tag to compare

  1. Support std::future completion for async requests #138
  2. Support verbose+debug info per request #111

v2021.1 Embedded .githook --local fix

01 Apr 17:04

Choose a tag to compare

Minor readme tweaks/cleanup