Skip to content

v0.5.0

Compare
Choose a tag to compare
@zieckey zieckey released this 28 May 06:12
· 151 commits to master since this release

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