v.0.6.0
- API for connection state listeners changed. NOTE. This is a breaking change!
- Connection state listener has access to TLS-related params for TLS-connections.
- Some methods/functions now use
[[nodiscard]]
if it supported by C++ compiler. - Macros
RESTINIO_VERSION
,RESTINIO_VERSION_MAJOR
,RESTINIO_VERSION_MINOR
,RESTINIO_VERSION_PATCH
,RESTINIO_VERSION_MAKE
added. - Fresh version of externals: Asio 1.14.0 (Asio 1.12 is also supported), optional-lite 3.2.0, variant-lite 1.2.2. Support for fmt 6.0.0 (fmt 5.3.0 is still used by default).
The documentation for RESTinio v.0.6 can be found here (Developer's Guide) and here (API Reference Manual).
Please note that since Aug 2019 the development of RESTinio is moved to GitHub. Our old Hg-repositories on BitBucket are abandoned.