Skip to content

Releases: jgaa/restc-cpp

1.0.0

Choose a tag to compare

@jgaa jgaa released this 02 Feb 13:52

After 9 years in beta, it's probably due time to release this project in its first "stable" version.

Unlike commercial projects where "fast to market" is the keyword, open source projects without
any commercial intentions, can take their time to mature :)

RC 1

RC 1 Pre-release
Pre-release

Choose a tag to compare

@jgaa jgaa released this 07 Aug 16:43

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

Choose a tag to compare

@jgaa jgaa released this 31 Oct 12:31

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

Second public Beta Pre-release
Pre-release

Choose a tag to compare

@jgaa jgaa released this 24 Mar 15:17

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

First public Beta

First public Beta Pre-release
Pre-release

Choose a tag to compare

@jgaa jgaa released this 21 Apr 12:49

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

First Alpha release Pre-release
Pre-release

Choose a tag to compare

@jgaa jgaa released this 11 Apr 14:11

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