Skip to content

Commit

Permalink
v1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcarstens committed Dec 9, 2021
1 parent 1a33102 commit 9f2a33b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.1.0] - 2021-12-09

* 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.

## [1.0.1] - 2021-11-16

* Fixed
Expand All @@ -23,7 +37,7 @@ This release only bumps the version number. It doesn't have any code changes.
* Added
* Switch the websocket client to the [Slipstream](https://github.com/NFIBrokerage/slipstream)
library for communication with NervesHub. There are no API changes. This should only be
a change to the internals, but you may notice timing differences especially around retries.
a change to the internals, but you may notice timing differences especially around retries.

## [0.12.1] - 2021-08-19

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule NervesHubLink.MixProject do
use Mix.Project

@version "1.0.1"
@version "1.1.0"
@source_url "https://github.com/nerves-hub/nerves_hub_link"

Application.put_env(
Expand Down

0 comments on commit 9f2a33b

Please sign in to comment.