Skip to content

v2.10.19

Latest
Compare
Choose a tag to compare
@barcharcraz barcharcraz released this 05 Dec 04:25

cpprestsdk (2.10.19)

  • PR#1982 make Uri.is_host_loopback() only return true for localhost and 127.0.0.1 exactly.
    The old behavior could potentially return "true" for URLs that were not, in fact, local,
    and this could cause security issues if is_host_loopback was used in certain ways.
  • PR#1711 Fix likely typo in SafeInt3.hpp, that results in error with clang 15
  • PR#1496 Support for oauth2 with "client_credentials" grant type.
  • PR#1429 Add constructor from all integer types for json value.
  • PR#1577 export http_exception for non Windows builds using visibility macros.