instream v0.14.0 Release Notes

Release Date: 2016-12-18 // over 7 years ago
    • ✨ Enhancements

      • Connections can be configured with a default database used when no value is found in method call or series definition
      • Fields and tags with the name :time will raise after compilation. They are unqueryable and will be dropped by InfluxDB v1.1.0 when trying to write them.
      • Queries can return CSV formatted responses from the server when running InfluxDB >= 1.1.0
      • Series definitions are now automatically associated with typespecs
    • Backwards incompatible changes

      • Minimum required elixir version is now ~> 1.2
      • Minimum required erlang version is now ~> 18.0
      • Query builder support for IF NOT EXISTS has been removed
      • Series definitions now require to contain at least one field
    • 🗄 Soft deprecations (no warnings)

      • The plural names for precision units have been soft deprecated to be in line with the similar new naming in Erlang 19.1 and the upcoming Elixir 1.4.0. The old types will continue to work but their usage is discouraged. They will be completely deprecated in an upcoming release.