Skip to content

influxdbr 0.14.0

Compare
Choose a tag to compare
@dleutnant dleutnant released this 03 Nov 18:43
· 38 commits to master since this release

Breaking changes

  • influx_write function argument xts changes to x (method is now generic)

New features

  • influx_write now accepts data.frames to upload mulitple tags and fields per timestamp (#20).

Bug fixes

  • correct parsing of json structure without statement_id (#32).

  • special characters in xts attributes are now supported (#30).

  • Fix special character representation in show_series.

  • Using double quotes in string arguments of influx_query wrappers (e.g. influx_select, show_tag_values) (#22).

  • IQL wrapper functions with no expected return value now use influx_post instead of influx_query.