Skip to content

Releases: yhirose/cpp-httplib

Bug fixes and changes

16 Jul 22:02
Compare
Choose a tag to compare

🐛 Bug Fixes

⚠️ Changes

  • Chang #error to #warning for the 32-bit environment check except 32-bit Windows

Bug fixes, New features, Breaking changes

10 Jul 04:04
Compare
Choose a tag to compare

🐛 Bug Fixes

  • #2167 - Fix #1601: Fix getaddrinfo stalling issue when network is down
  • #2165 - Proxy problems: Fix proxy-related issues
  • a636a09 - Fix #1656: Improve logging before compression

✨ New Features

  • #2170 - Fix #2082: Add URL encoding helpers for user input in GET requests
  • #2169 - Fix #1416: Add SSL error access functionality
  • #2166 - Cleaner API: API improvements
  • cfb56c0 - Fix #1818: Add POST with content receiver feature
  • b2bf172 - Fix #1551: Add Params support for PUT/DELETE methods

🚨 Breaking Changes

  • #2177 - Complete removal of Windows 8 or lower support
  • #2173 - Removal of 32-bit environment support (64-bit only)
  • #2171 - Fix #1578: Improve form field access methods

Bug fixes

24 Jun 12:47
Compare
Choose a tag to compare
  • Fix #2157 Ranges that are not in the form 0-n do not work.
  • Fix #1777 Windows req/res very slow compared to Linux
  • Add CPPHTTPLIB_HEADER_MAX_COUNT

Bug fixes and new features

10 Jun 02:28
Compare
Choose a tag to compare
  • Windows ::isdigit compilation error #2135
  • Specify version in meson.build #2139
  • Detect if afunix.h exists #2145
  • Feature request: let the Request& know which route matched #2101
  • Feature/multipart headers #2152

Bug fixes

03 May 12:30
Compare
Choose a tag to compare
  • Add AF_UNIX support on windows #2115
  • Support zstd also via pkg-config #2121
  • Fix #2113
  • Fix "Unbounded Memory Allocation in Chunked/No-Length Requests"

Bug fixes and a new feature

17 Mar 01:40
Compare
Choose a tag to compare

Bug fix and new feature

14 Feb 19:45
03cf43e
Compare
Choose a tag to compare
  • Global timeout feature (same as "--max-time" curl option) #2034
  • Fix check for URI length to prevent incorrect HTTP 414 errors

Bug fix

08 Feb 20:55
Compare
Choose a tag to compare
  • Potential memory corruption in stream_line_reader #2028

v0.18.6

06 Feb 00:16
Compare
Choose a tag to compare

Bug fixes and new feature

17 Jan 22:46
Compare
Choose a tag to compare
  • Port/Address re-use #2011
  • Invalid Content-Length values should be rejected #2014
  • Feature request: ability to check if the connection is still alive #2017