File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 22
33For the full commit log, [ see here] ( https://github.com/influxdata/influxdb-ruby/commits/master ) .
44
5- ## unreleased
6-
7- - Raise a LineProtocolError if attempting to write empty values as field set is required.
8- Adds descriptive feedback to ` {"error":"unable to parse '{series},{tags} ': invalid field format"} `
5+ ## v0.8.0, released 2020-02-05
6+
7+ - Allow dropping of specific series from specific DBs (#233 , @cantino )
8+ - Add support for MRI 2.7 (#235 , @jeffkowalski )
9+ - Raise a LineProtocolError if attempting to write empty values as field
10+ set is required. This adds descriptive feedback to the error "unable to
11+ parse '{series},{tags} ': invalid field format" (#236 , @todtb )
12+ - Add support for configuring HTTP Proxy (#238 , @epchris )
913
1014## v0.7.0, released 2019-01-11
1115
Original file line number Diff line number Diff line change 11module InfluxDB # :nodoc:
2- VERSION = "0.7.1 " . freeze
2+ VERSION = "0.8.0 " . freeze
33end
You can’t perform that action at this time.
0 commit comments