Skip to content

3.5.0

Compare
Choose a tag to compare
@vlastahajek vlastahajek released this 30 Oct 17:00
· 129 commits to master since this release

Features

  • #107 - Added possibility to set default tags. Use WriteOptions::addDefaultTag() to add a tag that will be added to each written point using the writePoint() function.
  • #109 - Retry strategy improvements:
    • Added canSendRequest() function to check if retry strategy is applied
    • Added getRemaingRetryTime() function to get wait time before another request (write/query) can be sent
    • Removed applying retry wait time in case of network error
    • Better explanatory error message when a request is about to be sent in the retry wait state

Fixes

  • #108 - Added optional param for specifying decimal places of double: void Point::addField(String name, double value, int decimalPlaces = 2)
  • #111 - Fixed blocked writing after another point reached max retry count (#110)