influxdb-cxx icon indicating copy to clipboard operation
influxdb-cxx copied to clipboard

Remove APIs marked for removal

Open offa opened this issue 3 years ago • 0 comments

Marked for removal in v0.8.0:

Methods

  • [x] InfluxDB::flushBuffer() — #249
  • [x] Point::toLineProtocol() — #228
  • [x] Point::getCurrentTimestamp() — #228
  • [x] InfluxDBException::InfluxDBException(const std::string&, const std::string&) — #249

Types

  • [ ] NonExistentDatabase
  • [ ] BadRequest
  • [ ] ServerError
  • [ ] ConnectionError

Disabling deprecation warnings for unit tests might become unnecessary.

offa avatar Jan 31 '23 17:01 offa