Skip to content

v1.1.0

Compare
Choose a tag to compare
@jjcarstens jjcarstens released this 09 Dec 12:44
· 182 commits to main since this release
  • 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.
  • 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.