RESTinio v0.6.0 Release Notes

Release Date: 2019-08-29 // over 4 years ago
    • 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.
    • 0️⃣ 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).