v1.1.0
-
Removed
- Elixir 1.8 and 1.9 are no longer supported. These hadn't been tested on CI
and were removed when we started testing Elixir 1.13.
- Elixir 1.8 and 1.9 are no longer supported. These hadn't been tested on CI
-
Added
- Retry timeouts are now being set on Slipstream via the
:reconnect_after_msec
parameter. The timeouts start at 1 second and
double up to 60 seconds plus a random amount of jitter. Previously the
timeouts started under a second and maxed out at 5 seconds without jitter.
These timeouts were chosen to reduce the load on NervesHub servers when
large numbers of devices disconnect. They can be overridden.
- Retry timeouts are now being set on Slipstream via the