Skip to content

v0.18.0

Choose a tag to compare

@mneudert mneudert released this 11 Aug 13:25
· 846 commits to master since this release
dbb7d67
  • 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
  • Bug fixes

    • Special characters in url parameter values (like & or ? in a query) are now properly escaped (#43)
  • Backwards incompatible changes

    • Quoting of identifiers/values has been extracted to the package influxql (hex)