evpp v0.5.0 Release Notes

Release Date: 2017-05-28 // almost 7 years ago
  • ๐Ÿ”‹ Features:

    • โž• Add IPv6 support for sock::ParseFromIPPort()
    • โž• Add sock::SplitHostPort
    • Add http::Context::set_response_http_code(int code)
    • โž• Add retry mechanism for http request
    • ๐Ÿ”„ Change windows compile tool chain and libraries' dependence to vcpkg
    • ๐Ÿ— Build a vcpkg package. See microsoft/vcpkg#1177

    ๐Ÿ”จ Refactors:

    • โœ‚ Remove evpp/exp.h and evpp/evpp_export.h
    • โœ‚ Remove evnsq/exp.h, evnsq/evpp_export.h and evmc/exp.h
    • ๐Ÿ“‡ Rename evpp/libevent_headers.h to evpp/libevent.h
    • ๐Ÿ“‡ Rename evpp/libevent_compact.cc to evpp/libevent.cc
    • ๐ŸŒฒ Rename evpp/log_config.h to evpp/logging.h
    • ๐Ÿ Extract windows relative codes to evpp/windows_port.h

    ๐Ÿ› Bug fix:
    ๐Ÿ›  #43 Fixed TCPClient crashed when DNS resolving timeout