Releases: terrakuh/cURLio
Releases · terrakuh/cURLio
Version 0.6.0
Version 0.5.0
Changed
- Less relying on pointers
- CMake target name
cURLio::cURLio
Fixed
- Fix segfaults on kick-starting new requests
- Fix CURL deprecation warnings
- Various bugs
Version 0.4
Changed
- Implementation
Version 0.3.3
Added
- Convenience function to await all headers
- Simple example
Changed
- Use system_error of Boost instead of
std::system_error
Fixed
- Getting stuck in multi threading mode
- Completion handlers with ambiguous signature
- Header collector synchronization
Version 0.3.2
Fixed
- Post completion handlers for execution instead of direct invocation
Version 0.3.1
Fixed
- Remove easy handle before destruction
Version 0.3
Added
- Waiting for headers
- Move operations for
Request
andResponse
- Synchronize
Session
withboost::asio::strand
Changed
- Function
async_wait()
renamed toasync_await_completion()
- Split logic into
Request
andResponse
classes
Version 0.2
Added
- JSON writer and reader
- Easier HTTP field setting option
- Saving cookies to file
- Quick way to construct a string from form parameters
- Quick way to read all the content
- Logging definition
CURLIO_ENABLE_LOGGING
for debugging the library
Fixed
- Cookie share support
Version 0.1
v0.1 Initial commit