Skip to content

1.0.0

Latest

Choose a tag to compare

@palkan palkan released this 06 Jan 18:06
· 25 commits to master since this release

Hex package is available πŸŽ‰.

Changes

  • Default pool behaviour changed.

Previously, the default configuration had both influx_host and influx_port defined, which made
the application start the default pool connecting to 127.0.0.1:4444 (which didn't make a lot of sense, did it?).

We also had a special {default_pool, false} configuration variable to disable the default pool.

We removed the default value for influx_host (and changed the default influx_port to 8089).

Now if influx_host is not defined, we do not start the default pool.