v0.14.0
-
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
:timewill 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 EXISTShas been removed - Series definitions now require to contain at least one field
- Minimum required elixir version is now
-
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.1and the upcomingElixir 1.4.0. The old types will continue to work but their usage is discouraged. They will be completely deprecated in an upcoming release.
- The plural names for precision units have been soft deprecated to be in line with the similar new naming in