instream v0.18.0 Release Notes

Release Date: 2018-08-11 // over 5 years ago
    • ✨ 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)