We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8713d9 + 6640ef5 commit e8fdec6Copy full SHA for e8fdec6
CHANGELOG.md
@@ -2,10 +2,14 @@
2
3
For the full commit log, [see here](https://github.com/influxdata/influxdb-ruby/commits/master).
4
5
-## unreleased
+## v0.8.1, release 2021-02-17
6
7
- Ensure workers can send data popped off the queue at shutdown (#239,
8
@onlynone)
9
+- Add support for special characters in password when using url keyword (#242,
10
+ @swistak35)
11
+- Add Ruby 3.0 support (#249, @dentarg, @paul and @track8)
12
+- Support characters that need quoting for usernames and database names (#248, @estheruary)
13
14
## v0.8.0, released 2020-02-05
15
lib/influxdb/version.rb
@@ -1,3 +1,3 @@
1
module InfluxDB # :nodoc:
- VERSION = "0.8.0".freeze
+ VERSION = "0.8.1".freeze
end
0 commit comments