InfluxCommunity / influxdb-ruby

Ruby client for InfluxDB
MIT License
370 stars 133 forks source link

Add support for special characters in password when using url keyword #242

Closed swistak35 closed 3 years ago

swistak35 commented 4 years ago

This pull request makes it possible to use InfluxDB::Client.new(url: ...) form of configuration when having more complex password using special characters which are percent encoded in URI.

I'd be very grateful for making a patch release after merging pull request :)