Skip to content

Releases: jgaa/restc-cpp

RC 1

07 Aug 16:43
Compare
Choose a tag to compare
RC 1 Pre-release
Pre-release

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

31 Oct 12:31
Compare
Choose a tag to compare

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

24 Mar 15:17
Compare
Choose a tag to compare
Second public Beta Pre-release
Pre-release

The project is maturing, and I have fixed a number of issues that was reported by users.

First public Beta

21 Apr 12:49
Compare
Choose a tag to compare
First public Beta Pre-release
Pre-release

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

11 Apr 14:11
Compare
Choose a tag to compare
First Alpha release Pre-release
Pre-release

The library is capable of performing it's basic requirements. It's ready for broader testing.