Skip to content

Commit 8860580

Browse files
committed
prepare 0.8.0 release
1 parent 1afc7be commit 8860580

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22

33
For 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

lib/influxdb/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module InfluxDB # :nodoc:
2-
VERSION = "0.7.1".freeze
2+
VERSION = "0.8.0".freeze
33
end

0 commit comments

Comments
 (0)