Skip to content

v0.7.0

Compare
Choose a tag to compare
@offa offa released this 11 Feb 15:45
· 172 commits to master since this release

Changes

  • curl replaced with cpr
  • New HTTP transport implementation
  • CMAKE_INSTALL_LIBDIR fixed
  • SO version added
  • tags evaluation fixed
  • Support for command execution added
  • Proxy support added
  • TCP transport added
  • GCC 12 support
  • Clang 13/14/15 support
  • Migration to Catch v3.x
  • Dependency updates

Dependency changes

  • curl replaced with cpr
  • Boost increased to 1.66+
  • date library update

API changes

  • All usages of InfluxDBException subclasses replaced

Deprecations

Deprecated for removal in v0.8.0:

  • Methods:
    • InfluxDB::flushBuffer()
    • Point::toLineProtocol()
    • InfluxDBException::InfluxDBException(const std::string&, const std::string&)
  • Types:
    • NonExistentDatabase
    • BadRequest
    • ServerError
    • ConnectionError