v0.18.0
-
Enhancements
- Configuration can be done on connection (re-) start by setting a
{mod, fun}tuple for the config key:init. This method will be called with the connection module name as the first (and only) parameter and is expected to return:ok - Experimental support to convert plain maps or query results into series structs has been added
- Passwords are automatically redacted from logged queries when using the default logger
- Supporting rules for the elixir formatter are available
- Configuration can be done on connection (re-) start by setting a
-
Bug fixes
- Special characters in url parameter values (like
&or?in a query) are now properly escaped (#43)
- Special characters in url parameter values (like
-
Backwards incompatible changes
- Quoting of identifiers/values has been extracted to the package
influxql(hex)
- Quoting of identifiers/values has been extracted to the package