Releases: jgaa/restc-cpp
Releases · jgaa/restc-cpp
RC 1
The library is getting more mature, so it makes sense to start moving towards a stable release.
What's Changed
- A couple of bugfixes and minor features
- Added partial support for SOCKS5 (authentication not supported)
- Added support for local binding. Closes #122 by @jgaa in #127
- bat file to build restc-cpp using vcpkg in windows by @danyhm in #133
- bat file to build restc-cpp using vcpkg in windows by @danyhm in #132
New Contributors
Full Changelog: v0.10.0...v0.94.0-rc1
Maintainance release
Multiple bugfixes.
Some new features:
- Boost.Log is made optional.
- Logging to
std::clog
is supported. - Logging can be disabled, and the log-level set at compile time. Use
RESTC_CPP_LOG_LEVEL_STR
cmake option. - The asio context can be multi-threaded (excellent for use in servers, and to stress-test servers). Enable
RESTC_CPP_THREADED_CTX
cmake option.
Updated to work with the latest Debian, MacOS and Windows 10 OS/compilers.
Second public Beta
The project is maturing, and I have fixed a number of issues that was reported by users.
First public Beta
The project is finally in a state where it is ready for broader testing and experimental use.
All tests pass on all supported platforms.
Please open an issue for any bug, flaw or annoyance found.
First Alpha release
The library is capable of performing it's basic requirements. It's ready for broader testing.