Simple-Web-Server v2.1 Release Notes

Release Date: 2016-12-14 // over 7 years ago
  • ๐Ÿ”’ Important: security fix for Client: added host verification

    Other improvements:

    • โž• Added threaded heavy work example
    • โž• Added io_test and CI
    • โž• Added install target
    • Replaced class visibility private with protected
    • ๐Ÿ‘ฎ Force TLS 1.2
    • โž• Added exception handler to handle exception throws in Server
    • Less copies of shared_ptr objects
    • Possibility to set or reuse boost::asio_ioservice
    • ๐Ÿ‘‰ Use of std::regex with clang and g++ if possible
    • ๐Ÿ‘Œ Improvement of default_resource example
    • โฑ Timeout can be set on client requests
    • ๐Ÿ›  Various MSVS fixes
    • โž• Added proxy server support to Client
    • ๐Ÿ›  Various minor bug fixes.